A function to assign fossil occurrences to user-specified latitudinal bins.
Arguments
- occdf
dataframe. A dataframe of the fossil occurrences you wish to bin. This dataframe should contain a column with the latitudinal coordinates of occurrence data.- bins
dataframe. A dataframe of the bins that you wish to allocate fossil occurrences to, such as that returned bylat_bins(). This dataframe must contain at least the following named columns: "bin", "max" and "min".- lat
character. The name of the column you wish to be treated as the input latitude (e.g., "lat" or "p_lat"). This column should contain numerical values. Defaults to "lat".
Value
A dataframe of the original input occdf with appended
columns containing respective latitudinal bin information.
Examples
# Load occurrence data
occdf <- tetrapods
# Generate latitudinal bins
bins <- lat_bins(size = 10)
# Bin data
bin_lat(occdf = occdf, bins = bins, lat = "lat")
#> occurrence_no collection_no
#> 1 146665 12943
#> 2 147090 13004
#> 3 147521 13043
#> 4 147523 13044
#> 5 147563 13046
#> 6 147564 13048
#> 7 147591 13049
#> 8 148242 13080
#> 9 148243 13080
#> 10 148244 13080
#> 11 148245 13080
#> 12 148246 13080
#> 13 148247 13080
#> 14 148248 13080
#> 15 148249 13080
#> 16 148250 13080
#> 17 148257 13083
#> 18 149618 13219
#> 19 149740 13257
#> 20 149741 13257
#> 21 149742 13257
#> 22 149744 13257
#> 23 149745 13257
#> 24 149746 13257
#> 25 157307 13947
#> 26 157308 13947
#> 27 157309 13947
#> 28 157310 13947
#> 29 157311 13947
#> 30 157312 13947
#> 31 219910 22635
#> 32 219911 22635
#> 33 219912 22635
#> 34 219959 22644
#> 35 219960 22644
#> 36 219961 22644
#> 37 219962 22644
#> 38 219963 22644
#> 39 220192 22714
#> 40 220193 22714
#> 41 220194 22714
#> 42 220195 22714
#> 43 220196 22714
#> 44 220197 22714
#> 45 220214 22725
#> 46 220215 22725
#> 47 220216 22725
#> 48 220217 22725
#> 49 220222 22726
#> 50 220223 22726
#> 51 220224 22726
#> 52 220225 22726
#> 53 221283 22715
#> 54 221284 22715
#> 55 221285 22716
#> 56 221286 22716
#> 57 221287 22716
#> 58 229267 22661
#> 59 229268 22662
#> 60 229269 22667
#> 61 229270 22668
#> 62 229271 22669
#> 63 229272 22670
#> 64 229273 22671
#> 65 279623 26710
#> 66 285528 27133
#> 67 285753 27160
#> 68 286238 27263
#> 69 286240 27263
#> 70 286245 27265
#> 71 286246 27266
#> 72 286782 27341
#> 73 286783 27343
#> 74 287287 27400
#> 75 287288 27400
#> 76 287317 27407
#> 77 287346 27414
#> 78 287347 27414
#> 79 287715 27475
#> 80 287716 27475
#> 81 287717 27475
#> 82 287718 27475
#> 83 287719 27407
#> 84 287720 27414
#> 85 287732 27475
#> 86 287746 27479
#> 87 287747 27479
#> 88 287764 27480
#> 89 287765 27480
#> 90 287766 27480
#> 91 287827 27482
#> 92 287904 27485
#> 93 287907 27484
#> 94 287929 27487
#> 95 289331 27573
#> 96 289332 27573
#> 97 289333 27573
#> 98 289336 27574
#> 99 289337 27574
#> 100 289384 27576
#> 101 289593 27600
#> 102 289594 27601
#> 103 290380 27703
#> 104 290381 27703
#> 105 290382 27704
#> 106 290383 27704
#> 107 293508 27931
#> 108 293509 27931
#> 109 293591 27952
#> 110 294213 28065
#> 111 294218 28067
#> 112 294219 28067
#> 113 294220 28067
#> 114 294221 28067
#> 115 294222 28068
#> 116 294223 28068
#> 117 294225 28069
#> 118 295886 28119
#> 119 295887 28120
#> 120 295888 28120
#> 121 295889 28121
#> 122 295890 28122
#> 123 295891 28122
#> 124 295892 28123
#> 125 295893 28123
#> 126 295894 28123
#> 127 295895 28123
#> 128 295896 28124
#> 129 295897 28124
#> 130 295898 28124
#> 131 295899 28124
#> 132 295900 28124
#> 133 295901 28125
#> 134 295902 28125
#> 135 295903 28125
#> 136 295904 28125
#> 137 295905 28141
#> 138 295906 28141
#> 139 295907 28141
#> 140 295908 28141
#> 141 295909 28141
#> 142 295910 28141
#> 143 295911 28239
#> 144 295912 28239
#> 145 295913 28239
#> 146 295914 28142
#> 147 295915 28142
#> 148 295916 28142
#> 149 295917 28142
#> 150 295918 28142
#> 151 295919 28142
#> 152 295920 28142
#> 153 295921 28142
#> 154 295922 28142
#> 155 295923 28142
#> 156 295924 28142
#> 157 295925 28142
#> 158 295927 13080
#> 159 295928 13080
#> 160 295929 28142
#> 161 295930 28150
#> 162 295931 28150
#> 163 295932 28150
#> 164 295933 28150
#> 165 295934 28150
#> 166 295935 28150
#> 167 295936 28150
#> 168 295937 28240
#> 169 295938 28240
#> 170 295939 28240
#> 171 295940 28240
#> 172 295941 28240
#> 173 295942 28143
#> 174 295943 28143
#> 175 295944 28143
#> 176 295945 28143
#> 177 295946 28143
#> 178 295947 28144
#> 179 295948 28144
#> 180 295949 28145
#> 181 295950 28145
#> 182 295951 28145
#> 183 295954 28145
#> 184 295955 28145
#> 185 295956 28145
#> 186 295957 28145
#> 187 295958 28145
#> 188 295959 28146
#> 189 295960 28146
#> 190 295961 28146
#> 191 295962 28146
#> 192 295963 28146
#> 193 295964 28238
#> 194 295965 28238
#> 195 295966 28238
#> 196 295967 28238
#> 197 295968 28238
#> 198 295969 28147
#> 199 295970 28147
#> 200 295971 28147
#> 201 295972 28147
#> 202 295973 28147
#> 203 295974 28148
#> 204 295975 28148
#> 205 295976 28148
#> 206 295977 28148
#> 207 295978 28148
#> 208 295979 28149
#> 209 295980 28149
#> 210 295981 28149
#> 211 295982 28149
#> 212 295983 28149
#> 213 295984 28238
#> 214 295985 28249
#> 215 295986 28249
#> 216 295987 28241
#> 217 295988 28241
#> 218 295989 28241
#> 219 295990 28241
#> 220 295991 28241
#> 221 295992 28241
#> 222 295993 28242
#> 223 295994 28242
#> 224 295995 28250
#> 225 295996 28250
#> 226 295997 28250
#> 227 295998 28250
#> 228 295999 28250
#> 229 296000 28250
#> 230 296001 28250
#> 231 296002 28250
#> 232 296003 28250
#> 233 296004 28242
#> 234 296006 28251
#> 235 296007 28251
#> 236 296008 28251
#> 237 296009 28251
#> 238 296010 28251
#> 239 296011 28252
#> 240 296012 28252
#> 241 296013 28252
#> 242 296014 28252
#> 243 296015 28253
#> 244 296016 28253
#> 245 296017 28253
#> 246 296018 28253
#> 247 296019 28253
#> 248 296020 28253
#> 249 296021 28253
#> 250 296022 28253
#> 251 296023 28253
#> 252 296024 28256
#> 253 296025 28256
#> 254 296026 28256
#> 255 296027 28256
#> 256 296028 28256
#> 257 296029 28256
#> 258 296030 28256
#> 259 296031 28256
#> 260 296032 28256
#> 261 296033 28256
#> 262 296034 28256
#> 263 296035 28256
#> 264 296036 28256
#> 265 296037 28256
#> 266 296038 28256
#> 267 296039 28256
#> 268 296040 28256
#> 269 296041 28256
#> 270 296042 28256
#> 271 296043 28256
#> 272 296044 28256
#> 273 296045 28256
#> 274 296046 28256
#> 275 296047 28256
#> 276 296048 28256
#> 277 296049 28256
#> 278 296050 28256
#> 279 296051 28256
#> 280 296055 28264
#> 281 296056 28264
#> 282 296057 28264
#> 283 296058 28264
#> 284 296059 28264
#> 285 296060 28264
#> 286 296061 28264
#> 287 296062 28264
#> 288 296063 28264
#> 289 296064 28264
#> 290 296066 28264
#> 291 296067 28264
#> 292 296068 28264
#> 293 296069 28264
#> 294 296070 28264
#> 295 296071 28261
#> 296 296072 28261
#> 297 296073 28261
#> 298 296074 28261
#> 299 296075 28261
#> 300 296076 28261
#> 301 296077 28266
#> 302 296078 28266
#> 303 296079 28266
#> 304 296080 28266
#> 305 296081 28266
#> 306 296082 28267
#> 307 296083 28267
#> 308 296084 28267
#> 309 296085 28267
#> 310 296086 28267
#> 311 296087 28267
#> 312 296088 28267
#> 313 296089 28267
#> 314 296090 28267
#> 315 296092 28267
#> 316 296093 28267
#> 317 296094 28267
#> 318 296095 28267
#> 319 296096 28267
#> 320 296097 28267
#> 321 296098 28267
#> 322 296099 28267
#> 323 296100 28267
#> 324 296101 28267
#> 325 296102 28270
#> 326 296103 28270
#> 327 296104 28270
#> 328 296105 28270
#> 329 296106 28270
#> 330 296107 28270
#> 331 296108 28270
#> 332 296109 28270
#> 333 296110 28270
#> 334 296111 28272
#> 335 296112 28272
#> 336 296113 28272
#> 337 296114 28272
#> 338 296115 28272
#> 339 296116 28272
#> 340 296117 28272
#> 341 296118 28272
#> 342 296119 28272
#> 343 296120 28273
#> 344 296121 28273
#> 345 296122 28273
#> 346 296123 28273
#> 347 296128 28275
#> 348 296129 28275
#> 349 296130 28275
#> 350 296131 28275
#> 351 296132 28275
#> 352 296133 28276
#> 353 296134 28276
#> 354 296135 28277
#> 355 296136 28277
#> 356 296137 28277
#> 357 296138 28256
#> 358 296139 28324
#> 359 296140 28324
#> 360 296141 28324
#> 361 296142 28324
#> 362 296143 28324
#> 363 296144 28324
#> 364 296145 28324
#> 365 296147 28256
#> 366 296148 28256
#> 367 296149 28275
#> 368 296150 28261
#> 369 296595 28394
#> 370 296596 28394
#> 371 296598 28396
#> 372 296599 28397
#> 373 296610 28398
#> 374 297321 28463
#> 375 297323 28464
#> 376 297325 28465
#> 377 297327 28466
#> 378 297328 28468
#> 379 297329 28469
#> 380 297330 28470
#> 381 297331 28471
#> 382 297333 28467
#> 383 297334 28479
#> 384 297335 28479
#> 385 297336 28480
#> 386 297337 28069
#> 387 297338 28069
#> 388 297339 28069
#> 389 297341 28069
#> 390 297342 28069
#> 391 297343 28069
#> 392 297344 28069
#> 393 297345 28069
#> 394 297346 28069
#> 395 297926 28624
#> 396 297945 28630
#> 397 297946 28631
#> 398 299715 28854
#> 399 299716 28855
#> 400 299717 28855
#> 401 299718 28855
#> 402 338260 31777
#> 403 346289 11165
#> 404 346290 11165
#> 405 346291 11165
#> 406 346292 11165
#> 407 346293 11165
#> 408 346294 11165
#> 409 349452 11323
#> 410 363117 34401
#> 411 367508 28267
#> 412 367509 28267
#> 413 367510 34761
#> 414 367591 34761
#> 415 367677 34780
#> 416 367864 34797
#> 417 368038 34815
#> 418 368039 34815
#> 419 368040 34815
#> 420 368042 34815
#> 421 368043 34816
#> 422 368129 11149
#> 423 381171 36203
#> 424 381172 36204
#> 425 381173 36204
#> 426 381174 36204
#> 427 382158 36273
#> 428 382159 36273
#> 429 384336 36571
#> 430 384378 28396
#> 431 387512 37036
#> 432 387513 37037
#> 433 387517 37040
#> 434 387518 37041
#> 435 387718 31777
#> 436 387719 31777
#> 437 387723 37065
#> 438 388713 37180
#> 439 388714 37181
#> 440 388988 37202
#> 441 388989 37202
#> 442 388990 37202
#> 443 390702 37459
#> 444 395922 38064
#> 445 395923 38064
#> 446 395924 38064
#> 447 395947 38065
#> 448 399134 38320
#> 449 399135 38320
#> 450 401594 38528
#> 451 401595 38528
#> 452 401596 38528
#> 453 401597 38528
#> 454 401598 38528
#> 455 401599 38528
#> 456 401600 38528
#> 457 411694 39811
#> 458 411697 39811
#> 459 411698 39811
#> 460 477613 47280
#> 461 477681 47293
#> 462 487397 48897
#> 463 492011 49663
#> 464 504423 51265
#> 465 517728 52522
#> 466 517729 52522
#> 467 517730 52522
#> 468 517731 52522
#> 469 517732 52522
#> 470 522092 53684
#> 471 559541 58139
#> 472 559542 58139
#> 473 575542 60516
#> 474 628181 67737
#> 475 629465 67862
#> 476 629466 67862
#> 477 629467 67862
#> 478 629468 67862
#> 479 629469 67862
#> 480 629470 67862
#> 481 629471 67862
#> 482 629472 67862
#> 483 629473 67862
#> 484 629474 67862
#> 485 629475 67862
#> 486 629476 67862
#> 487 629477 67862
#> 488 629479 67862
#> 489 629480 67862
#> 490 629481 67862
#> 491 629482 67862
#> 492 629483 67862
#> 493 629484 67862
#> 494 629485 67862
#> 495 629486 67862
#> 496 629487 67862
#> 497 629488 67862
#> 498 629489 67862
#> 499 631438 67945
#> 500 631439 67945
#> 501 631440 67945
#> 502 631441 67945
#> 503 631442 67945
#> 504 631443 67945
#> 505 631444 67945
#> 506 631445 67945
#> 507 631446 67945
#> 508 631447 67945
#> 509 631448 67945
#> 510 631449 67945
#> 511 632371 68053
#> 512 632372 68054
#> 513 633270 68171
#> 514 633271 68171
#> 515 635045 68318
#> 516 635046 68318
#> 517 635047 68318
#> 518 635056 68319
#> 519 635057 68319
#> 520 636301 68427
#> 521 665544 71671
#> 522 671825 72325
#> 523 693822 74750
#> 524 699400 75090
#> 525 702798 75450
#> 526 702799 75451
#> 527 702800 75452
#> 528 719380 77197
#> 529 719384 22726
#> 530 719385 22726
#> 531 721482 77412
#> 532 731086 78559
#> 533 733154 78657
#> 534 733515 78686
#> 535 733517 78694
#> 536 735092 78694
#> 537 737131 79162
#> 538 737160 79166
#> 539 739043 79402
#> 540 739044 79402
#> 541 739076 79408
#> 542 739839 79531
#> 543 739840 79531
#> 544 739841 79531
#> 545 739842 79531
#> 546 739843 79531
#> 547 739844 79531
#> 548 740289 79588
#> 549 740366 79598
#> 550 740382 79600
#> 551 740383 79601
#> 552 740384 79602
#> 553 741100 79694
#> 554 743392 79811
#> 555 743415 79815
#> 556 745262 79946
#> 557 745278 79948
#> 558 747147 80014
#> 559 747151 80022
#> 560 747876 80057
#> 561 747968 80064
#> 562 748669 12976
#> 563 748675 27704
#> 564 748676 27705
#> 565 748677 27705
#> 566 748678 27704
#> 567 748679 12976
#> 568 749053 80110
#> 569 749054 80110
#> 570 749055 80110
#> 571 749056 80110
#> 572 749057 80110
#> 573 749058 80110
#> 574 749059 80111
#> 575 749060 80111
#> 576 749061 80111
#> 577 749065 80112
#> 578 749261 80140
#> 579 749591 80174
#> 580 749595 80176
#> 581 749610 80178
#> 582 749933 80216
#> 583 749973 80219
#> 584 749974 80219
#> 585 749975 80219
#> 586 749976 80219
#> 587 749977 80220
#> 588 749982 80223
#> 589 749996 80225
#> 590 750019 80226
#> 591 752530 28238
#> 592 752568 80574
#> 593 752569 80576
#> 594 752575 80578
#> 595 753219 80668
#> 596 753220 80669
#> 597 753583 80685
#> 598 753600 80688
#> 599 753601 80689
#> 600 753620 80690
#> 601 753711 80714
#> 602 753718 80716
#> 603 753719 80717
#> 604 753746 80720
#> 605 753759 80723
#> 606 753788 80732
#> 607 753830 80741
#> 608 754185 80770
#> 609 754217 80773
#> 610 754218 80775
#> 611 754240 80777
#> 612 754405 80783
#> 613 754406 80784
#> 614 754935 80833
#> 615 755453 80877
#> 616 755725 80917
#> 617 758320 81114
#> 618 762761 81525
#> 619 762762 81525
#> 620 762763 81525
#> 621 762764 81525
#> 622 762765 81525
#> 623 780821 84059
#> 624 781260 84135
#> 625 781261 84135
#> 626 781263 84135
#> 627 781264 84135
#> 628 781265 84135
#> 629 781266 84135
#> 630 781267 84135
#> 631 781270 84135
#> 632 785834 84714
#> 633 785850 84715
#> 634 785851 84716
#> 635 785868 84717
#> 636 785869 84717
#> 637 785871 84718
#> 638 785872 84719
#> 639 786315 84824
#> 640 786380 84836
#> 641 786381 84836
#> 642 786382 84836
#> 643 786383 84836
#> 644 786384 84836
#> 645 786668 68054
#> 646 786798 77412
#> 647 786799 79602
#> 648 786831 84914
#> 649 786835 79815
#> 650 786931 84941
#> 651 786933 79601
#> 652 786936 27704
#> 653 787181 84940
#> 654 787182 77412
#> 655 787183 77412
#> 656 787279 80572
#> 657 787280 80572
#> 658 787281 80572
#> 659 787282 80572
#> 660 787283 80572
#> 661 787284 80572
#> 662 787285 80572
#> 663 787286 80572
#> 664 787287 80572
#> 665 787457 79402
#> 666 787458 79402
#> 667 787459 79402
#> 668 787460 79402
#> 669 787461 79402
#> 670 787462 79402
#> 671 787463 79402
#> 672 787464 79402
#> 673 787465 79402
#> 674 787466 79402
#> 675 787528 84941
#> 676 787529 84941
#> 677 787530 84941
#> 678 787560 79815
#> 679 787561 79815
#> 680 787562 79815
#> 681 787563 79815
#> 682 787564 79815
#> 683 787565 79815
#> 684 787580 79815
#> 685 787989 85112
#> 686 787990 80741
#> 687 787992 28250
#> 688 787993 28250
#> 689 787996 79813
#> 690 788094 67862
#> 691 788095 80691
#> 692 788096 80691
#> 693 788176 85125
#> 694 788177 79600
#> 695 788179 79600
#> 696 788180 79600
#> 697 788181 79600
#> 698 788182 79600
#> 699 788183 79600
#> 700 788184 79600
#> 701 788185 80669
#> 702 788186 80669
#> 703 788187 80669
#> 704 788189 80729
#> 705 788190 80729
#> 706 788191 80729
#> 707 788192 80692
#> 708 788193 80692
#> 709 788194 80692
#> 710 788195 80729
#> 711 788196 79694
#> 712 788197 80689
#> 713 788198 80689
#> 714 788199 80689
#> 715 788200 80130
#> 716 788201 34761
#> 717 788202 34761
#> 718 788203 34761
#> 719 788205 34761
#> 720 788206 34761
#> 721 788207 34761
#> 722 788211 78559
#> 723 788212 78559
#> 724 788379 27573
#> 725 788489 79162
#> 726 788507 85170
#> 727 788508 85170
#> 728 788509 85170
#> 729 788511 80112
#> 730 788516 85171
#> 731 788517 85171
#> 732 788518 85171
#> 733 788519 85171
#> 734 788527 79694
#> 735 788570 85178
#> 736 788638 80112
#> 737 788639 80112
#> 738 788965 85280
#> 739 788966 85281
#> 740 788969 79694
#> 741 788972 28256
#> 742 788994 85292
#> 743 788995 85292
#> 744 789018 80110
#> 745 789021 28250
#> 746 789051 85299
#> 747 789052 85299
#> 748 789053 85299
#> 749 789054 85299
#> 750 789055 85299
#> 751 789056 85299
#> 752 789057 85299
#> 753 789058 85299
#> 754 789059 85299
#> 755 789060 85300
#> 756 789061 85300
#> 757 789062 85300
#> 758 789063 85300
#> 759 789064 85300
#> 760 789065 85300
#> 761 789066 85300
#> 762 789067 85301
#> 763 789068 85301
#> 764 789069 85301
#> 765 789070 85301
#> 766 789071 85301
#> 767 789098 84824
#> 768 789101 68053
#> 769 789102 68054
#> 770 789103 68054
#> 771 789104 67862
#> 772 789379 80833
#> 773 789382 85337
#> 774 789387 85339
#> 775 789389 28250
#> 776 789394 85341
#> 777 789396 85342
#> 778 789397 28264
#> 779 789398 28264
#> 780 789399 28270
#> 781 789473 85361
#> 782 789474 79601
#> 783 789475 85362
#> 784 789653 85431
#> 785 789654 85431
#> 786 789655 85431
#> 787 789656 85431
#> 788 789657 85431
#> 789 789658 85431
#> 790 789659 85431
#> 791 789665 80112
#> 792 789669 85337
#> 793 789670 85433
#> 794 789671 85434
#> 795 789673 85435
#> 796 789674 85436
#> 797 789675 85437
#> 798 789745 28267
#> 799 789746 28267
#> 800 789747 79598
#> 801 789748 79598
#> 802 789749 85292
#> 803 789750 84835
#> 804 789751 84835
#> 805 789752 84835
#> 806 789753 84835
#> 807 789755 84835
#> 808 789756 84835
#> 809 789757 28267
#> 810 789758 85451
#> 811 789759 85452
#> 812 789760 79946
#> 813 789761 79946
#> 814 789762 79946
#> 815 789764 79946
#> 816 789765 85453
#> 817 789766 85454
#> 818 789767 27341
#> 819 789786 80111
#> 820 789818 80714
#> 821 789819 80714
#> 822 789820 80714
#> 823 789843 28256
#> 824 789844 85160
#> 825 789940 80784
#> 826 789941 80784
#> 827 789942 80784
#> 828 789943 80784
#> 829 789944 80784
#> 830 789965 79162
#> 831 789966 79162
#> 832 789967 79162
#> 833 789968 79162
#> 834 789969 79162
#> 835 789970 79162
#> 836 789971 79162
#> 837 789976 52522
#> 838 789977 85474
#> 839 789978 85475
#> 840 789979 85475
#> 841 789980 85476
#> 842 789981 85476
#> 843 789982 85477
#> 844 789983 85478
#> 845 789984 85478
#> 846 789985 85479
#> 847 789986 85479
#> 848 789987 85479
#> 849 789988 85479
#> 850 789989 85479
#> 851 789990 85480
#> 852 789991 85480
#> 853 789992 85480
#> 854 789993 85481
#> 855 789994 85482
#> 856 789995 85483
#> 857 789996 85483
#> 858 789997 85483
#> 859 789998 85483
#> 860 789999 85483
#> 861 790002 85482
#> 862 790003 80112
#> 863 790004 85484
#> 864 790009 85488
#> 865 790010 85489
#> 866 790011 85490
#> 867 790024 85494
#> 868 790114 85505
#> 869 790115 85506
#> 870 790135 85506
#> 871 790136 85506
#> 872 790147 85512
#> 873 790151 85515
#> 874 790154 68427
#> 875 790203 85494
#> 876 790204 85494
#> 877 790205 80057
#> 878 790206 28854
#> 879 790207 79969
#> 880 790215 85487
#> 881 790216 85487
#> 882 790217 85487
#> 883 790218 85487
#> 884 790284 85484
#> 885 790285 85484
#> 886 790298 79162
#> 887 790356 85551
#> 888 790357 85551
#> 889 790358 85551
#> 890 790361 85552
#> 891 790363 12976
#> 892 790364 12976
#> 893 790366 12976
#> 894 790368 12976
#> 895 790369 85552
#> 896 790374 85553
#> 897 790376 27704
#> 898 790377 27704
#> 899 790378 27704
#> 900 790380 27704
#> 901 790382 85554
#> 902 790388 85556
#> 903 790389 85555
#> 904 790390 85557
#> 905 790397 85559
#> 906 790398 53684
#> 907 790399 53684
#> 908 790400 53684
#> 909 790401 53684
#> 910 790402 53684
#> 911 790403 53684
#> 912 790404 85560
#> 913 790405 85560
#> 914 790406 85561
#> 915 790461 78694
#> 916 790462 85564
#> 917 790463 85565
#> 918 790464 78657
#> 919 790482 85555
#> 920 790483 85551
#> 921 790486 79163
#> 922 790487 79163
#> 923 790491 85567
#> 924 790492 85567
#> 925 790493 85567
#> 926 790494 85567
#> 927 790495 85567
#> 928 790500 11165
#> 929 790501 11165
#> 930 790502 11165
#> 931 790503 28142
#> 932 790511 80826
#> 933 790517 80916
#> 934 790518 80714
#> 935 790519 80714
#> 936 790521 28256
#> 937 790523 28067
#> 938 790524 28067
#> 939 790525 85337
#> 940 790527 85433
#> 941 790528 80690
#> 942 790529 13080
#> 943 790531 28145
#> 944 790532 84716
#> 945 790533 79162
#> 946 790534 80918
#> 947 790535 28142
#> 948 790998 28146
#> 949 790999 28146
#> 950 791000 28146
#> 951 791002 80875
#> 952 791003 80111
#> 953 791004 80712
#> 954 791553 80111
#> 955 791556 81111
#> 956 791557 84835
#> 957 791558 85292
#> 958 791559 85292
#> 959 791560 85292
#> 960 791561 85292
#> 961 791563 28146
#> 962 791564 84716
#> 963 791565 79162
#> 964 791566 28123
#> 965 791567 28150
#> 966 791568 28145
#> 967 791569 28142
#> 968 791570 11165
#> 969 791571 79163
#> 970 791574 28238
#> 971 791586 28148
#> 972 791587 28120
#> 973 791588 85733
#> 974 791755 27931
#> 975 791882 85489
#> 976 791884 28069
#> 977 791885 81115
#> 978 791945 81115
#> 979 792227 85484
#> 980 792533 85941
#> 981 792534 85942
#> 982 792593 85948
#> 983 792606 85950
#> 984 792619 28396
#> 985 792621 85957
#> 986 792642 79948
#> 987 792651 85962
#> 988 792722 27479
#> 989 794392 85552
#> 990 794729 86257
#> 991 794730 86258
#> 992 794749 86275
#> 993 794750 86276
#> 994 794751 86276
#> 995 794752 86276
#> 996 794753 86276
#> 997 794754 86276
#> 998 794756 86278
#> 999 794757 86279
#> 1000 794758 86280
#> 1001 794773 86282
#> 1002 794774 86282
#> 1003 794775 86282
#> 1004 794776 86282
#> 1005 794780 86284
#> 1006 794781 86284
#> 1007 794789 86285
#> 1008 794790 86285
#> 1009 794791 86285
#> 1010 794793 86286
#> 1011 794794 86286
#> 1012 794795 86286
#> 1013 794881 86296
#> 1014 794882 86296
#> 1015 794883 86297
#> 1016 794884 86297
#> 1017 794885 86297
#> 1018 794886 86298
#> 1019 794887 86298
#> 1020 794888 86298
#> 1021 794889 86298
#> 1022 794890 86299
#> 1023 794891 86299
#> 1024 794892 86299
#> 1025 794893 86300
#> 1026 794894 86300
#> 1027 794895 86300
#> 1028 794896 86300
#> 1029 794897 86301
#> 1030 794898 86301
#> 1031 794899 86302
#> 1032 794900 86302
#> 1033 794901 86302
#> 1034 794902 86302
#> 1035 794903 86303
#> 1036 795195 68427
#> 1037 795226 28267
#> 1038 795287 79601
#> 1039 795288 67862
#> 1040 795305 86346
#> 1041 795306 86346
#> 1042 795308 86346
#> 1043 795309 86346
#> 1044 795310 86346
#> 1045 795311 86346
#> 1046 795312 86346
#> 1047 795313 86346
#> 1048 795314 86346
#> 1049 795351 86346
#> 1050 795352 86356
#> 1051 795360 86346
#> 1052 795361 86356
#> 1053 795425 86388
#> 1054 796148 86484
#> 1055 796152 86484
#> 1056 796153 86484
#> 1057 796172 36273
#> 1058 796173 36273
#> 1059 796174 36273
#> 1060 796175 36273
#> 1061 797626 79948
#> 1062 797634 85160
#> 1063 797657 27475
#> 1064 798713 86885
#> 1065 798809 86910
#> 1066 799207 86946
#> 1067 799210 86946
#> 1068 799563 87004
#> 1069 799672 80022
#> 1070 799681 87039
#> 1071 799682 87040
#> 1072 799683 87040
#> 1073 799684 87040
#> 1074 799787 28256
#> 1075 799788 28267
#> 1076 799789 28267
#> 1077 799790 28256
#> 1078 799791 28275
#> 1079 799792 28261
#> 1080 799793 28270
#> 1081 799799 87054
#> 1082 799800 87054
#> 1083 799801 87054
#> 1084 799802 87054
#> 1085 799808 87054
#> 1086 799809 87054
#> 1087 799811 80022
#> 1088 799812 80022
#> 1089 799813 80022
#> 1090 799814 80022
#> 1091 799815 80022
#> 1092 799826 27341
#> 1093 800077 87091
#> 1094 800078 87092
#> 1095 800079 84719
#> 1096 800080 84719
#> 1097 800149 87102
#> 1098 800599 87146
#> 1099 800924 87102
#> 1100 801922 87220
#> 1101 803135 87410
#> 1102 803158 87414
#> 1103 806750 28250
#> 1104 806914 13043
#> 1105 806953 28256
#> 1106 807183 13043
#> 1107 807184 27266
#> 1108 807186 87420
#> 1109 807229 27266
#> 1110 807230 27266
#> 1111 807231 87420
#> 1112 807686 88282
#> 1113 807745 53684
#> 1114 807747 88300
#> 1115 807814 80219
#> 1116 808133 88342
#> 1117 808154 84714
#> 1118 808649 88394
#> 1119 814094 89607
#> 1120 814095 89607
#> 1121 814096 89607
#> 1122 814159 89626
#> 1123 814160 89626
#> 1124 814161 28854
#> 1125 814162 28854
#> 1126 814375 80783
#> 1127 814377 89649
#> 1128 814503 89650
#> 1129 814504 85733
#> 1130 814505 85733
#> 1131 814506 85733
#> 1132 814507 85733
#> 1133 814508 85733
#> 1134 814509 85733
#> 1135 814519 89799
#> 1136 814809 89833
#> 1137 814810 89833
#> 1138 815039 89839
#> 1139 815040 89839
#> 1140 815041 89839
#> 1141 815480 89845
#> 1142 815481 13004
#> 1143 816641 80178
#> 1144 816651 89859
#> 1145 816682 89863
#> 1146 816977 88394
#> 1147 817103 77412
#> 1148 820351 90190
#> 1149 820352 90191
#> 1150 820353 90191
#> 1151 820354 90192
#> 1152 820355 90193
#> 1153 820356 90193
#> 1154 820357 90190
#> 1155 820478 90214
#> 1156 820479 90215
#> 1157 820480 90215
#> 1158 820481 90216
#> 1159 820482 90217
#> 1160 820574 90226
#> 1161 820575 90227
#> 1162 820640 90244
#> 1163 820711 90257
#> 1164 820888 90303
#> 1165 820897 90311
#> 1166 820898 90312
#> 1167 820921 90323
#> 1168 820922 90323
#> 1169 820928 90190
#> 1170 820929 90193
#> 1171 821002 90338
#> 1172 821003 90339
#> 1173 821005 90341
#> 1174 821028 90344
#> 1175 821068 90227
#> 1176 821127 90358
#> 1177 821155 90227
#> 1178 821158 90193
#> 1179 821180 90193
#> 1180 821237 90226
#> 1181 821274 90374
#> 1182 821345 79927
#> 1183 821444 90423
#> 1184 821454 90429
#> 1185 821455 90429
#> 1186 821456 90429
#> 1187 821523 90437
#> 1188 821549 85560
#> 1189 821617 80689
#> 1190 821619 79600
#> 1191 821620 79600
#> 1192 821622 90452
#> 1193 821623 90452
#> 1194 821624 90452
#> 1195 821690 28256
#> 1196 821691 28256
#> 1197 821692 67862
#> 1198 823059 90573
#> 1199 823729 90345
#> 1200 823730 90755
#> 1201 823897 90755
#> 1202 823898 90780
#> 1203 824206 90832
#> 1204 824207 90832
#> 1205 824822 90863
#> 1206 824823 90863
#> 1207 824825 90865
#> 1208 824826 90865
#> 1209 824848 67945
#> 1210 825243 67862
#> 1211 825244 67945
#> 1212 825283 80112
#> 1213 825943 91038
#> 1214 828777 80112
#> 1215 831989 92079
#> 1216 832387 85292
#> 1217 832388 85292
#> 1218 832390 85292
#> 1219 832401 84835
#> 1220 832402 84835
#> 1221 832560 92271
#> 1222 832561 92271
#> 1223 832562 92271
#> 1224 832563 92271
#> 1225 832564 92271
#> 1226 832565 92271
#> 1227 832566 92271
#> 1228 832665 92309
#> 1229 832666 92309
#> 1230 832700 92323
#> 1231 832701 92323
#> 1232 832702 92323
#> 1233 832703 92323
#> 1234 832704 92323
#> 1235 832705 92323
#> 1236 832706 92323
#> 1237 832707 92323
#> 1238 832708 92323
#> 1239 833055 92414
#> 1240 833075 92419
#> 1241 833324 85512
#> 1242 833385 92491
#> 1243 833484 92493
#> 1244 833485 92493
#> 1245 833486 92493
#> 1246 833487 92493
#> 1247 833488 92493
#> 1248 833489 92493
#> 1249 833493 85494
#> 1250 833588 89863
#> 1251 833640 80826
#> 1252 833854 92645
#> 1253 833855 92646
#> 1254 833864 92648
#> 1255 837523 87039
#> 1256 837524 78694
#> 1257 837542 92907
#> 1258 837576 78694
#> 1259 837578 80712
#> 1260 837590 85160
#> 1261 837648 28065
#> 1262 837649 28065
#> 1263 837650 28065
#> 1264 837651 28065
#> 1265 837652 27952
#> 1266 838080 28065
#> 1267 838081 28065
#> 1268 838082 93016
#> 1269 838130 93025
#> 1270 838131 93026
#> 1271 838132 93027
#> 1272 838148 93030
#> 1273 838171 93033
#> 1274 838172 93034
#> 1275 838194 93035
#> 1276 838197 93036
#> 1277 838198 93036
#> 1278 838586 92648
#> 1279 838605 93084
#> 1280 838606 93085
#> 1281 838607 93086
#> 1282 838608 86388
#> 1283 838614 93088
#> 1284 838651 93096
#> 1285 838652 93097
#> 1286 838666 93100
#> 1287 838668 13004
#> 1288 838670 86388
#> 1289 838692 93085
#> 1290 838751 93104
#> 1291 839721 89607
#> 1292 840200 85454
#> 1293 840267 28479
#> 1294 840268 28479
#> 1295 840277 28479
#> 1296 840349 37038
#> 1297 840350 37038
#> 1298 840352 93201
#> 1299 840353 93201
#> 1300 840354 93202
#> 1301 840355 93202
#> 1302 840357 93203
#> 1303 840358 93203
#> 1304 840364 93205
#> 1305 840366 93205
#> 1306 840367 93205
#> 1307 840368 93205
#> 1308 840369 93205
#> 1309 840370 93205
#> 1310 840371 93205
#> 1311 840372 93205
#> 1312 840373 93205
#> 1313 840374 93205
#> 1314 840381 27343
#> 1315 840427 93207
#> 1316 840428 93207
#> 1317 840432 93207
#> 1318 840433 93207
#> 1319 840434 93207
#> 1320 841368 93274
#> 1321 841373 93276
#> 1322 841374 93276
#> 1323 841667 79946
#> 1324 842017 93382
#> 1325 842020 93385
#> 1326 842090 93419
#> 1327 842666 93536
#> 1328 842667 93536
#> 1329 842964 93572
#> 1330 842965 93573
#> 1331 842974 93577
#> 1332 842975 28396
#> 1333 843124 27343
#> 1334 843125 27343
#> 1335 843491 93720
#> 1336 843492 93720
#> 1337 843497 28256
#> 1338 843727 28479
#> 1339 843728 93775
#> 1340 843729 93775
#> 1341 843780 13043
#> 1342 843781 13043
#> 1343 843782 13043
#> 1344 845945 94112
#> 1345 846640 90257
#> 1346 846842 37037
#> 1347 846843 37037
#> 1348 847011 94236
#> 1349 847012 94237
#> 1350 847014 94238
#> 1351 847015 94238
#> 1352 847017 94240
#> 1353 847020 94243
#> 1354 847022 94243
#> 1355 847023 94243
#> 1356 847025 94246
#> 1357 847026 94247
#> 1358 847027 94247
#> 1359 847947 94309
#> 1360 847948 94309
#> 1361 847949 94309
#> 1362 848381 94365
#> 1363 848404 94369
#> 1364 848405 94369
#> 1365 850612 94541
#> 1366 850788 85431
#> 1367 851017 94607
#> 1368 851020 67862
#> 1369 851071 94617
#> 1370 851243 94649
#> 1371 851244 94649
#> 1372 853376 94777
#> 1373 853377 94777
#> 1374 853378 94777
#> 1375 853379 94777
#> 1376 853380 75452
#> 1377 853381 94649
#> 1378 853382 75451
#> 1379 853383 94778
#> 1380 853384 94779
#> 1381 853385 86946
#> 1382 853419 28069
#> 1383 853420 28069
#> 1384 853421 28069
#> 1385 853631 87410
#> 1386 853657 94802
#> 1387 853658 67862
#> 1388 853659 67862
#> 1389 853669 67862
#> 1390 853693 67862
#> 1391 854902 80216
#> 1392 855632 95077
#> 1393 855777 95105
#> 1394 855778 95105
#> 1395 855779 95105
#> 1396 855781 95106
#> 1397 855783 95107
#> 1398 855784 95107
#> 1399 855785 95107
#> 1400 855789 95109
#> 1401 855802 95107
#> 1402 855806 95109
#> 1403 855810 95116
#> 1404 858683 95349
#> 1405 858684 95349
#> 1406 858685 95349
#> 1407 858686 95349
#> 1408 858693 95351
#> 1409 880949 97732
#> 1410 883958 97989
#> 1411 884084 98007
#> 1412 890991 98595
#> 1413 890996 98601
#> 1414 891091 98611
#> 1415 891092 98612
#> 1416 891093 98613
#> 1417 891094 98614
#> 1418 891095 98615
#> 1419 891096 98616
#> 1420 891097 98617
#> 1421 891098 98618
#> 1422 891099 98619
#> 1423 891100 98620
#> 1424 891104 98624
#> 1425 895249 94112
#> 1426 895250 94112
#> 1427 895251 99230
#> 1428 895252 94112
#> 1429 895253 99231
#> 1430 895254 99232
#> 1431 895255 99232
#> 1432 895256 99232
#> 1433 895257 99232
#> 1434 895258 99232
#> 1435 895259 99233
#> 1436 895260 99233
#> 1437 895261 99233
#> 1438 895262 99233
#> 1439 895263 99234
#> 1440 895264 99234
#> 1441 895265 99234
#> 1442 895266 99234
#> 1443 895267 99234
#> 1444 896180 99431
#> 1445 896181 87420
#> 1446 902092 101069
#> 1447 915919 104796
#> 1448 920238 105082
#> 1449 920239 105083
#> 1450 922192 105542
#> 1451 922193 105542
#> 1452 922660 105602
#> 1453 922661 88282
#> 1454 922662 88282
#> 1455 922663 88282
#> 1456 922664 88282
#> 1457 922665 88282
#> 1458 922666 88282
#> 1459 922667 88282
#> 1460 922668 88282
#> 1461 922669 88282
#> 1462 922670 88282
#> 1463 922671 88282
#> 1464 922672 88282
#> 1465 922673 88282
#> 1466 922674 98602
#> 1467 922675 98602
#> 1468 922676 98602
#> 1469 922677 98602
#> 1470 922678 98602
#> 1471 922680 98602
#> 1472 922681 105603
#> 1473 922682 105603
#> 1474 922683 105603
#> 1475 922684 105603
#> 1476 922693 27266
#> 1477 922694 87420
#> 1478 922695 87414
#> 1479 922696 87410
#> 1480 922697 105606
#> 1481 922698 105606
#> 1482 922699 105606
#> 1483 922700 105606
#> 1484 922701 105607
#> 1485 922702 105607
#> 1486 922703 105607
#> 1487 922704 105607
#> 1488 922705 105608
#> 1489 922706 105609
#> 1490 922707 34815
#> 1491 922708 34815
#> 1492 922709 34815
#> 1493 922710 34815
#> 1494 922711 80140
#> 1495 922712 80140
#> 1496 922713 80140
#> 1497 922714 80140
#> 1498 922715 80140
#> 1499 922716 85948
#> 1500 922717 85948
#> 1501 922718 85948
#> 1502 922719 85948
#> 1503 922720 105610
#> 1504 922721 105610
#> 1505 922722 105610
#> 1506 922723 105610
#> 1507 922724 105610
#> 1508 922725 105610
#> 1509 922726 105610
#> 1510 922727 105610
#> 1511 922728 105610
#> 1512 922729 105610
#> 1513 923197 105718
#> 1514 923198 105718
#> 1515 923199 105718
#> 1516 923200 105718
#> 1517 929106 106270
#> 1518 929821 27343
#> 1519 929822 93276
#> 1520 930782 67862
#> 1521 931101 106558
#> 1522 943872 109489
#> 1523 945307 109702
#> 1524 958043 85454
#> 1525 959272 112284
#> 1526 963873 79598
#> 1527 963874 85292
#> 1528 963875 85292
#> 1529 963876 85292
#> 1530 964693 113555
#> 1531 966613 95109
#> 1532 968514 114631
#> 1533 968981 80784
#> 1534 969252 114905
#> 1535 973441 115685
#> 1536 973442 115686
#> 1537 976212 116452
#> 1538 976213 116452
#> 1539 979958 117149
#> 1540 979962 94541
#> 1541 979963 85560
#> 1542 979964 117150
#> 1543 979965 85560
#> 1544 979967 117152
#> 1545 980035 117176
#> 1546 980036 117176
#> 1547 980037 117176
#> 1548 980038 117176
#> 1549 980039 117177
#> 1550 980047 117178
#> 1551 980048 117179
#> 1552 980055 117183
#> 1553 980056 117183
#> 1554 980057 117183
#> 1555 980058 117183
#> 1556 980059 117183
#> 1557 980061 117184
#> 1558 980062 117184
#> 1559 980063 117184
#> 1560 980064 117185
#> 1561 980069 117187
#> 1562 980070 117187
#> 1563 980071 117187
#> 1564 980072 117188
#> 1565 980073 117188
#> 1566 980074 117188
#> 1567 980075 117188
#> 1568 980076 117188
#> 1569 981513 117522
#> 1570 981515 117523
#> 1571 981517 117524
#> 1572 984553 38528
#> 1573 984554 38528
#> 1574 984555 38528
#> 1575 984556 38528
#> 1576 984557 38528
#> 1577 984558 38528
#> 1578 984559 118063
#> 1579 985110 118143
#> 1580 985111 118144
#> 1581 985112 118145
#> 1582 985128 118146
#> 1583 985129 118147
#> 1584 985130 118148
#> 1585 985131 118149
#> 1586 985132 118150
#> 1587 990446 85431
#> 1588 990462 119418
#> 1589 990481 119428
#> 1590 990494 67862
#> 1591 992442 119783
#> 1592 992443 119783
#> 1593 992444 28854
#> 1594 994651 120215
#> 1595 994654 120215
#> 1596 1000938 121601
#> 1597 1015065 85515
#> 1598 1015066 85515
#> 1599 1016620 80112
#> 1600 1016622 80112
#> 1601 1016623 80112
#> 1602 1016624 80112
#> 1603 1016625 80112
#> 1604 1018525 124698
#> 1605 1019911 67862
#> 1606 1020735 124949
#> 1607 1020736 124949
#> 1608 1021829 125140
#> 1609 1021845 125142
#> 1610 1033164 126535
#> 1611 1033165 126536
#> 1612 1033218 126541
#> 1613 1033219 126542
#> 1614 1033220 126543
#> 1615 1033221 126544
#> 1616 1033222 126545
#> 1617 1033223 126546
#> 1618 1033224 126547
#> 1619 1033225 126548
#> 1620 1033226 126549
#> 1621 1033336 126570
#> 1622 1033337 126571
#> 1623 1033338 126572
#> 1624 1033340 126574
#> 1625 1033341 126575
#> 1626 1033343 126577
#> 1627 1033344 126578
#> 1628 1033345 126579
#> 1629 1033346 126580
#> 1630 1033347 126581
#> 1631 1033348 126582
#> 1632 1033349 126583
#> 1633 1033350 126584
#> 1634 1037627 127038
#> 1635 1037998 127110
#> 1636 1037999 125959
#> 1637 1038047 125947
#> 1638 1058895 130829
#> 1639 1064710 131670
#> 1640 1064711 22725
#> 1641 1064712 22725
#> 1642 1071216 67862
#> 1643 1076088 134163
#> 1644 1076089 134164
#> 1645 1076287 134293
#> 1646 1076305 134299
#> 1647 1076974 134516
#> 1648 1079951 135406
#> 1649 1080018 95107
#> 1650 1080020 135412
#> 1651 1080043 95107
#> 1652 1080109 135440
#> 1653 1080110 135440
#> 1654 1080690 135634
#> 1655 1080691 135634
#> 1656 1080692 135635
#> 1657 1080693 135635
#> 1658 1080694 135635
#> 1659 1080695 135636
#> 1660 1080696 135636
#> 1661 1080697 135636
#> 1662 1080698 135636
#> 1663 1080699 135637
#> 1664 1080700 135637
#> 1665 1080701 135637
#> 1666 1080703 135638
#> 1667 1080704 135638
#> 1668 1081057 135686
#> 1669 1081099 135698
#> 1670 1081100 135698
#> 1671 1081101 135698
#> 1672 1081102 135698
#> 1673 1081113 135700
#> 1674 1081114 135700
#> 1675 1081116 135700
#> 1676 1081117 135700
#> 1677 1081118 135700
#> 1678 1087031 136394
#> 1679 1087032 87410
#> 1680 1087033 136394
#> 1681 1087034 136394
#> 1682 1087035 27266
#> 1683 1087036 136394
#> 1684 1087037 87414
#> 1685 1087038 27265
#> 1686 1087039 136395
#> 1687 1087040 87414
#> 1688 1087050 85560
#> 1689 1087055 85560
#> 1690 1087056 94541
#> 1691 1087060 94541
#> 1692 1087061 85560
#> 1693 1087062 85560
#> 1694 1087070 94541
#> 1695 1087071 85560
#> 1696 1087072 85560
#> 1697 1087079 85560
#> 1698 1087080 94541
#> 1699 1087081 117149
#> 1700 1087082 94541
#> 1701 1087085 136407
#> 1702 1087087 136409
#> 1703 1087301 117150
#> 1704 1087312 136494
#> 1705 1087313 136495
#> 1706 1087314 136495
#> 1707 1087316 136497
#> 1708 1087518 136545
#> 1709 1087519 136546
#> 1710 1087520 136547
#> 1711 1087521 136548
#> 1712 1087522 136549
#> 1713 1087523 136545
#> 1714 1087524 136550
#> 1715 1087526 98624
#> 1716 1087527 136552
#> 1717 1087528 136553
#> 1718 1087529 136555
#> 1719 1087530 136556
#> 1720 1087531 136557
#> 1721 1087532 136558
#> 1722 1087533 136559
#> 1723 1087534 136560
#> 1724 1087535 136560
#> 1725 1087543 136562
#> 1726 1087544 136563
#> 1727 1087545 136563
#> 1728 1087546 136563
#> 1729 1087553 136564
#> 1730 1087554 136565
#> 1731 1087562 136566
#> 1732 1087563 136567
#> 1733 1087565 136568
#> 1734 1087566 136545
#> 1735 1087567 136569
#> 1736 1087659 117149
#> 1737 1087660 117149
#> 1738 1087661 136589
#> 1739 1087662 136589
#> 1740 1087663 136589
#> 1741 1087669 136590
#> 1742 1087670 136590
#> 1743 1087671 136590
#> 1744 1087672 136591
#> 1745 1087673 136591
#> 1746 1087674 136591
#> 1747 1087675 136591
#> 1748 1087678 136592
#> 1749 1087679 136593
#> 1750 1087681 136594
#> 1751 1087682 136595
#> 1752 1087683 136589
#> 1753 1087684 136591
#> 1754 1087685 117522
#> 1755 1087841 136649
#> 1756 1091077 137124
#> 1757 1091168 87877
#> 1758 1091172 79163
#> 1759 1091174 28267
#> 1760 1091175 28267
#> 1761 1094776 138080
#> 1762 1094777 138081
#> 1763 1094778 138082
#> 1764 1098337 67862
#> 1765 1112294 140928
#> 1766 1112606 27343
#> 1767 1113545 105043
#> 1768 1113595 141239
#> 1769 1113638 141240
#> 1770 1113776 27343
#> 1771 1127411 27343
#> 1772 1127412 27343
#> 1773 1127413 27343
#> 1774 1127415 27343
#> 1775 1127416 27343
#> 1776 1127417 27343
#> 1777 1127431 27343
#> 1778 1127432 27343
#> 1779 1127433 27343
#> 1780 1127434 93104
#> 1781 1127532 93104
#> 1782 1127542 143196
#> 1783 1127543 37040
#> 1784 1127544 28479
#> 1785 1127575 98595
#> 1786 1127576 98595
#> 1787 1127578 98595
#> 1788 1127583 143196
#> 1789 1127586 143203
#> 1790 1127587 28479
#> 1791 1127588 143204
#> 1792 1127589 93104
#> 1793 1127596 143206
#> 1794 1127602 143210
#> 1795 1129488 105775
#> 1796 1129698 136548
#> 1797 1130045 143474
#> 1798 1130046 143474
#> 1799 1130047 143474
#> 1800 1130048 143474
#> 1801 1130056 143481
#> 1802 1130060 143485
#> 1803 1130472 98602
#> 1804 1130488 143692
#> 1805 1130489 88282
#> 1806 1130490 88282
#> 1807 1130491 88282
#> 1808 1130492 34815
#> 1809 1130495 143714
#> 1810 1130496 143714
#> 1811 1130694 88282
#> 1812 1130695 88282
#> 1813 1131046 143870
#> 1814 1131047 143870
#> 1815 1131048 143870
#> 1816 1131049 143870
#> 1817 1131085 143871
#> 1818 1131086 143872
#> 1819 1131087 143873
#> 1820 1131088 143874
#> 1821 1131089 143870
#> 1822 1131090 143875
#> 1823 1131091 143870
#> 1824 1131092 143876
#> 1825 1131093 143877
#> 1826 1131094 143878
#> 1827 1131095 143882
#> 1828 1131097 143883
#> 1829 1131219 143886
#> 1830 1131223 143892
#> 1831 1131868 144038
#> 1832 1131869 120231
#> 1833 1131895 120228
#> 1834 1131896 120230
#> 1835 1131898 144043
#> 1836 1131899 120228
#> 1837 1131900 120231
#> 1838 1131901 120230
#> 1839 1131902 120372
#> 1840 1131903 120230
#> 1841 1131904 120228
#> 1842 1131905 120228
#> 1843 1131906 120230
#> 1844 1131961 120228
#> 1845 1131962 120228
#> 1846 1131963 120230
#> 1847 1131965 120228
#> 1848 1131966 120232
#> 1849 1131970 120232
#> 1850 1131971 120366
#> 1851 1131972 144048
#> 1852 1131973 120232
#> 1853 1131974 120228
#> 1854 1131975 144048
#> 1855 1131976 120366
#> 1856 1131977 120232
#> 1857 1131978 120232
#> 1858 1131979 120230
#> 1859 1131980 120366
#> 1860 1131982 120298
#> 1861 1131983 120366
#> 1862 1132143 144080
#> 1863 1132144 144080
#> 1864 1132145 144080
#> 1865 1132146 144081
#> 1866 1132147 144083
#> 1867 1132148 144086
#> 1868 1132149 144081
#> 1869 1132150 144087
#> 1870 1132151 144089
#> 1871 1132152 144090
#> 1872 1132153 144094
#> 1873 1132252 144100
#> 1874 1132254 144100
#> 1875 1132307 144128
#> 1876 1132308 144129
#> 1877 1133423 144271
#> 1878 1133445 144272
#> 1879 1134100 144318
#> 1880 1134116 144320
#> 1881 1134117 13043
#> 1882 1134118 144321
#> 1883 1134119 144322
#> 1884 1134120 98602
#> 1885 1134121 144323
#> 1886 1134122 105608
#> 1887 1134124 144325
#> 1888 1134125 144326
#> 1889 1134126 144327
#> 1890 1134127 144328
#> 1891 1134137 144330
#> 1892 1134138 144331
#> 1893 1134140 144333
#> 1894 1134141 144333
#> 1895 1134401 144395
#> 1896 1134402 144395
#> 1897 1134403 144395
#> 1898 1135798 144682
#> 1899 1142024 13043
#> 1900 1142138 145503
#> 1901 1142139 145503
#> 1902 1142822 145516
#> 1903 1142823 145516
#> 1904 1142839 98617
#> 1905 1142840 98617
#> 1906 1142841 98617
#> 1907 1142843 98617
#> 1908 1142844 98617
#> 1909 1142845 98617
#> 1910 1143559 98618
#> 1911 1143569 145565
#> 1912 1143608 101956
#> 1913 1143834 145593
#> 1914 1143835 145594
#> 1915 1143860 145597
#> 1916 1144137 34815
#> 1917 1144138 144328
#> 1918 1144139 98602
#> 1919 1163736 149620
#> 1920 1163739 87004
#> 1921 1163740 80712
#> 1922 1163741 80712
#> 1923 1163742 80712
#> 1924 1163743 80712
#> 1925 1163745 149622
#> 1926 1163746 149622
#> 1927 1163747 149622
#> 1928 1165896 149976
#> 1929 1165897 149976
#> 1930 1165898 149976
#> 1931 1165899 149976
#> 1932 1165900 149976
#> 1933 1165901 149976
#> 1934 1167760 87410
#> 1935 1167761 87410
#> 1936 1168375 53684
#> 1937 1169384 150407
#> 1938 1169733 27266
#> 1939 1181752 105083
#> 1940 1181753 152277
#> 1941 1181756 105083
#> 1942 1200768 155373
#> 1943 1202387 68427
#> 1944 1202577 155584
#> 1945 1209762 156990
#> 1946 1210850 157208
#> 1947 1211081 157227
#> 1948 1221317 159891
#> 1949 1221318 159891
#> 1950 1221320 159892
#> 1951 1221321 159892
#> 1952 1221322 159893
#> 1953 1226616 161206
#> 1954 1237952 163064
#> 1955 1237954 163064
#> 1956 1242744 28256
#> 1957 1247644 164623
#> 1958 1249417 164930
#> 1959 1249418 164930
#> 1960 1249438 164930
#> 1961 1249439 164930
#> 1962 1249440 164932
#> 1963 1252540 165526
#> 1964 1284666 80714
#> 1965 1284940 171025
#> 1966 1284962 171029
#> 1967 1285176 80219
#> 1968 1285177 80219
#> 1969 1285178 171146
#> 1970 1285179 171146
#> 1971 1285180 171146
#> 1972 1285181 171146
#> 1973 1285182 80219
#> 1974 1285183 88342
#> 1975 1285184 80216
#> 1976 1285185 89859
#> 1977 1285186 89859
#> 1978 1285187 89859
#> 1979 1285188 89859
#> 1980 1285189 89859
#> 1981 1285190 171147
#> 1982 1285191 171147
#> 1983 1285194 80226
#> 1984 1285822 171337
#> 1985 1285848 171344
#> 1986 1285874 171346
#> 1987 1285898 52522
#> 1988 1285904 171350
#> 1989 1285940 171354
#> 1990 1285941 171355
#> 1991 1285964 85494
#> 1992 1285988 67862
#> 1993 1286005 67862
#> 1994 1286068 171371
#> 1995 1286077 171376
#> 1996 1286079 171378
#> 1997 1286080 171377
#> 1998 1286081 171379
#> 1999 1286082 171380
#> 2000 1286083 171381
#> 2001 1286092 171384
#> 2002 1286764 92907
#> 2003 1286765 78694
#> 2004 1286766 92909
#> 2005 1286767 92909
#> 2006 1286768 92909
#> 2007 1286769 92909
#> 2008 1286770 92909
#> 2009 1286771 92909
#> 2010 1286772 92909
#> 2011 1286773 92909
#> 2012 1286774 92909
#> 2013 1286775 92909
#> 2014 1286795 171619
#> 2015 1286796 171619
#> 2016 1286797 171619
#> 2017 1286798 171619
#> 2018 1286799 171619
#> 2019 1286800 171619
#> 2020 1287092 171638
#> 2021 1287093 171639
#> 2022 1297470 173058
#> 2023 1297471 173059
#> 2024 1300959 173720
#> 2025 1300960 173721
#> 2026 1301296 173814
#> 2027 1301297 77412
#> 2028 1301420 173815
#> 2029 1301648 173843
#> 2030 1301947 173986
#> 2031 1301948 173987
#> 2032 1302352 140937
#> 2033 1302376 68318
#> 2034 1302377 68318
#> 2035 1302453 174085
#> 2036 1303961 22661
#> 2037 1304070 174422
#> 2038 1304071 131112
#> 2039 1304146 174454
#> 2040 1304147 174454
#> 2041 1304148 174392
#> 2042 1304152 22661
#> 2043 1304510 174420
#> 2044 1304514 174421
#> 2045 1304517 174420
#> 2046 1304554 22661
#> 2047 1304555 22661
#> 2048 1304556 22661
#> 2049 1304557 22661
#> 2050 1304558 22661
#> 2051 1304559 22661
#> 2052 1304560 22661
#> 2053 1304561 22661
#> 2054 1304562 22661
#> 2055 1304563 22661
#> 2056 1304564 22661
#> 2057 1304566 174622
#> 2058 1304567 174622
#> 2059 1304568 174622
#> 2060 1304569 174622
#> 2061 1304572 174622
#> 2062 1304573 174622
#> 2063 1304574 174622
#> 2064 1304575 174622
#> 2065 1304576 174623
#> 2066 1304577 174623
#> 2067 1304579 174623
#> 2068 1304580 174623
#> 2069 1304581 174623
#> 2070 1304582 174623
#> 2071 1304583 174623
#> 2072 1304584 174623
#> 2073 1304585 174623
#> 2074 1304586 174623
#> 2075 1304587 174623
#> 2076 1304588 174623
#> 2077 1304589 144320
#> 2078 1304590 144320
#> 2079 1304591 144320
#> 2080 1304592 144320
#> 2081 1304593 144320
#> 2082 1304602 174626
#> 2083 1304603 174626
#> 2084 1304604 174626
#> 2085 1304605 174626
#> 2086 1304606 174626
#> 2087 1304607 174626
#> 2088 1304608 174626
#> 2089 1304609 174626
#> 2090 1304610 174626
#> 2091 1304611 132778
#> 2092 1304612 174420
#> 2093 1304700 132778
#> 2094 1304758 171384
#> 2095 1304759 171384
#> 2096 1304761 171384
#> 2097 1304762 171384
#> 2098 1304763 171384
#> 2099 1304764 171384
#> 2100 1304765 171384
#> 2101 1304767 174663
#> 2102 1304768 174663
#> 2103 1304769 174663
#> 2104 1304770 174663
#> 2105 1304771 174663
#> 2106 1304772 174663
#> 2107 1304773 174663
#> 2108 1304774 174663
#> 2109 1304775 174663
#> 2110 1304819 28065
#> 2111 1304821 174666
#> 2112 1304828 174666
#> 2113 1304829 174666
#> 2114 1304830 174666
#> 2115 1304831 174666
#> 2116 1304832 174666
#> 2117 1304833 174666
#> 2118 1304834 174666
#> 2119 1304835 174666
#> 2120 1304836 174666
#> 2121 1304837 174666
#> 2122 1304838 174666
#> 2123 1304839 174666
#> 2124 1304840 174666
#> 2125 1304873 28065
#> 2126 1304874 28065
#> 2127 1304875 28065
#> 2128 1304876 28065
#> 2129 1304940 80226
#> 2130 1304941 80226
#> 2131 1304942 80226
#> 2132 1304943 80226
#> 2133 1304944 80226
#> 2134 1304945 80226
#> 2135 1304946 80226
#> 2136 1304947 80226
#> 2137 1304948 80226
#> 2138 1304949 80226
#> 2139 1304972 174685
#> 2140 1304973 174685
#> 2141 1304974 174685
#> 2142 1304975 174685
#> 2143 1305341 174717
#> 2144 1305342 174717
#> 2145 1305343 174717
#> 2146 1305344 174717
#> 2147 1305345 174717
#> 2148 1305346 174717
#> 2149 1305347 174717
#> 2150 1305348 174717
#> 2151 1305432 174734
#> 2152 1305433 174734
#> 2153 1305434 174734
#> 2154 1305435 174734
#> 2155 1305436 174735
#> 2156 1305437 174735
#> 2157 1305438 174735
#> 2158 1305439 174735
#> 2159 1305440 174736
#> 2160 1305441 174736
#> 2161 1305442 174736
#> 2162 1305443 174736
#> 2163 1305444 174736
#> 2164 1305445 174736
#> 2165 1305447 80223
#> 2166 1305448 80223
#> 2167 1305449 80223
#> 2168 1305450 80223
#> 2169 1305451 174736
#> 2170 1305469 144272
#> 2171 1305470 144272
#> 2172 1305471 144272
#> 2173 1305472 144272
#> 2174 1305473 144272
#> 2175 1305474 144272
#> 2176 1305475 144272
#> 2177 1305476 144272
#> 2178 1305477 144272
#> 2179 1305478 174741
#> 2180 1305479 174741
#> 2181 1305480 174741
#> 2182 1305481 174741
#> 2183 1305482 174741
#> 2184 1305483 174741
#> 2185 1305484 174741
#> 2186 1305519 174746
#> 2187 1305520 174746
#> 2188 1305521 174746
#> 2189 1305522 174746
#> 2190 1305523 174746
#> 2191 1305525 174747
#> 2192 1305526 174747
#> 2193 1305528 174747
#> 2194 1305529 174747
#> 2195 1306526 174421
#> 2196 1306606 22726
#> 2197 1307354 175172
#> 2198 1307355 175172
#> 2199 1307356 117188
#> 2200 1307357 175173
#> 2201 1307358 117188
#> 2202 1307359 136563
#> 2203 1307360 175174
#> 2204 1307364 174421
#> 2205 1307365 175176
#> 2206 1307366 117188
#> 2207 1307367 117188
#> 2208 1307369 117188
#> 2209 1307512 80783
#> 2210 1307517 174747
#> 2211 1307605 175248
#> 2212 1307606 175248
#> 2213 1307762 175331
#> 2214 1307763 175331
#> 2215 1307764 175331
#> 2216 1307765 175331
#> 2217 1307766 175332
#> 2218 1307767 175332
#> 2219 1307768 175332
#> 2220 1307886 117869
#> 2221 1308610 175554
#> 2222 1308630 175556
#> 2223 1308640 175564
#> 2224 1308641 175565
#> 2225 1308652 175565
#> 2226 1308653 175565
#> 2227 1308654 175565
#> 2228 1308655 175565
#> 2229 1308656 175565
#> 2230 1308657 175565
#> 2231 1308658 175565
#> 2232 1308660 175565
#> 2233 1308661 175565
#> 2234 1308670 175565
#> 2235 1308671 175565
#> 2236 1308672 175565
#> 2237 1308673 175565
#> 2238 1308674 175565
#> 2239 1308675 175565
#> 2240 1308676 175565
#> 2241 1308683 175565
#> 2242 1308685 174741
#> 2243 1308691 175566
#> 2244 1308692 175566
#> 2245 1308693 175566
#> 2246 1308694 175567
#> 2247 1308695 175567
#> 2248 1308696 175567
#> 2249 1308697 175566
#> 2250 1308703 80826
#> 2251 1308851 31777
#> 2252 1308852 31777
#> 2253 1308853 31777
#> 2254 1308855 31777
#> 2255 1309908 31777
#> 2256 1309909 174623
#> 2257 1309927 175800
#> 2258 1309928 118063
#> 2259 1309932 118063
#> 2260 1309933 118063
#> 2261 1309935 118063
#> 2262 1309936 118063
#> 2263 1309937 118063
#> 2264 1309939 118063
#> 2265 1309940 118063
#> 2266 1309941 118063
#> 2267 1309942 118063
#> 2268 1309943 118063
#> 2269 1309968 118063
#> 2270 1309969 118063
#> 2271 1309988 175806
#> 2272 1310102 80219
#> 2273 1310103 80219
#> 2274 1310104 80219
#> 2275 1310105 80219
#> 2276 1310106 80219
#> 2277 1310107 80219
#> 2278 1310108 80219
#> 2279 1310109 80219
#> 2280 1310110 80219
#> 2281 1310111 80219
#> 2282 1310125 175821
#> 2283 1310177 174421
#> 2284 1310194 80219
#> 2285 1310195 80219
#> 2286 1310197 80219
#> 2287 1310198 80219
#> 2288 1310199 80219
#> 2289 1310200 80219
#> 2290 1310201 80219
#> 2291 1310202 80219
#> 2292 1310203 80219
#> 2293 1310204 80219
#> 2294 1310220 67862
#> 2295 1310610 175907
#> 2296 1310638 132778
#> 2297 1310642 175922
#> 2298 1310771 175937
#> 2299 1310935 175806
#> 2300 1310940 175970
#> 2301 1311107 157227
#> 2302 1311118 176017
#> 2303 1311120 84835
#> 2304 1311633 176067
#> 2305 1311732 175806
#> 2306 1311733 176082
#> 2307 1311766 176092
#> 2308 1311815 85292
#> 2309 1311853 176110
#> 2310 1311891 176119
#> 2311 1311892 176121
#> 2312 1313002 175806
#> 2313 1313217 175812
#> 2314 1313219 176232
#> 2315 1313220 68319
#> 2316 1313221 124949
#> 2317 1313222 176232
#> 2318 1313223 176232
#> 2319 1313224 175248
#> 2320 1313230 176233
#> 2321 1313231 176234
#> 2322 1313276 176241
#> 2323 1313310 176242
#> 2324 1313311 176242
#> 2325 1313312 176242
#> 2326 1313313 174421
#> 2327 1313314 176232
#> 2328 1313315 22726
#> 2329 1313317 176243
#> 2330 1313318 13004
#> 2331 1313319 13004
#> 2332 1313320 176244
#> 2333 1313321 86388
#> 2334 1313322 86388
#> 2335 1313323 176245
#> 2336 1313324 176245
#> 2337 1313325 176246
#> 2338 1313326 176246
#> 2339 1313327 176246
#> 2340 1313328 176246
#> 2341 1313329 176246
#> 2342 1313330 176246
#> 2343 1313331 176246
#> 2344 1313332 176246
#> 2345 1313333 176246
#> 2346 1313335 176244
#> 2347 1313336 176247
#> 2348 1313337 93096
#> 2349 1313338 176248
#> 2350 1313339 176249
#> 2351 1313340 176250
#> 2352 1313341 176251
#> 2353 1313343 171377
#> 2354 1313344 171377
#> 2355 1313345 80178
#> 2356 1313346 176252
#> 2357 1313349 176254
#> 2358 1313351 80174
#> 2359 1313355 176257
#> 2360 1313356 176258
#> 2361 1313357 176259
#> 2362 1313358 176260
#> 2363 1313359 176261
#> 2364 1313360 176262
#> 2365 1313361 176264
#> 2366 1313373 176092
#> 2367 1313771 176291
#> 2368 1313772 176291
#> 2369 1313773 176291
#> 2370 1313774 176291
#> 2371 1313775 176291
#> 2372 1313776 176291
#> 2373 1313777 176292
#> 2374 1313778 176292
#> 2375 1313779 176292
#> 2376 1313780 176292
#> 2377 1313781 176291
#> 2378 1313782 176292
#> 2379 1313783 176292
#> 2380 1313956 87102
#> 2381 1313957 87102
#> 2382 1313959 176305
#> 2383 1313962 176307
#> 2384 1313963 176308
#> 2385 1313964 176309
#> 2386 1313966 176310
#> 2387 1313967 176311
#> 2388 1314007 176312
#> 2389 1314008 176313
#> 2390 1314010 176306
#> 2391 1314011 92645
#> 2392 1314012 176314
#> 2393 1314013 176314
#> 2394 1314014 176315
#> 2395 1314054 176318
#> 2396 1314055 176319
#> 2397 1314056 176319
#> 2398 1314057 176319
#> 2399 1314059 176321
#> 2400 1314155 176330
#> 2401 1314156 176330
#> 2402 1314157 176330
#> 2403 1314158 176330
#> 2404 1314159 176331
#> 2405 1314160 176331
#> 2406 1314161 176331
#> 2407 1314162 176331
#> 2408 1314166 176331
#> 2409 1314179 176336
#> 2410 1314180 176336
#> 2411 1314181 176336
#> 2412 1314182 176336
#> 2413 1314183 176336
#> 2414 1314184 176336
#> 2415 1314185 176336
#> 2416 1314186 176336
#> 2417 1314187 176336
#> 2418 1314227 31777
#> 2419 1314228 31777
#> 2420 1314269 80174
#> 2421 1314298 80174
#> 2422 1314299 80174
#> 2423 1314300 80174
#> 2424 1314301 80174
#> 2425 1314302 80174
#> 2426 1314303 80174
#> 2427 1314305 80174
#> 2428 1314339 176339
#> 2429 1314340 176339
#> 2430 1314341 176339
#> 2431 1314342 176339
#> 2432 1314343 176339
#> 2433 1314344 176339
#> 2434 1314345 176339
#> 2435 1314346 176339
#> 2436 1314347 176339
#> 2437 1314365 13004
#> 2438 1314372 176347
#> 2439 1314375 176349
#> 2440 1314377 93096
#> 2441 1314380 93100
#> 2442 1314382 89626
#> 2443 1314383 176355
#> 2444 1314397 176314
#> 2445 1314423 176356
#> 2446 1314429 176357
#> 2447 1314430 176358
#> 2448 1314431 176358
#> 2449 1314455 176358
#> 2450 1314456 176357
#> 2451 1314457 176357
#> 2452 1314458 176357
#> 2453 1314459 176357
#> 2454 1314461 175806
#> 2455 1314462 176242
#> 2456 1314652 125662
#> 2457 1314660 80111
#> 2458 1314749 79162
#> 2459 1314750 176438
#> 2460 1314753 137131
#> 2461 1314763 176442
#> 2462 1314819 176331
#> 2463 1315229 176495
#> 2464 1315230 176438
#> 2465 1315231 132661
#> 2466 1315232 176496
#> 2467 1315233 176497
#> 2468 1315234 176498
#> 2469 1315235 176499
#> 2470 1315251 176501
#> 2471 1315252 176501
#> 2472 1315253 174666
#> 2473 1315258 176503
#> 2474 1315259 176503
#> 2475 1315260 176503
#> 2476 1315261 176503
#> 2477 1315262 176504
#> 2478 1315263 176504
#> 2479 1315264 176504
#> 2480 1315265 176504
#> 2481 1315266 80223
#> 2482 1315301 176523
#> 2483 1315325 154179
#> 2484 1315463 176531
#> 2485 1315479 176535
#> 2486 1315480 176536
#> 2487 1315481 176537
#> 2488 1315482 176538
#> 2489 1315483 176539
#> 2490 1315505 176543
#> 2491 1316469 175806
#> 2492 1316470 175806
#> 2493 1316471 175806
#> 2494 1316520 176667
#> 2495 1316521 176667
#> 2496 1316613 175806
#> 2497 1316952 176758
#> 2498 1316953 176758
#> 2499 1316956 80216
#> 2500 1316957 80216
#> 2501 1316958 80216
#> 2502 1316959 80216
#> 2503 1316960 176771
#> 2504 1316962 80216
#> 2505 1316964 80216
#> 2506 1316965 80216
#> 2507 1316966 80216
#> 2508 1316967 80216
#> 2509 1316968 80216
#> 2510 1317142 80826
#> 2511 1317153 176830
#> 2512 1317154 176830
#> 2513 1317155 176830
#> 2514 1317156 176830
#> 2515 1317157 176830
#> 2516 1317306 176916
#> 2517 1317307 176917
#> 2518 1317308 176917
#> 2519 1317309 176917
#> 2520 1317310 176917
#> 2521 1317311 176917
#> 2522 1317312 176917
#> 2523 1317313 176917
#> 2524 1317314 176917
#> 2525 1317315 171377
#> 2526 1317316 171377
#> 2527 1317317 171377
#> 2528 1317318 171377
#> 2529 1317319 171377
#> 2530 1317320 171377
#> 2531 1317321 171377
#> 2532 1317322 171377
#> 2533 1317323 171377
#> 2534 1317324 171377
#> 2535 1317325 171377
#> 2536 1317326 171377
#> 2537 1317327 171377
#> 2538 1317328 171377
#> 2539 1317329 171377
#> 2540 1317330 171377
#> 2541 1317331 171377
#> 2542 1317332 171377
#> 2543 1317333 171377
#> 2544 1317336 176918
#> 2545 1317337 31777
#> 2546 1317338 175565
#> 2547 1317339 175565
#> 2548 1317355 171346
#> 2549 1317360 176310
#> 2550 1317361 176310
#> 2551 1317362 176310
#> 2552 1317363 89650
#> 2553 1317364 89650
#> 2554 1317365 89650
#> 2555 1317366 89650
#> 2556 1317367 89650
#> 2557 1317368 89650
#> 2558 1317369 89650
#> 2559 1317370 89650
#> 2560 1317371 89650
#> 2561 1317372 89650
#> 2562 1317373 89650
#> 2563 1317415 176919
#> 2564 1317416 176919
#> 2565 1317420 176922
#> 2566 1317421 176922
#> 2567 1317422 176922
#> 2568 1317423 176922
#> 2569 1317424 176922
#> 2570 1317425 176922
#> 2571 1317426 176922
#> 2572 1317427 176922
#> 2573 1317428 176922
#> 2574 1317429 176922
#> 2575 1317430 176922
#> 2576 1317431 176922
#> 2577 1317432 176922
#> 2578 1317433 176922
#> 2579 1317434 176923
#> 2580 1317435 176923
#> 2581 1317436 176923
#> 2582 1317437 176924
#> 2583 1317438 176924
#> 2584 1317439 176924
#> 2585 1317440 176924
#> 2586 1317441 176923
#> 2587 1317442 176923
#> 2588 1317443 176923
#> 2589 1317623 176968
#> 2590 1317624 176968
#> 2591 1317625 85292
#> 2592 1317626 85292
#> 2593 1317627 85292
#> 2594 1317648 85292
#> 2595 1317649 84835
#> 2596 1317652 176015
#> 2597 1317697 84835
#> 2598 1317698 84835
#> 2599 1317699 84835
#> 2600 1317700 176090
#> 2601 1317701 80777
#> 2602 1317897 80714
#> 2603 1317898 176408
#> 2604 1317901 27400
#> 2605 1317902 176998
#> 2606 1317903 176998
#> 2607 1317904 176998
#> 2608 1317905 27704
#> 2609 1317906 85553
#> 2610 1317907 85555
#> 2611 1317915 177000
#> 2612 1317916 177000
#> 2613 1317917 177000
#> 2614 1317919 177001
#> 2615 1317920 177002
#> 2616 1317921 177003
#> 2617 1317922 177003
#> 2618 1317923 177003
#> 2619 1317925 177003
#> 2620 1317926 177004
#> 2621 1317927 177004
#> 2622 1317928 85550
#> 2623 1317929 177005
#> 2624 1317930 85551
#> 2625 1317931 85552
#> 2626 1317932 85362
#> 2627 1317933 85362
#> 2628 1317935 177006
#> 2629 1317936 177006
#> 2630 1317937 177006
#> 2631 1317938 177007
#> 2632 1317939 177007
#> 2633 1317940 177007
#> 2634 1317941 177007
#> 2635 1317942 177007
#> 2636 1317943 177007
#> 2637 1317944 177007
#> 2638 1317945 177007
#> 2639 1317946 177007
#> 2640 1317947 175553
#> 2641 1317948 175553
#> 2642 1317949 175553
#> 2643 1317950 175553
#> 2644 1317951 177008
#> 2645 1317969 177014
#> 2646 1317970 177014
#> 2647 1317973 177015
#> 2648 1317974 177015
#> 2649 1317975 177015
#> 2650 1317976 177015
#> 2651 1317977 12976
#> 2652 1317978 12976
#> 2653 1317979 177017
#> 2654 1317980 177017
#> 2655 1317981 177017
#> 2656 1317982 177017
#> 2657 1317984 177018
#> 2658 1317985 177019
#> 2659 1317986 177019
#> 2660 1317987 177019
#> 2661 1317988 177019
#> 2662 1317989 177019
#> 2663 1317990 177020
#> 2664 1317991 177020
#> 2665 1318005 144320
#> 2666 1318075 177038
#> 2667 1318076 177039
#> 2668 1318077 177039
#> 2669 1318094 85292
#> 2670 1318095 85292
#> 2671 1318096 85292
#> 2672 1318097 177046
#> 2673 1318128 79598
#> 2674 1318131 177058
#> 2675 1318145 177062
#> 2676 1318147 28267
#> 2677 1318148 85342
#> 2678 1318150 28256
#> 2679 1318157 177067
#> 2680 1318298 80714
#> 2681 1318299 177138
#> 2682 1318301 177139
#> 2683 1318302 175174
#> 2684 1318303 85474
#> 2685 1318308 84835
#> 2686 1318309 86946
#> 2687 1318310 67945
#> 2688 1318311 177144
#> 2689 1318312 84835
#> 2690 1318313 28256
#> 2691 1318314 85292
#> 2692 1318361 85292
#> 2693 1318368 79162
#> 2694 1318378 84835
#> 2695 1318379 176090
#> 2696 1318380 84835
#> 2697 1318484 176090
#> 2698 1318485 177139
#> 2699 1318807 176262
#> 2700 1319239 85292
#> 2701 1319240 85292
#> 2702 1319421 177359
#> 2703 1320334 177542
#> 2704 1320335 177542
#> 2705 1320336 144326
#> 2706 1320337 144326
#> 2707 1320338 144326
#> 2708 1320348 171378
#> 2709 1320349 171378
#> 2710 1320350 171378
#> 2711 1320351 171378
#> 2712 1320352 171378
#> 2713 1320353 171378
#> 2714 1320354 171378
#> 2715 1320355 171378
#> 2716 1320356 171378
#> 2717 1320358 177544
#> 2718 1320411 177555
#> 2719 1320445 176312
#> 2720 1320446 176312
#> 2721 1320447 176312
#> 2722 1320448 176312
#> 2723 1320449 176312
#> 2724 1320450 176312
#> 2725 1320451 176312
#> 2726 1320452 176312
#> 2727 1320459 177563
#> 2728 1320523 177585
#> 2729 1320526 177587
#> 2730 1320530 177588
#> 2731 1320531 177588
#> 2732 1320532 177588
#> 2733 1320533 177588
#> 2734 1320534 177588
#> 2735 1320535 177588
#> 2736 1320536 80826
#> 2737 1320537 177589
#> 2738 1320596 177601
#> 2739 1320597 177601
#> 2740 1320598 177601
#> 2741 1320599 177601
#> 2742 1320600 177601
#> 2743 1320668 177604
#> 2744 1320669 177604
#> 2745 1320670 177604
#> 2746 1320671 177604
#> 2747 1320672 177605
#> 2748 1320673 177605
#> 2749 1320674 177605
#> 2750 1320675 177605
#> 2751 1320676 177605
#> 2752 1320677 177606
#> 2753 1320678 177606
#> 2754 1320679 177606
#> 2755 1320680 177606
#> 2756 1320681 177606
#> 2757 1322340 22726
#> 2758 1323216 174747
#> 2759 1323230 171378
#> 2760 1323302 178053
#> 2761 1323720 178105
#> 2762 1323721 178105
#> 2763 1323722 178105
#> 2764 1323723 178105
#> 2765 1324432 178109
#> 2766 1324433 178109
#> 2767 1324434 178109
#> 2768 1324435 178109
#> 2769 1324436 178109
#> 2770 1324702 174747
#> 2771 1324911 80826
#> 2772 1324913 80826
#> 2773 1324914 178113
#> 2774 1324915 178113
#> 2775 1324916 178113
#> 2776 1324917 178113
#> 2777 1325014 178115
#> identified_name identified_rank
#> 1 n. gen. Anconastes n. sp. vesperus species
#> 2 Gorgonopsia indet. suborder
#> 3 n. gen. Procolophon n. sp. trigoniceps species
#> 4 n. gen. Ophiodeirus n. sp. casei species
#> 5 Broiliellus n. sp. arroyoensis species
#> 6 Broiliellus n. sp. olsoni species
#> 7 Edaphosaurus n. sp. colohistion species
#> 8 Cricotus sp. genus
#> 9 Eryops sp. genus
#> 10 Aspidosaurus sp. genus
#> 11 Zatrachys serratus species
#> 12 Trimerorhachis sp. genus
#> 13 Diplocaulus sp. genus
#> 14 Diadectes sp. genus
#> 15 n. gen. Archeria n. sp. robinsoni species
#> 16 Theropleura sp. genus
#> 17 n. gen. Noteosaurus n. sp. africanus species
#> 18 Dendrerpeton sp. genus
#> 19 Eryops sp. genus
#> 20 cf. Platyhystrix rugosus species
#> 21 Nectridea ? indet. unranked clade
#> 22 Limnoscelidae indet. family
#> 23 cf. Ophiacodon navajovicus species
#> 24 Sphenacodontidae indet. family
#> 25 Eryops ? sp. genus
#> 26 Diasparactus zenos species
#> 27 Ophiacodon cf. mirus species
#> 28 Sphenacodontia indet. suborder
#> 29 Tetrapoda indet. 1 informal species
#> 30 Tetrapoda indet. 2 informal species
#> 31 Eryops megacephalus species
#> 32 Archeria crassidisca species
#> 33 Edaphosaurus boanerges species
#> 34 Platyops stuckenbergi species
#> 35 Platyops watsoni species
#> 36 Melosaurus uralensis species
#> 37 Dvinosaurus sp. genus
#> 38 Rhipeosaurus sp. genus
#> 39 Trimerorhachis insignis species
#> 40 Eryops sp. genus
#> 41 Archeria sp. genus
#> 42 Diplocaulus sp. genus
#> 43 Ophiacodon sp. genus
#> 44 Dimetrodon sp. genus
#> 45 n. gen. Westlothiana n. sp. lizziae species
#> 46 n. gen. Balanerpeton n. sp. woodi species
#> 47 n. gen. Silvanerpeton n. sp. miripedes species
#> 48 Loxommatidae indet. family
#> 49 Anthracosauria indet. unranked clade
#> 50 Lepospondyli indet. unranked clade
#> 51 Spathicephalus mirus species
#> 52 Eoherpeton watsoni species
#> 53 Captorhinus sp. genus
#> 54 Seymouria sp. genus
#> 55 Diplocaulus sp. genus
#> 56 Trimerorhachis sp. genus
#> 57 Eryopidae indet. family
#> 58 Diictodon sp. genus
#> 59 Diictodon sp. genus
#> 60 Parioxys ferricolus species
#> 61 Trematops sp. genus
#> 62 Parioxys sp. genus
#> 63 Conodectes favosus species
#> 64 Dissorophus multicinctus species
#> 65 Bradysaurus n. sp. seeleyi species
#> 66 n. gen. Carrolla n. sp. craddocki species
#> 67 n. gen. Eumetabolodon n. sp. dongshengensis species
#> 68 n. gen. Lysipterygium n. sp. deterrai species
#> 69 Archegosaurus ornatus species
#> 70 Lystrosaurus maccaigi species
#> 71 Lystrosaurus maccaigi species
#> 72 n. gen. Belebey n. sp. vegrandis species
#> 73 n. gen. Vitalia n. sp. grata species
#> 74 Rothia robusta species
#> 75 Amniota indet. unranked clade
#> 76 Cotylorhynchus bransoni species
#> 77 Cotylorhynchus bransoni species
#> 78 Angelosaurus romeri species
#> 79 Rothia n. sp. robusta species
#> 80 Cotylorhynchus bransoni species
#> 81 Caseidae indet. family
#> 82 Tappenosauridae ? indet. family
#> 83 Cymatorhiza ? kittsi species
#> 84 n. gen. Nannospondylus n. sp. stewarti species
#> 85 n. gen. Fayella n. sp. chickashaensis species
#> 86 n. gen. Varanodon n. sp. agilis species
#> 87 Rothia robusta species
#> 88 Rothia robusta species
#> 89 Caseidae indet. family
#> 90 Amniota indet. unranked clade
#> 91 Rothia robusta species
#> 92 Rothia robusta species
#> 93 Amniota indet. unranked clade
#> 94 Rothia robusta species
#> 95 Rothia robusta species
#> 96 Cotylorhynchus n. sp. bransoni species
#> 97 Angelosaurus n. sp. romeri species
#> 98 n. gen. Cymatorhiza n. sp. kittsi species
#> 99 Rothia robusta species
#> 100 Tetrapoda indet. unranked clade
#> 101 Caseidae indet. family
#> 102 Tetrapoda indet. unranked clade
#> 103 Matthewichnus sp. genus
#> 104 Pseudobradypus ? sp. genus
#> 105 n. gen. Waggoneria n. sp. knoxensis species
#> 106 n. gen. Captorhinoides n. sp. valensis species
#> 107 n. gen. Ulemosaurus n. sp. svijagensis species
#> 108 Venjukovia n. sp. invisa species
#> 109 n. gen. Elph n. sp. borealis species
#> 110 Elph borealis species
#> 111 Embolomeri indet. suborder
#> 112 Eryops sp. genus
#> 113 Diadectidae indet. family
#> 114 Sphenacodontidae indet. family
#> 115 Embolomeri indet. suborder
#> 116 Amphibia indet. unranked clade
#> 117 n. gen. Dendrerpeton n. sp. acadianum species
#> 118 Eryops sp. genus
#> 119 Eryops sp. genus
#> 120 Dimetrodon sp. genus
#> 121 Theropleura sp. genus
#> 122 Cricotus sp. genus
#> 123 Eryops sp. genus
#> 124 Cricotus sp. genus
#> 125 Eryops sp. genus
#> 126 Zatrachys sp. genus
#> 127 Dimetrodon sp. genus
#> 128 Cricotus sp. genus
#> 129 Eryops sp. genus
#> 130 Diadectes n. sp. latibuccatus species
#> 131 Theropleura sp. genus
#> 132 n. gen. Dimetrodon n. sp. incisivus species
#> 133 Eryops sp. genus
#> 134 Diadectes sp. genus
#> 135 Dimetrodon sp. genus
#> 136 Edaphosaurus sp. genus
#> 137 Cricotus sp. genus
#> 138 Eryops sp. genus
#> 139 Trimerorhachis sp. genus
#> 140 Ophiacodon retroversus species
#> 141 Dimetrodon sp. genus
#> 142 Edaphosaurus sp. genus
#> 143 Eryops sp. genus
#> 144 Theropleura sp. genus
#> 145 Dimetrodon sp. genus
#> 146 Cricotus sp. genus
#> 147 Eryops n. sp. anatinus species
#> 148 Trimerorhachis sp. genus
#> 149 n. gen. Parioxys n. sp. ferricolus species
#> 150 n. gen. Diadectes n. sp. sideropelicus species
#> 151 Diadectes n. sp. biculminatus species
#> 152 n. gen. Empedias n. sp. alatus species
#> 153 Theropleura n. sp. retroversa species
#> 154 Dimetrodon n. sp. rectiformis species
#> 155 Clepsydrops n. sp. natalis species
#> 156 n. gen. Bolosaurus n. sp. striatus species
#> 157 Bolosaurus n. sp. major species
#> 158 Edaphosaurus sp. genus
#> 159 Bolosaurus striatus species
#> 160 "Tomicosaurus" sp. genus
#> 161 Cricotus sp. genus
#> 162 Eryops sp. genus
#> 163 Trimerorhachis sp. genus
#> 164 Diadectes sp. genus
#> 165 Empedias n. sp. fissus species
#> 166 Ophiacodon uniformis species
#> 167 Dimetrodon sp. genus
#> 168 Cricotus sp. genus
#> 169 Eryops sp. genus
#> 170 Trimerorhachis sp. genus
#> 171 Diadectes sp. genus
#> 172 Dimetrodon sp. genus
#> 173 Eryops sp. genus
#> 174 Aspidosaurus n. sp. glascocki species
#> 175 Trimerorhachis n. sp. alleni species
#> 176 Diadectes sp. genus
#> 177 Dimetrodon sp. genus
#> 178 Eryops sp. genus
#> 179 Dimetrodon sp. genus
#> 180 Eryops sp. genus
#> 181 Trimerorhachis n. sp. medius species
#> 182 Diadectes sp. genus
#> 183 Dimetrodon n. sp. booneorum species
#> 184 Edaphosaurus sp. genus
#> 185 n. gen. Therosaurus n. sp. watsoni species
#> 186 n. gen. Tersomius n. sp. texensis species
#> 187 Gymnarthrus willoughbyi species
#> 188 Eryops sp. genus
#> 189 Zatrachys sp. genus
#> 190 Trimerorhachis sp. genus
#> 191 Diadectes sp. genus
#> 192 Dimetrodon sp. genus
#> 193 Eryops sp. genus
#> 194 Aspidosaurus sp. genus
#> 195 Trimerorhachis n. sp. bilobatus species
#> 196 Diadectes sp. genus
#> 197 Dimetrodon n. sp. longiramus species
#> 198 Eryops sp. genus
#> 199 Trimerorhachis sp. genus
#> 200 Diadectes sp. genus
#> 201 Dimetrodon sp. genus
#> 202 Edaphosaurus sp. genus
#> 203 Eryops sp. genus
#> 204 Diadectes sp. genus
#> 205 Varanosaurus sp. genus
#> 206 Clepsydrops n. sp. leptocephalus species
#> 207 Dimetrodon sp. genus
#> 208 Eryops sp. genus
#> 209 Diadectes sp. genus
#> 210 Theropleura sp. genus
#> 211 Dimetrodon obtusidens species
#> 212 Edaphosaurus microdus species
#> 213 Clepsydrops n. sp. macrospondylus species
#> 214 Theropleura sp. genus
#> 215 Dimetrodon sp. genus
#> 216 Eryops sp. genus
#> 217 Trimerorhachis sp. genus
#> 218 Diplocaulus sp. genus
#> 219 Diadectes sp. genus
#> 220 Theropleura sp. genus
#> 221 Dimetrodon sp. genus
#> 222 n. gen. Broiliellus n. sp. texensis species
#> 223 Dimetrodon sp. genus
#> 224 Eryops sp. genus
#> 225 Broiliellus sp. genus
#> 226 Trimerorhachis sp. genus
#> 227 Captorhinus sp. genus
#> 228 n. gen. Reiszorhinus n. sp. olsoni species
#> 229 Pantylus cordatus species
#> 230 Varanosaurus wichitaensis species
#> 231 Theropleura sp. genus
#> 232 Dimetrodon sp. genus
#> 233 n. gen. Glaucosaurus n. sp. megalops species
#> 234 Eryops sp. genus
#> 235 Trimerorhachis sp. genus
#> 236 Labidosaurus hamatus species
#> 237 Dimetrodon sp. genus
#> 238 Chilonyx rapidens species
#> 239 Eryops sp. genus
#> 240 Diadectes sp. genus
#> 241 Theropleura sp. genus
#> 242 Dimetrodon sp. genus
#> 243 Eryops sp. genus
#> 244 Diadectes sp. genus
#> 245 n. gen. Pantylus n. sp. cordatus species
#> 246 n. gen. Helodectes n. sp. paridens species
#> 247 Helodectes n. sp. isaaci species
#> 248 Ophiacodon major species
#> 249 Dimetrodon gigas species
#> 250 Dimetrodon obtusidens species
#> 251 Dimetrodon n. sp. semiradicatus species
#> 252 Eryops sp. genus
#> 253 Dissorophus multicinctus species
#> 254 n. gen. Aspidosaurus n. sp. chiton species
#> 255 Zatrachys n. sp. microphthalmus species
#> 256 Trimerorhachis n. sp. mesops species
#> 257 Diplocaulus n. sp. limbatus species
#> 258 Diplocaulus n. sp. magnicornis species
#> 259 Lysorophus sp. genus
#> 260 n. gen. Cardiocephalus n. sp. sternbergi species
#> 261 n. gen. Seymouria n. sp. baylorensis species
#> 262 n. gen. Desmospondylus n. sp. anomalus species
#> 263 Diadectes n. sp. huenei species
#> 264 n. gen. Bolbodon n. sp. tenuitectes species
#> 265 Pariotichus brachyops species
#> 266 Pariotichus n. sp. isolomus species
#> 267 Ectocynodon n. sp. aguti species
#> 268 n. gen. Captorhinus n. sp. angusticeps species
#> 269 n. gen. Hypopnous n. sp. squaliceps species
#> 270 Pariotichus n. sp. hamatus species
#> 271 Labidosaurus n. sp. broilii species
#> 272 n. gen. Ostodolepis n. sp. brevispinatus species
#> 273 Pantylus n. sp. coicodus species
#> 274 n. gen. Poecilospondylus n. sp. francisi species
#> 275 n. gen. Tetraceratops n. sp. insignis species
#> 276 Dimetrodon n. sp. gigashomogenes species
#> 277 Embolophorus n. sp. dollovianus species
#> 278 n. gen. Edaphosaurus n. sp. pogonias species
#> 279 n. gen. Naosaurus n. sp. claviger species
#> 280 Eryops sp. genus
#> 281 Cacops n. sp. aspidephorus species
#> 282 Trimerorhachis n. sp. insignis species
#> 283 Diplocaulus sp. genus
#> 284 Seymouria baylorensis species
#> 285 Pariotichus n. sp. aduncus species
#> 286 Pariotichus n. sp. megalops species
#> 287 Diadectes sp. genus
#> 288 Captorhinus sp. genus
#> 289 Labidosaurus sp. genus
#> 290 Varanosaurus n. sp. brevirostris species
#> 291 Theropleura sp. genus
#> 292 Dimetrodon sp. genus
#> 293 Edaphosaurus sp. genus
#> 294 n. gen. Casea n. sp. broilii species
#> 295 Eryops sp. genus
#> 296 Diplocaulus sp. genus
#> 297 Captorhinus sp. genus
#> 298 Labidosaurus hamatus species
#> 299 Theropleura sp. genus
#> 300 Dimetrodon sp. genus
#> 301 Dissorophus sp. genus
#> 302 Diplocaulus sp. genus
#> 303 n. gen. Otocoelus n. sp. testudineus species
#> 304 Seymouria sp. genus
#> 305 n. gen. Conodectes n. sp. favosus species
#> 306 Eryops sp. genus
#> 307 Aspidosaurus ? n. sp. peltatus species
#> 308 Broiliellus n. sp. peltatus species
#> 309 Dissorophidae indet. family
#> 310 Zatrachys sp. genus
#> 311 Trimerorhachis sp. genus
#> 312 Diplocaulus magnicornis species
#> 313 n. gen. Platyops n. sp. parvus species
#> 314 Lysorophus sp. genus
#> 315 Seymouria sp. genus
#> 316 Diadectes sp. genus
#> 317 Edaphosaurus sp. genus
#> 318 Theropleura sp. genus
#> 319 Dimetrodon incisivus species
#> 320 Dimetrodon gigas species
#> 321 n. gen. Trispondylus n. sp. texensis species
#> 322 Bolosaurus sp. genus
#> 323 n. gen. Araeoscelis n. sp. gracilis species
#> 324 n. gen. Trematops n. sp. milleri species
#> 325 Eryops sp. genus
#> 326 Dissorophus multicinctus species
#> 327 Trimerorhachis sp. genus
#> 328 Diplocaulus sp. genus
#> 329 Lysorophus sp. genus
#> 330 Captorhinus aguti species
#> 331 Labidosaurus sp. genus
#> 332 Labidosaurus hamatus species
#> 333 Dimetrodon sp. genus
#> 334 Eryops sp. genus
#> 335 Trimerorhachis sp. genus
#> 336 Diplocaulus n. sp. copei species
#> 337 Platyops sp. genus
#> 338 Seymouria sp. genus
#> 339 Diadectes sp. genus
#> 340 Captorhinus sp. genus
#> 341 Poliosaurus sp. genus
#> 342 Theropleura sp. genus
#> 343 Trimerorhachis sp. genus
#> 344 Diplocaulus sp. genus
#> 345 Diadectes sp. genus
#> 346 Theropleura sp. genus
#> 347 Zatrachys sp. genus
#> 348 n. gen. Diadectoides n. sp. cretin species
#> 349 Theropleura n. sp. grandis species
#> 350 Dimetrodon sp. genus
#> 351 n. gen. Bathyglyptus n. sp. theodori species
#> 352 Lysorophus sp. genus
#> 353 Theropleura sp. genus
#> 354 Eryops sp. genus
#> 355 Diplocaulus sp. genus
#> 356 Theropleura sp. genus
#> 357 Zatrachys n. sp. conchigerus species
#> 358 Cricotus n. sp. crassidiscus species
#> 359 Eryops sp. genus
#> 360 Trimerorhachis sp. genus
#> 361 Diadectes n. sp. phaseolinus species
#> 362 Empedias molaris species
#> 363 n. gen. Pariotichus n. sp. brachyops species
#> 364 Dimetrodon sp. genus
#> 365 Anisodexis sp. genus
#> 366 Acheloma sp. genus
#> 367 Gymnarthrus willoughbyi species
#> 368 Isodectes sp. genus
#> 369 Zatrachys serratus species
#> 370 Diadectes sp. genus
#> 371 n. gen. Axitectum n. sp. vjuschkovi species
#> 372 Axitectum vjuschkovi species
#> 373 Axitectum n. sp. blomi species
#> 374 cf. Branchiosaurus petrolei species
#> 375 cf. Branchiosaurus petrolei species
#> 376 cf. Branchiosaurus petrolei species
#> 377 Eryops sp. genus
#> 378 Mesosaurus tenuidens species
#> 379 Mesosaurus tenuidens species
#> 380 Mesosaurus tenuidens species
#> 381 Mesosaurus tenuidens species
#> 382 Lyrocephalus n. sp. acutirostris species
#> 383 Benthosuchus sp. genus
#> 384 Thoosuchus sp. genus
#> 385 Bolosaurus n. sp. traati species
#> 386 Dendrerpeton n. sp. oweni species
#> 387 Platystegos n. sp. loricatum species
#> 388 n. gen. Dendrysekos n. sp. helogenes species
#> 389 n. gen. Calligenethlon n. sp. watsoni species
#> 390 n. gen. Hylonomus n. sp. lyelli species
#> 391 "Hylonomus" latidens species
#> 392 Hylerpeton n. sp. curtidentatum species
#> 393 n. gen. Leiocephalikon n. sp. eutheton species
#> 394 Lepospondyli indet. unranked clade
#> 395 n. gen. Tungussogyrinus n. sp. bergi species
#> 396 Tungussogyrinus bergi species
#> 397 Tungussogyrinus bergi species
#> 398 Anthodon n. sp. rossicus species
#> 399 Scutosaurus sp. genus
#> 400 Inostrancevia sp. genus
#> 401 Dicynodon cf. trautscholdi species
#> 402 n. gen. Pachyrhinos n. sp. kaiseri species
#> 403 Archeria crassidisca species
#> 404 Eryops megacephalus species
#> 405 Diadectes sp. genus
#> 406 Edaphosaurus boanerges species
#> 407 Dimetrodon natalis species
#> 408 Bolosaurus striatus species
#> 409 Tetrapoda indet. unranked clade
#> 410 n. gen. Grippia n. sp. longirostris species
#> 411 Captorhinus aguti species
#> 412 Clepsydrops natalis species
#> 413 n. gen. Elcabrosaurus n. sp. baldwini species
#> 414 Dimetrodon n. sp. navajovicus species
#> 415 Dromopus ? n. sp. woodworthi species
#> 416 cf. Actinodon sp. genus
#> 417 n. gen. Olivieria n. sp. parringtoni species
#> 418 Lydekkerina huxleyi species
#> 419 Thrinaxodon liorhinus species
#> 420 Tetracynodon n. sp. darti species
#> 421 Pareiasaurus n. sp. pulcher species
#> 422 Amphibia indet. unranked clade
#> 423 Reptilia indet. class
#> 424 Lepidosauria ? indet. superorder
#> 425 Therapsida indet. unranked clade
#> 426 Reptilia indet. class
#> 427 Platyoposaurus n. sp. vjuschkovi species
#> 428 Melosaurus n. sp. kinelensis species
#> 429 Cacops cf. aspidephorus species
#> 430 n. gen. Vonhuenia n. sp. friedrichi species
#> 431 Chasmatosuchus sp. genus
#> 432 Chasmatosuchus sp. genus
#> 433 Chasmatosuchus sp. genus
#> 434 Chasmatosuchus sp. genus
#> 435 Pristerognathus sp. genus
#> 436 Diictodon sp. genus
#> 437 Melosaurus n. sp. uralensis species
#> 438 Chensaurus chaoxianensis species
#> 439 Chensaurus chaoxianensis species
#> 440 Dvinosaurus primus species
#> 441 Dvinosaurus secundus species
#> 442 Dvinosaurus tertius species
#> 443 Tetrapoda indet. unranked clade
#> 444 Dicynodon sp. genus
#> 445 Gorgonopsia indet. suborder
#> 446 Cotylosauria ? indet. unranked clade
#> 447 Therapsida indet. unranked clade
#> 448 Ariekanerpeton indet. genus
#> 449 Ariekanerpeton indet. genus
#> 450 n. gen. Czatkobatrachus n. sp. polonicus species
#> 451 n. gen. Czatkowiella n. sp. harae species
#> 452 n. gen. Sophineta n. sp. cracoviensis species
#> 453 n. gen. Osmolskina n. sp. czatkowicensis species
#> 454 Parotosuchus n. sp. speleus species
#> 455 n. gen. Pamelina n. sp. polonica species
#> 456 n. gen. Procolina n. sp. teresae species
#> 457 Wetlugasaurus n. sp. malachovi species
#> 458 Timanophon raridentatus species
#> 459 Tsylmosuchus jakovlevi species
#> 460 Aphaneramma sp. genus
#> 461 Aphaneramma ? sp. genus
#> 462 n. gen. Bathygnathus n. sp. borealis species
#> 463 Tetrapoda indet. unranked clade
#> 464 Discosauriscus austriacus species
#> 465 Onchiodon labyrinthicus species
#> 466 Onchiodon aff. labyrinthicus species
#> 467 Branchiosaurus n. sp. gracilis species
#> 468 Branchierpeton amblystomum species
#> 469 Acanthostomatops vorax species
#> 470 n. gen. Shimmelia n. sp. chirotheroides species
#> 471 Branchiosaurus umbrosus species
#> 472 Melanerpeton pulcherrimum species
#> 473 Chirotherium sp. genus
#> 474 Dimetrodon sp. genus
#> 475 Temnospondyli indet. unranked clade
#> 476 Cacops n. sp. morrisi species
#> 477 n. gen. Doleserpeton n. sp. annectens species
#> 478 Tersomius sp. genus
#> 479 Trematopsidae indet. family
#> 480 Seymouria sp. genus
#> 481 n. gen. Sillerpeton n. sp. permianum species
#> 482 Cardiocephalus n. sp. peabodyi species
#> 483 Opisthodontosaurus carrolli species
#> 484 n. gen. Llistrofus n. sp. pricei species
#> 485 Bolterpeton ? sp. genus
#> 486 n. gen. Colobomycter n. sp. pholeter species
#> 487 Captorhinus aguti species
#> 488 Captorhinidae indet. family
#> 489 n. gen. Baeotherates n. sp. fortsillensis species
#> 490 Bolosaurus n. sp. grandis species
#> 491 n. gen. Delorhynchus n. sp. priscus species
#> 492 n. gen. Thrausmosaurus n. sp. serratidens species
#> 493 n. gen. Oromycter n. sp. dolesorum species
#> 494 Mycterosaurus longiceps species
#> 495 Varanops cf. brevirostris species
#> 496 Neodiapsida indet. unranked clade
#> 497 Acheloma cf. cumminsi species
#> 498 cf. Cacops sp. genus
#> 499 Trimerorhachis sp. genus
#> 500 Tersomius cf. texensis species
#> 501 Peronedon primus species
#> 502 Lysorophus cf. tricarinatus species
#> 503 Cardiocephalus cf. sternbergi species
#> 504 n. gen. Hapsidopareion n. sp. lepton species
#> 505 n. gen. Micraroter n. sp. erythrogeios species
#> 506 Captorhinus aguti species
#> 507 Labidosaurus sp. genus
#> 508 n. gen. Acleistorhinus n. sp. pteroticus species
#> 509 Dimetrodon loomisi species
#> 510 Edaphosaurus sp. genus
#> 511 n. gen. Saharastega n. sp. moradiensis species
#> 512 n. gen. Nigerpeton n. sp. ricqlesi species
#> 513 Varanops brevirostris species
#> 514 Diadectes sp. genus
#> 515 n. gen. Whatcheeria n. sp. deltae species
#> 516 Embolomeri indet. suborder
#> 517 Colosteidae indet. family
#> 518 Greererpeton burkmorani species
#> 519 Microsauria indet. unranked clade
#> 520 n. gen. Concordia n. sp. cunninghami species
#> 521 n. gen. Eumatthevia n. sp. bolli species
#> 522 Lissamphibia indet. unranked clade
#> 523 Chirotheriidae ? indet. family
#> 524 n. gen. Puertollanopus n. sp. omicrodactylus species
#> 525 n. gen. Pachydectes n. sp. elsi species
#> 526 n. gen. Patranomodon n. sp. hyaphulii species
#> 527 Eodicynodon n. sp. oelofseni species
#> 528 Weigeltisaurus jaekeli species
#> 529 Embolomeri ? indet. suborder
#> 530 cf. Colosteidae indet. family
#> 531 Limnosceloides n. sp. brachycoles species
#> 532 Kahneria seltina species
#> 533 Provelosaurus americanus species
#> 534 n. gen. Coletta n. sp. seca species
#> 535 n. gen. Sanchuansaurus n. sp. pygmaeus species
#> 536 Pareiasauria indet. unranked clade
#> 537 n. gen. Romeria n. sp. texana species
#> 538 n. gen. Gecatogomphius n. sp. kavejevi species
#> 539 Cricotillus brachydens species
#> 540 Protocaptorhinus pricei species
#> 541 n. gen. Dictybolos n. sp. tener species
#> 542 Captorhinikos n. sp. parvus species
#> 543 Captorhinikos chozaensis species
#> 544 Tersomius n. sp. mosesi species
#> 545 Goniorhynchus n. sp. stovalli species
#> 546 Lysorophus tricarinatus species
#> 547 n. gen. Peronedon n. sp. primus species
#> 548 n. gen. Acrodenta n. sp. irerhi species
#> 549 n. gen. Cephalerpeton n. sp. ventriarmatum species
#> 550 n. gen. Kahneria n. sp. seltina species
#> 551 Labidosaurikos n. sp. barkeri species
#> 552 n. gen. Labidosaurikos n. sp. meachami species
#> 553 n. gen. Rothia n. sp. multidonta species
#> 554 Captorhinidae indet. family
#> 555 Eocaptorhinus laticeps species
#> 556 Kapes cf. majmesculae species
#> 557 n. gen. Nycteroleter n. sp. ineptus species
#> 558 Kahneria seltina species
#> 559 Nycteroleter n. sp. kassini species
#> 560 n. gen. Tokosaurus n. sp. perforatus species
#> 561 n. gen. Saurodectes n. sp. rogersorum species
#> 562 Reptilia indet. class
#> 563 Dimetrodon gigashomogenes species
#> 564 Labidosaurikos barkeri species
#> 565 Captorhinikos valensis species
#> 566 Captorhinikos valensis species
#> 567 Diplocaulus n. sp. recurvatus species
#> 568 Tseajaia n. sp. campi species
#> 569 Ophiacodon sp. genus
#> 570 Eryops ? sp. genus
#> 571 Diadectes sp. genus
#> 572 Sphenacodon cf. ferocior species
#> 573 Ctenospondylus aff. casei species
#> 574 n. gen. Limnostygis n. sp. relictus species
#> 575 Clepsydrops sp. genus
#> 576 Cochleosaurus sp. genus
#> 577 Diadectes n. sp. absitus species
#> 578 Owenetta n. sp. kitchingorum species
#> 579 n. gen. Nanomilleretta n. sp. kitchingi species
#> 580 Millerosaurus n. sp. pricei species
#> 581 Milleretta rubidgei species
#> 582 Milleretta rubidgei species
#> 583 Milleropsis ? pricei species
#> 584 n. gen. Millerettops n. sp. kitchingi species
#> 585 n. gen. Millerosaurus n. sp. ornatus species
#> 586 Millerosaurus sp. genus
#> 587 n. gen. Millerina n. sp. rubidgei species
#> 588 Milleretta rubidgei species
#> 589 n. gen. Millerettoides n. sp. platyceps species
#> 590 n. gen. Millerinoides n. sp. acutirostris species
#> 591 n. gen. Eothyris n. sp. parkeyi species
#> 592 Casea n. sp. halselli species
#> 593 Casea n. sp. rutena species
#> 594 n. gen. Cotylorhynchus n. sp. romeri species
#> 595 Cotylorhynchus hancocki species
#> 596 Angelosaurus n. sp. greeni species
#> 597 n. gen. Ennatosaurus n. sp. tecton species
#> 598 n. gen. Phreatophasma n. sp. aenigmaticum species
#> 599 Rothia multidonta species
#> 600 Ophiacodon n. sp. major species
#> 601 n. gen. Clepsydrops n. sp. collettii species
#> 602 Stereorhachis dominans species
#> 603 Slaugenhopia texensis species
#> 604 Baldwinonus dunkardensis species
#> 605 n. gen. Stereophallodon n. sp. ciscoensis species
#> 606 n. gen. Winfieldia n. sp. hilli species
#> 607 "Captorhinus" laticeps species
#> 608 Edaphosaurus n. sp. novomexicanus species
#> 609 n. gen. Datheosaurus n. sp. macrourus species
#> 610 Edaphosaurus n. sp. raymondi species
#> 611 n. gen. Haptodus n. sp. baylei species
#> 612 Haptodus n. sp. grandis species
#> 613 Haptodus n. sp. garnettensis species
#> 614 n. gen. Sphenacodon n. sp. ferox species
#> 615 Ctenospondylus ninevehensis species
#> 616 Cotylorhynchus hancocki species
#> 617 n. gen. Milosaurus n. sp. mccordi species
#> 618 Matthewichnus caudifer species
#> 619 Nanopus n. sp. reidiae species
#> 620 Attenosaurus subulensis species
#> 621 Notalacerta missouriensis species
#> 622 Cincosaurus cobbi species
#> 623 n. gen. Tikoepentapodiscus n. sp. fabri species
#> 624 n. gen. Attenosaurus n. sp. indistinctus species
#> 625 Attenosaurus n. sp. subulensis species
#> 626 n. gen. Cincosaurus n. sp. cobbi species
#> 627 Cincosaurus n. sp. fisheri species
#> 628 Cincosaurus n. sp. jaggerensis species
#> 629 Cincosaurus n. sp. jonesii species
#> 630 Ctenerpeton n. sp. primum species
#> 631 n. gen. Quadropedia n. sp. prima species
#> 632 n. gen. Saurorictus n. sp. australis species
#> 633 Romeria texana species
#> 634 n. gen. Protocaptorhinus n. sp. pricei species
#> 635 Gecatogomphius kavejevi species
#> 636 Melosaurus sp. genus
#> 637 Naosaurus n. sp. uralensis species
#> 638 Riabininus uralensis species
#> 639 n. gen. Moradisaurus n. sp. grandis species
#> 640 Procynosuchus cf. delaharpeae species
#> 641 Dicynodontia indet. order
#> 642 cf. Protorosaurus sp. genus
#> 643 cf. Parasaurus geinitzi species
#> 644 Captorhinidae indet. family
#> 645 n. gen. Bunostegos n. sp. akokanensis species
#> 646 n. gen. Rhiodenticulatus n. sp. heatoni species
#> 647 Dimetrodon sp. genus
#> 648 Captorhinus sp. genus
#> 649 Labidosaurus n. sp. oklahomensis species
#> 650 Dictybolos tener species
#> 651 Trimerorhachis n. sp. rogersi species
#> 652 Trimerorhachis cf. insignis species
#> 653 n. gen. Casineria n. sp. kiddi species
#> 654 n. gen. Oedaleops n. sp. campi species
#> 655 Aerosaurus n. sp. wellesi species
#> 656 Endothiodon n. sp. mahalanobisi species
#> 657 Endothiodon uniseries species
#> 658 Oudenodon ? sp. genus
#> 659 Kingoria sp. genus
#> 660 Sauroscaptor tharavati species
#> 661 n. gen. Sauroscaptor n. sp. tharavati species
#> 662 Pristerodon mackayi species
#> 663 Gorgonopsia indet. suborder
#> 664 Captorhinidae indet. family
#> 665 Archeria sp. genus
#> 666 Trimerorhachis insignis species
#> 667 Eryops megacephalus species
#> 668 Diplocaulus magnicornis species
#> 669 n. gen. Crossotelos n. sp. annulatus species
#> 670 Lysorophus tricarinatus species
#> 671 Seymouria baylorensis species
#> 672 Captorhinus cf. aguti species
#> 673 Dimetrodon sp. genus
#> 674 Edaphosaurus sp. genus
#> 675 Trimerorhachis cf. insignis species
#> 676 Ophiacodon sp. genus
#> 677 Dimetrodon sp. genus
#> 678 Archeria n. sp. victori species
#> 679 Trimerorhachis insignis species
#> 680 Eryops cf. megacephalus species
#> 681 Diplocaulus sp. genus
#> 682 Dimetrodon sp. genus
#> 683 Edaphosaurus sp. genus
#> 684 Eryops megacephalus species
#> 685 Protocaptorhinus pricei species
#> 686 Trimerorhachis insignis species
#> 687 Pariotichus n. sp. laticeps species
#> 688 n. gen. Mycterosaurus n. sp. longiceps species
#> 689 Eocaptorhinus laticeps species
#> 690 Mycterosaurinae indet. subfamily
#> 691 Captorhinus sp. genus
#> 692 Doleserpeton sp. genus
#> 693 Labidosaurikos barkeri species
#> 694 Rothia multidonta species
#> 695 n. gen. Slaugenhopia n. sp. texensis species
#> 696 Cotylorhynchus hancocki species
#> 697 n. gen. Eosyodon n. sp. hudsoni species
#> 698 n. gen. Gorgodon n. sp. minutus species
#> 699 Phthinosuchidae sp. genus
#> 700 n. gen. Knoxosaurus n. sp. niteckii species
#> 701 Cotylorhynchus hancocki species
#> 702 Kahneria seltina species
#> 703 Caseopsis cf. agilis species
#> 704 Rothia multidonta species
#> 705 n. gen. Angelosaurus n. sp. dolani species
#> 706 n. gen. Tappenosaurus n. sp. magnus species
#> 707 n. gen. Caseoides n. sp. sanangeloensis species
#> 708 Tetrapoda indet. unranked clade
#> 709 Captorhinidae sp. genus
#> 710 Cotylorhynchus hancocki species
#> 711 Cotylorhynchus n. sp. hancocki species
#> 712 Dimetrodon n. sp. angelensis species
#> 713 Caseopsis n. sp. agilis species
#> 714 Cotylorhynchus hancocki species
#> 715 Diasparactus zenos species
#> 716 n. gen. Baldwinonus n. sp. trux species
#> 717 n. gen. Ruthiromia n. sp. elcobriensis species
#> 718 n. gen. Aerosaurus n. sp. greenleeorum species
#> 719 Chamasaurus dolichognathus species
#> 720 Limnoscelis paludis species
#> 721 n. gen. Nitosaurus n. sp. jacksonorum species
#> 722 Rothia multidonta species
#> 723 Angelosaurus greeni species
#> 724 Caseidae indet. family
#> 725 Dimetrodon n. sp. milleri species
#> 726 n. gen. Mastersonia n. sp. driverensis species
#> 727 Dimetrodon angelensis species
#> 728 Cotylorhynchus hancocki species
#> 729 Dimetrodon n. sp. teutonis species
#> 730 Rothia multidonta species
#> 731 Cotylorhynchus hancocki species
#> 732 Tappenosaurus magnus species
#> 733 Dimacrodon sp. genus
#> 734 n. gen. Dimacrodon n. sp. hottoni species
#> 735 n. gen. Melanothyris n. sp. morani species
#> 736 n. gen. Thuringothyris n. sp. mahlendorffae species
#> 737 n. gen. Eudibamus n. sp. cursoris species
#> 738 Cotylorhynchus hancocki species
#> 739 Cotylorhynchus hancocki species
#> 740 n. gen. Steppesaurus n. sp. gurleyi species
#> 741 n. gen. Gymnarthrus n. sp. willoughbyi species
#> 742 Sauropleura n. sp. latithorax species
#> 743 Dendrerpeton n. sp. obtusum species
#> 744 Zatracheidae ? indet. family
#> 745 Eocaptorhinus laticeps species
#> 746 Trimerorhachis sp. genus
#> 747 Crossotelos annulatus species
#> 748 Diplocaulus sp. genus
#> 749 Phlegethontia ? sp. genus
#> 750 Lysorophus cf. tricarinatus species
#> 751 Eocaptorhinus sp. genus
#> 752 Ophiacodon cf. major species
#> 753 Dimetrodon sp. genus
#> 754 Tetrapoda indet. unranked clade
#> 755 Trimerorhachis sp. genus
#> 756 Diplocaulus sp. genus
#> 757 Phlegethontia ? sp. genus
#> 758 Lysorophus cf. tricarinatus species
#> 759 Captorhinus sp. genus
#> 760 Ophiacodon cf. major species
#> 761 Dimetrodon sp. genus
#> 762 Eryops megacephalus species
#> 763 Diadectes sp. genus
#> 764 Diplocaulus sp. genus
#> 765 Dimetrodon sp. genus
#> 766 Edaphosaurus aff. cruciger species
#> 767 cf. Rubidginae indet. subfamily
#> 768 Nigerpeton ricqlesi species
#> 769 Moradisaurus grandis species
#> 770 cf. Rubidginae indet. subfamily
#> 771 Captorhinus n. sp. magnus species
#> 772 n. gen. Ophiacodon n. sp. mirus species
#> 773 Ophiacodon mirus species
#> 774 Captorhinidae indet. family
#> 775 Captorhinus aguti species
#> 776 Protocaptorhinus cf. pricei species
#> 777 Captorhinus aguti species
#> 778 Labidosaurus hamatus species
#> 779 Captorhinus aguti species
#> 780 Theropleura sp. genus
#> 781 Captorhinikos n. sp. chozaensis species
#> 782 Captorhinikos chozaensis species
#> 783 Captorhinikos chozaensis species
#> 784 n. gen. Anakamacops n. sp. petrolicus species
#> 785 n. gen. Ingentidens n. sp. corridoricus species
#> 786 n. gen. Phratochronis n. sp. qilianensis species
#> 787 Belebey n. sp. chengi species
#> 788 n. gen. Sinophoneus n. sp. yumenensis species
#> 789 n. gen. Stenocybus n. sp. acidentatus species
#> 790 n. gen. Biseridens n. sp. qilianicus species
#> 791 Seymouria sanjuanensis species
#> 792 n. gen. Puercosaurus n. sp. obtusidens species
#> 793 Captorhinidae sp. genus
#> 794 Captorhinidae sp. genus
#> 795 Captorhinidae sp. genus
#> 796 Captorhinidae sp. genus
#> 797 Captorhinidae sp. genus
#> 798 n. gen. Varanosaurus n. sp. acutirostris species
#> 799 n. gen. Bayloria n. sp. morei species
#> 800 Phlegethontia n. sp. mazonensis species
#> 801 n. gen. Pseudophlegethontia n. sp. turnbullorum species
#> 802 Sauropleura n. sp. longipes species
#> 803 n. gen. Brouffia n. sp. orientalis species
#> 804 n. gen. Coelostegus n. sp. prothales species
#> 805 Gephyrostegus n. sp. watsoni species
#> 806 Amniota indet. unranked clade
#> 807 n. gen. Gephyrostegus n. sp. bohemicus species
#> 808 Microbrachis pelikani species
#> 809 Secodontosaurus n. sp. willistoni species
#> 810 Batropetes n. sp. niederkirchensis species
#> 811 n. gen. Wapitisaurus n. sp. problematicus species
#> 812 Parotosuchus orientalis species
#> 813 Parotosuchus ? sp. genus
#> 814 Yarengia ? sp. genus
#> 815 Tichvinskia n. sp. majmesculae species
#> 816 Eryosuchus sp. genus
#> 817 n. gen. Kapes n. sp. amaenus species
#> 818 Nycteroleter n. sp. bashkyricus species
#> 819 n. gen. Paleothyris n. sp. acadiana species
#> 820 n. gen. Archaeobelus n. sp. vellicatus species
#> 821 Clepsydrops n. sp. pedunculatus species
#> 822 Clepsydrops n. sp. vinslovii species
#> 823 Dimetrodon loomisi species
#> 824 Ennatosaurus tecton species
#> 825 n. gen. Ianthasaurus n. sp. hardestii species
#> 826 Amniota indet. unranked clade
#> 827 Edaphosaurus n. sp. ecordi species
#> 828 n. gen. Petrolacosaurus n. sp. kansensis species
#> 829 n. gen. Podargosaurus n. sp. hibbardi species
#> 830 Eryops megacephalus species
#> 831 Zatrachys serratus species
#> 832 Acheloma cumminsi species
#> 833 Acheloma n. sp. pricei species
#> 834 Archeria crassidisca species
#> 835 Bolosaurus striatus species
#> 836 n. gen. Theropleura n. sp. uniformis species
#> 837 n. gen. Palaeohatteria n. sp. longicaudata species
#> 838 n. gen. Pantelosaurus n. sp. saxonicus species
#> 839 n. gen. Cutleria n. sp. wilmarthi species
#> 840 Limnoscelops longifemur species
#> 841 Ophiacodon sp. genus
#> 842 Pelycosauria ? indet. order
#> 843 Pelycosauria sp. genus
#> 844 Mycterosaurus smithae species
#> 845 Eryops cf. grandis species
#> 846 Captorhinidae ? indet. family
#> 847 Platyhystrix rugosus species
#> 848 Seymouria sp. genus
#> 849 n. gen. Limnoscelops n. sp. longifemur species
#> 850 Pelycosauria sp. genus
#> 851 Mycterosaurus n. sp. smithae species
#> 852 Pelycosauria sp. genus
#> 853 Cutleria wilmarthi species
#> 854 Diadectes n. sp. sanmiguelensis species
#> 855 Ophiacodontia indet. suborder
#> 856 n. gen. Rautiania n. sp. alexandri species
#> 857 Rautiania n. sp. minichi species
#> 858 Seymouriamorpha sp. genus
#> 859 Chroniosuchidae ? sp. genus
#> 860 Diapsida sp. genus
#> 861 Pelycosauria indet. order
#> 862 n. gen. Georgenthalia n. sp. clavinasica species
#> 863 n. gen. Palaeochamaeleo n. sp. jaekeli species
#> 864 Weigeltisaurus jaekeli species
#> 865 Weigeltisaurus jaekeli species
#> 866 Coelurosauravus jaekeli species
#> 867 n. gen. Thadeosaurus n. sp. colcanapi species
#> 868 n. gen. Claudiosaurus n. sp. germaini species
#> 869 Claudiosaurus germaini species
#> 870 Theriodontia indet. order
#> 871 Dicynodontia indet. order
#> 872 Claudiosaurus germaini species
#> 873 n. gen. Heleosaurus n. sp. scholtzi species
#> 874 n. gen. Archaeovenator n. sp. hamiltonensis species
#> 875 n. gen. Daedalosaurus n. sp. madagascariensis species
#> 876 n. gen. Coelurosauravus n. sp. elivensis species
#> 877 Belebey vegrandis species
#> 878 n. gen. Emeroleter n. sp. levis species
#> 879 Belebey n. sp. maximi species
#> 880 Konzhukovia vetusta species
#> 881 Chalcosaurus lukjanovae species
#> 882 Titanophoneus sp. genus
#> 883 Ulemica efremovi species
#> 884 Protorosaurus speneri species
#> 885 n. gen. Gracilisaurus n. sp. ottoi species
#> 886 n. gen. Apsisaurus n. sp. witteri species
#> 887 Captorhinus sp. genus
#> 888 Dimetrodon sp. genus
#> 889 Moradisaurinae indet. subfamily
#> 890 Dimetrodon ? sp. genus
#> 891 Gymnarthridae indet. family
#> 892 Lysorophus tricarinatus species
#> 893 Labidosaurus barkeri species
#> 894 Edaphosauridae sp. genus
#> 895 Captorhinus aguti species
#> 896 Dimetrodon gigashomogenes species
#> 897 Diplocaulus sp. genus
#> 898 Gymnarthridae indet. family
#> 899 Lysorophus sp. genus
#> 900 Edaphosaurus ? sp. genus
#> 901 Dimetrodon ? sp. genus
#> 902 Labidosaurikos barkeri species
#> 903 Labidosaurikos barkeri species
#> 904 Weigeltisaurus jaekeli species
#> 905 n. gen. Rogerbaletichnus n. sp. aguilerai species
#> 906 n. gen. Calibarichnus n. sp. ayestarani species
#> 907 n. gen. Palaciosichnus n. sp. zettii species
#> 908 n. gen. Gallegosichnus n. sp. garridoi species
#> 909 n. gen. Ingenierichnus n. sp. sierrai species
#> 910 n. gen. Stipanicichnus n. sp. bonettii species
#> 911 Cynodontia ? indet. infraorder
#> 912 n. gen. Kadimakara n. sp. australiensis species
#> 913 n. gen. Kudnu n. sp. mackinlayi species
#> 914 n. gen. Parasaurus n. sp. geinitzi species
#> 915 Pareiasauridae indet. family
#> 916 Parasaurus geinitzi species
#> 917 Parasaurus geinitzi species
#> 918 Tetrapoda indet. unranked clade
#> 919 Captorhinikos valensis species
#> 920 Captorhinikos valensis species
#> 921 n. gen. Protorothyris n. sp. archeri species
#> 922 Romeria n. sp. primus species
#> 923 Trimerorhachis cf. insignis species
#> 924 Eryops cf. megacephalus species
#> 925 Diplocaulus cf. magnicornis species
#> 926 Ophiacodon uniformis species
#> 927 Dimetrodon cf. limbatus species
#> 928 Zatrachys sp. genus
#> 929 Trimerorhachis insignis species
#> 930 Ophiacodon uniformis species
#> 931 Theropleura n. sp. obtusidens species
#> 932 Pareiasuchus n. sp. nasicornis species
#> 933 Sphenacodon ferocior species
#> 934 Clepsydrops sp. genus
#> 935 Captorhinus ? n. sp. illinoisensis species
#> 936 Varanosaurus acutirostris species
#> 937 Sphenacodon ferocior species
#> 938 Dimetrodon n. sp. occidentalis species
#> 939 n. gen. Chenoprosopus n. sp. milleri species
#> 940 Ophiacodon mirus species
#> 941 Ophiacodon uniformis species
#> 942 Ophiacodon uniformis species
#> 943 Ophiacodon uniformis species
#> 944 Ophiacodon uniformis species
#> 945 Ophiacodon uniformis species
#> 946 Nycteroleteridae indet. family
#> 947 Theropleura n. sp. triangulata species
#> 948 n. gen. Ctenospondylus n. sp. casei species
#> 949 Varanosaurus n. sp. wichitaensis species
#> 950 Ophiacodon uniformis species
#> 951 Ulemosaurus cf. gigas species
#> 952 n. gen. Archaeothyris n. sp. florensis species
#> 953 n. gen. Idelesaurus n. sp. tataricus species
#> 954 n. gen. Echinerpeton n. sp. intermedium species
#> 955 Nycteroleteridae indet. family
#> 956 Archaeothyris sp. genus
#> 957 Archaeothyris sp. genus
#> 958 Pelycosauria indet. order
#> 959 n. gen. Sauropleura n. sp. digitata species
#> 960 Eusauropleura ? digitata species
#> 961 Ophiacodon retroversus species
#> 962 Ophiacodon retroversus species
#> 963 Ophiacodon retroversus species
#> 964 Ophiacodon retroversus species
#> 965 Ophiacodon retroversus species
#> 966 Ophiacodon retroversus species
#> 967 Ophiacodon retroversus species
#> 968 Ophiacodon retroversus species
#> 969 Ophiacodon retroversus species
#> 970 Ophiacodon retroversus species
#> 971 Ophiacodon major species
#> 972 Ophiacodon major species
#> 973 Ophiacodon major species
#> 974 n. gen. Titanophoneus n. sp. potens species
#> 975 Parasaurus geinitzi species
#> 976 n. gen. Protoclepsydrops n. sp. haplous species
#> 977 Parasaurus geinitzi species
#> 978 Protorosaurus speneri species
#> 979 Coelurosauravus sp. genus
#> 980 Corosaurus alcovensis species
#> 981 n. gen. Eosuchus n. sp. colletti species
#> 982 n. gen. Sauropareion n. sp. anoplus species
#> 983 Eocaptorhinus laticeps species
#> 984 n. gen. Phaanthosaurus n. sp. ignatjevi species
#> 985 Contritosaurus n. sp. convector species
#> 986 n. gen. Nyctiphruretus n. sp. acudens species
#> 987 Deuterosaurus n. sp. gigas species
#> 988 Seymouria n. sp. agilis species
#> 989 Casea n. sp. nicholsi species
#> 990 Pareiasuchus nasicornis species
#> 991 n. gen. Burnetia n. sp. mirabilis species
#> 992 n. gen. Lobalopex n. sp. mordax species
#> 993 n. gen. Lophorhinus n. sp. willodenensis species
#> 994 Diictodon sp. genus
#> 995 Tropidostoma microtrema species
#> 996 Dicynodontia indet. order
#> 997 Ictidosuchoides sp. genus
#> 998 Diictodon sp. genus
#> 999 Diictodon sp. genus
#> 1000 Diictodon sp. genus
#> 1001 Diictodon sp. genus
#> 1002 Dicynodontia indet. order
#> 1003 Emydops minor species
#> 1004 Pristerodon mackayi species
#> 1005 Oudenodon bainii species
#> 1006 Lycaenops ornatus species
#> 1007 Diictodon sp. genus
#> 1008 Dicynodontia indet. order
#> 1009 Emydops minor species
#> 1010 Pristerodon mackayi species
#> 1011 Diictodon sp. genus
#> 1012 Oudenodon bainii species
#> 1013 Diictodon sp. genus
#> 1014 Dicynodontia indet. order
#> 1015 Oudenodon bainii species
#> 1016 Diictodon sp. genus
#> 1017 Dicynodontia indet. order
#> 1018 Diictodon sp. genus
#> 1019 Tropidostoma microtrema species
#> 1020 Oudenodon bainii species
#> 1021 Cynosaurus longiceps species
#> 1022 Emydops minor species
#> 1023 Dicynodontia indet. order
#> 1024 Diictodon sp. genus
#> 1025 Tropidostoma microtrema species
#> 1026 Diictodon sp. genus
#> 1027 Dicynodontia indet. order
#> 1028 Pristerodon mackayi species
#> 1029 Ictidosuchoides longiceps species
#> 1030 Diictodon sp. genus
#> 1031 Diictodon sp. genus
#> 1032 Pristerodon mackayi species
#> 1033 Dicynodontia indet. order
#> 1034 Oudenodon bainii species
#> 1035 n. gen. Charassognathus n. sp. gracilis species
#> 1036 n. gen. Spinoaequalis n. sp. schultzei species
#> 1037 n. gen. Euryodus n. sp. primus species
#> 1038 Dissorophidae ? indet. family
#> 1039 Dissorophidae indet. family
#> 1040 n. gen. Archosaurus n. sp. rossicus species
#> 1041 Dvinosaurus n. sp. egregius species
#> 1042 Karpinskiosaurus sp. genus
#> 1043 Obirkovia sp. genus
#> 1044 Elginiidae indet. family
#> 1045 n. gen. Bystrowiana n. sp. permira species
#> 1046 n. gen. Uralerpeton n. sp. tverdochlebovae species
#> 1047 Dicynodontidae indet. family
#> 1048 n. gen. Moschowhaitsia n. sp. vjuschkovi species
#> 1049 Archosaurus sp. genus
#> 1050 Archosaurus sp. genus
#> 1051 n. gen. Megawhaitsia n. sp. patrichae species
#> 1052 Megawhaitsia patrichae species
#> 1053 n. gen. Elliotsmithia n. sp. longiceps species
#> 1054 n. gen. Kinelia n. sp. broomi species
#> 1055 Microphon exiguus species
#> 1056 Pareiasauridae indet. family
#> 1057 Enosuchus cf. breviceps species
#> 1058 Syodon sp. genus
#> 1059 Ulemosaurus n. sp. minutus species
#> 1060 Porosteognathus ? sp. genus
#> 1061 n. gen. Mesenosaurus n. sp. romeri species
#> 1062 Mesenosaurus romeri species
#> 1063 n. gen. Watongia n. sp. meieri species
#> 1064 n. gen. Limnosceloides n. sp. dunkardensis species
#> 1065 n. gen. Romeriscus n. sp. periallus species
#> 1066 n. gen. Archerpeton n. sp. anthracos species
#> 1067 Tetrapoda indet. unranked clade
#> 1068 Protorosaurus n. sp. huxleyi species
#> 1069 Platyops n. sp. watsoni species
#> 1070 n. gen. Platyops n. sp. rickardi species
#> 1071 Platyops n. sp. stuckenbergi species
#> 1072 Melosaurus sp. genus
#> 1073 Syodon sp. genus
#> 1074 Diplocaulus n. sp. brevirostris species
#> 1075 Diplocaulus n. sp. primigenius species
#> 1076 Diplocaulus brevirostris species
#> 1077 Diplocaulus sp. genus
#> 1078 Diplocaulus magnicornis species
#> 1079 Diplocaulus magnicornis species
#> 1080 Diplocaulus magnicornis species
#> 1081 Bolosaurus striatus species
#> 1082 Poliosaurus uniformis species
#> 1083 Clepsydrops sp. genus
#> 1084 Dimetrodon sp. genus
#> 1085 Eryops megacephalus species
#> 1086 Trimerorhachis sp. genus
#> 1087 n. gen. Nyctiboetus n. sp. liteus species
#> 1088 Melosaurus n. sp. platyrhinus species
#> 1089 aff. Zygosaurus sp. genus
#> 1090 Rhipaeosaurus n. sp. talonophorus species
#> 1091 n. gen. Leptoropha n. sp. novojilovi species
#> 1092 n. gen. Rhipaeosaurus n. sp. tricuspidens species
#> 1093 Captorhinikos chozaensis species
#> 1094 Captorhinikos chozaensis species
#> 1095 n. gen. Intasuchus n. sp. silvicola species
#> 1096 n. gen. Syndyodosuchus n. sp. tetricus species
#> 1097 n. gen. Eotitanosuchus n. sp. olsoni species
#> 1098 n. gen. Utatsusaurus n. sp. hataii species
#> 1099 n. gen. Ivantosaurus n. sp. ensifer species
#> 1100 n. gen. Kenyasaurus n. sp. mariakaniensis species
#> 1101 Procolophon trigoniceps species
#> 1102 Procolophon trigoniceps species
#> 1103 Araeoscelis casei species
#> 1104 Procolophon n. sp. minor species
#> 1105 Labidosaurus hamatus species
#> 1106 n. gen. Paliguana n. sp. whitei species
#> 1107 Procolophon trigoniceps species
#> 1108 Thrinaxodon liorhinus species
#> 1109 Thrinaxodon liorhinus species
#> 1110 Cynodontia indet. infraorder
#> 1111 Brachyopoidea indet. superfamily
#> 1112 Thrinaxodon liorhinus species
#> 1113 Rhynchosauroides sp. genus
#> 1114 Thrinaxodon liorhinus species
#> 1115 n. gen. Youngina n. sp. capensis species
#> 1116 n. gen. Youngoides n. sp. romeri species
#> 1117 Youngina capensis species
#> 1118 Eunotosaurus africanus species
#> 1119 Moradisaurinae indet. subfamily
#> 1120 n. gen. Arganaceras n. sp. vacanti species
#> 1121 Diplocaulus n. sp. minimus species
#> 1122 n. gen. Australothyris n. sp. smithi species
#> 1123 n. gen. Microvaranops n. sp. parentis species
#> 1124 Pareiasuchus n. sp. vjatkensis species
#> 1125 Dvinosaurus sp. genus
#> 1126 n. gen. Oxyodon n. sp. britannicus species
#> 1127 Ophiacodon sp. genus
#> 1128 n. gen. Anningia n. sp. megalops species
#> 1129 Cricotus hypantricus species
#> 1130 Dimetrodon gigas species
#> 1131 Dimetrodon macrospondylus species
#> 1132 Dimetrodon dollovianus species
#> 1133 Dimetrodon platycentrus species
#> 1134 Naosaurus cruciger species
#> 1135 n. gen. Ditrochosaurus n. sp. capensis species
#> 1136 Brazilosaurus sanpauloensis species
#> 1137 Stereosternum tumidum species
#> 1138 Brazilosaurus sanpauloensis species
#> 1139 Mesosaurus tenuidens species
#> 1140 Stereosternum tumidum species
#> 1141 Broomia perplexa species
#> 1142 n. gen. Broomia n. sp. perplexa species
#> 1143 Millerosaurus ? sp. genus
#> 1144 Milleretta rubidgei species
#> 1145 Millerosaurus n. sp. nuffieldi species
#> 1146 Afrothyra indet. unranked clade
#> 1147 Oedaleops ? campi species
#> 1148 Mesosaurus tenuidens species
#> 1149 Mesosaurus tenuidens species
#> 1150 Stereosternum tumidum species
#> 1151 Stereosternum tumidum species
#> 1152 Stereosternum tumidum species
#> 1153 Brazilosaurus sanpauloensis species
#> 1154 Mesosauridae indet. family
#> 1155 n. gen. Brazilosaurus n. sp. sanpauloensis species
#> 1156 Stereosternum tumidum species
#> 1157 Mesosaurus brasiliensis species
#> 1158 Stereosternum tumidum species
#> 1159 Stereosternum tumidum species
#> 1160 Stereosternum tumidum species
#> 1161 Brazilosaurus sanpauloensis species
#> 1162 n. gen. Eunotosaurus n. sp. africanus species
#> 1163 Mesosaurus n. sp. pleurogaster species
#> 1164 Stereosternum tumidum species
#> 1165 Mesosaurus tenuidens species
#> 1166 Mesosaurus ? tenuidens species
#> 1167 Mesosaurus tenuidens species
#> 1168 Mesosaurus brasiliensis species
#> 1169 Mesosaurus ? tenuidens species
#> 1170 Mesosaurus ? tenuidens species
#> 1171 Cymbospondylus sp. genus
#> 1172 Mesosaurus ? tenuidens species
#> 1173 Mesosaurus n. sp. brasiliensis species
#> 1174 Mesosaurus tenuidens species
#> 1175 Stereosternum tumidum species
#> 1176 Mesosauridae indet. family
#> 1177 Mesosauridae indet. family
#> 1178 Mesosauridae indet. family
#> 1179 Mesosaurus tenuidens species
#> 1180 Mesosauridae indet. family
#> 1181 Utatsusaurus hataii species
#> 1182 Mesosauridae indet. family
#> 1183 Mesosaurus tenuidens species
#> 1184 Stereosternum tumidum species
#> 1185 Brazilosaurus sanpauloensis species
#> 1186 Mesosauridae indet. family
#> 1187 Stereospondyli indet. unranked clade
#> 1188 n. gen. Lapillopsis n. sp. nana species
#> 1189 n. gen. Driveria n. sp. ponderosa species
#> 1190 Tappenosaurus magnus species
#> 1191 Eosyodon ? hudsoni species
#> 1192 Peronedon ? sp. genus
#> 1193 Lysorophus sp. genus
#> 1194 Peronedon primus species
#> 1195 n. gen. Pelodosotis n. sp. elongatum species
#> 1196 Micraroter ? erythrogeios species
#> 1197 n. gen. Nannaroter n. sp. mckinziei species
#> 1198 Mesosaurus brasiliensis species
#> 1199 Mesosaurus tenuidens species
#> 1200 Mesosaurus sp. genus
#> 1201 Mesosaurus tenuidens species
#> 1202 Mesosaurus sp. genus
#> 1203 Mesosauridae indet. family
#> 1204 Mesosaurus tumidus species
#> 1205 Mesosaurus sp. genus
#> 1206 Mesosaurus brasiliensis species
#> 1207 Mesosaurus sp. genus
#> 1208 Mesosaurus brasiliensis species
#> 1209 Diplocaulus cf. magnicornis species
#> 1210 n. gen. Pasawioops n. sp. mayi species
#> 1211 Cardiocephalus sp. genus
#> 1212 n. gen. Tambachia n. sp. trogallas species
#> 1213 n. gen. Gerobatrachus n. sp. hottoni species
#> 1214 n. gen. Orobates n. sp. pabsti species
#> 1215 n. gen. Protobatrachus n. sp. massinoti species
#> 1216 n. gen. Phlegethontia n. sp. linearis species
#> 1217 Phlegethontia n. sp. serpens species
#> 1218 Phlegethontia longissima species
#> 1219 Dolichosoma n. sp. longissimum species
#> 1220 Phlegethontia longissima species
#> 1221 Ophiderpeton n. sp. swisshelmense species
#> 1222 Phlegethontia n. sp. phanerhapha species
#> 1223 n. gen. Elfridia n. sp. bulbidens species
#> 1224 Ptyonius ? n. sp. olisthmonaias species
#> 1225 n. gen. Arizonerpeton n. sp. wellsi species
#> 1226 Lepospondyli ? indet. unranked clade
#> 1227 Tetrapoda indet. unranked clade
#> 1228 n. gen. Kitchingnathus n. sp. untabeni species
#> 1229 Procolophon trigoniceps species
#> 1230 n. gen. Gordonia n. sp. traquairi species
#> 1231 Gordonia n. sp. huxleyana species
#> 1232 Gordonia n. sp. duffiana species
#> 1233 Gordonia traquairi ? species
#> 1234 Gordonia huxleyana ? species
#> 1235 Elginia mirabilis species
#> 1236 Gordonia n. sp. juddiana species
#> 1237 n. gen. Geikia n. sp. elginensis species
#> 1238 n. gen. Elginia n. sp. mirabilis species
#> 1239 Eunotosaurus africanus species
#> 1240 n. gen. Colubrifer n. sp. campi species
#> 1241 cf. Daedalosaurus sp. genus
#> 1242 n. gen. Barasaurus n. sp. besairiei species
#> 1243 Barasaurus besairiei species
#> 1244 Tangasauridae indet. family
#> 1245 Tangasaurinae indet. subfamily
#> 1246 Tangasauridae ? indet. family
#> 1247 Reptilia indet. class
#> 1248 Hovasaurus boulei species
#> 1249 n. gen. Acerosodontosaurus n. sp. piveteaui species
#> 1250 Owenetta rubidgei species
#> 1251 Owenetta cf. rubidgei species
#> 1252 Eunotosaurus africanus species
#> 1253 Eunotosaurus africanus species
#> 1254 Eunotosaurus africanus species
#> 1255 n. gen. Chalcosaurus n. sp. rossicus species
#> 1256 Therapsida indet. unranked clade
#> 1257 n. gen. Huanghesaurus n. sp. liulinensis species
#> 1258 Shihtienfenia permica species
#> 1259 n. gen. Proelginia n. sp. permiana species
#> 1260 Lanthaniscus efremovi species
#> 1261 Pareiosaurus n. sp. karpinskii species
#> 1262 Pareiosaurus n. sp. elegans species
#> 1263 Pareiosaurus n. sp. tuberculatus species
#> 1264 Pareiosaurus n. sp. horridus species
#> 1265 Scutosaurus karpinskii species
#> 1266 Scutosaurus tuberculatus species
#> 1267 Scutosaurus karpinskii species
#> 1268 n. gen. Obirkovia n. sp. gladiator species
#> 1269 Elginiidae indet. family
#> 1270 Elginiidae indet. family
#> 1271 Elginiidae indet. family
#> 1272 Elginiidae indet. family
#> 1273 Protorosaurus speneri species
#> 1274 n. gen. Protorosaurus n. sp. speneri species
#> 1275 Protorosaurus speneri species
#> 1276 Protorosaurus speneri species
#> 1277 Parasaurus geinitzi species
#> 1278 Pareiasaurus n. sp. baini species
#> 1279 Bradysaurus baini species
#> 1280 Bradysaurus seeleyi species
#> 1281 Pareiasaurus n. sp. bombidens species
#> 1282 Bradysaurus n. sp. vanderbyli species
#> 1283 Bradysaurus vanderbyli species
#> 1284 Bradysaurus vanderbyli species
#> 1285 n. gen. Platyoropha n. sp. broomi species
#> 1286 Bradysaurus baini species
#> 1287 Bradysaurus baini species
#> 1288 Bradysaurus baini species
#> 1289 Bradysaurus baini species
#> 1290 n. gen. Tichvinskia n. sp. vjatkensis species
#> 1291 Pareiasauria indet. unranked clade
#> 1292 n. gen. Macrophon n. sp. komiensis species
#> 1293 n. gen. Chasmatosuchus n. sp. rossicus species
#> 1294 Chasmatosuchus n. sp. parvus species
#> 1295 Tichvinskia n. sp. jugensis species
#> 1296 Temnospondyli indet. unranked clade
#> 1297 Chasmatosuchus sp. genus
#> 1298 Wetlugasaurus sp. genus
#> 1299 Orenburgia n. sp. concinna species
#> 1300 Temnospondyli indet. unranked clade
#> 1301 Archosauria indet. unranked clade
#> 1302 Benthosuchus sushkini species
#> 1303 Temnospondyli indet. unranked clade
#> 1304 Tichvinskia n. sp. burtensis species
#> 1305 Parotosuchus orientalis species
#> 1306 Wetlugasaurus sp. genus
#> 1307 Rhytidosteus n. sp. uralensis species
#> 1308 Batrachosuchoides sp. genus
#> 1309 Melanopelta antiqua species
#> 1310 Bystrowianidae indet. family
#> 1311 Garjainia prima species
#> 1312 Exilisuchus tubercularis species
#> 1313 Galesauridae indet. family
#> 1314 Tichvinskia n. sp. enigmatica species
#> 1315 n. gen. Microphon n. sp. exiguus species
#> 1316 n. gen. Chroniosaurus n. sp. dongusensis species
#> 1317 Pareiasauridae indet. family
#> 1318 Gorgonopsia indet. suborder
#> 1319 Theriodontia indet. order
#> 1320 Orenburgia n. sp. bruma species
#> 1321 Orenburgia bruma species
#> 1322 n. gen. Lestanshoria n. sp. massiva species
#> 1323 Kapes majmesculae species
#> 1324 n. gen. Timanophon n. sp. raridentatus species
#> 1325 Timanophon raridentatus species
#> 1326 n. gen. Santaisaurus n. sp. yuani species
#> 1327 n. gen. Shihtienfenia n. sp. permica species
#> 1328 Pareiasauria indet. unranked clade
#> 1329 n. gen. Contritosaurus n. sp. simus species
#> 1330 Contritosaurus simus species
#> 1331 Contritosaurus simus species
#> 1332 Contritosaurus simus species
#> 1333 n. gen. Coelodontognathus n. sp. donensis species
#> 1334 Coelodontognathus n. sp. ricovi species
#> 1335 Procolophon n. sp. brasiliensis species
#> 1336 Procolophon sp. genus
#> 1337 Acheloma ? n. sp. casei species
#> 1338 n. gen. Microcnemus n. sp. efremovi species
#> 1339 Microcnemus efremovi species
#> 1340 Chasmatosuchus rossicus species
#> 1341 Procolophon n. sp. laticeps species
#> 1342 Procolophon n. sp. griersoni species
#> 1343 Procolophon n. sp. cuneiceps species
#> 1344 Procolophon n. sp. pricei species
#> 1345 Mesosaurus sp. genus
#> 1346 Benthosuchus uralensis species
#> 1347 Microcnemus ? sp. genus
#> 1348 n. gen. Insulophon n. sp. morachovskayae species
#> 1349 Tichvinskia cf. jugensis species
#> 1350 Wetlugasaurus sp. genus
#> 1351 Thoosuchinae indet. subfamily
#> 1352 Prolacertidae sp. genus
#> 1353 Boreopricea ? sp. genus
#> 1354 Wetlugasaurus malachovi species
#> 1355 Orenburgia sp. genus
#> 1356 n. gen. Boreopricea n. sp. funerea species
#> 1357 n. gen. Blomosaurus n. sp. ivachnenkoi species
#> 1358 Microcnemus sp. genus
#> 1359 Procolophon trigoniceps species
#> 1360 Procolophon n. sp. platyrhinus species
#> 1361 Procolophon n. sp. sphenorhinus species
#> 1362 Procolophon trigoniceps species
#> 1363 Burtensia burtensis species
#> 1364 Parotosuchus sp. genus
#> 1365 Parotosuchus n. sp. aliciae species
#> 1366 n. gen. Raranimus n. sp. dashankouensis species
#> 1367 n. gen. Lanthanocephalus n. sp. mohoii species
#> 1368 Acleistorhinidae indet. family
#> 1369 n. gen. Glanosuchus n. sp. macrops species
#> 1370 Glanosuchus macrops species
#> 1371 Ictidosaurus angusticeps species
#> 1372 n. gen. Eodicynodon n. sp. oosthuizeni species
#> 1373 Dicynodontidae indet. family
#> 1374 Endothiodontidae indet. family
#> 1375 Therapsida indet. unranked clade
#> 1376 Eodicynodon oosthuizeni species
#> 1377 Eodicynodon oosthuizeni species
#> 1378 Eodicynodon oosthuizeni species
#> 1379 Eodicynodon oosthuizeni species
#> 1380 Eodicynodon oosthuizeni species
#> 1381 Hylonomus lyelli species
#> 1382 Hylonomus n. sp. aciedentatus species
#> 1383 Hylonomus n. sp. wymani species
#> 1384 n. gen. Hylerpeton n. sp. dawsoni species
#> 1385 n. gen. Fremouwsaurus n. sp. geludens species
#> 1386 Ophiacodon cf. uniformis species
#> 1387 Sphenacodontidae indet. family
#> 1388 Mesenosaurus n. sp. efremovi species
#> 1389 Protorothyrididae indet. family
#> 1390 Captorhinus sp. genus
#> 1391 n. gen. Acanthotoposaurus n. sp. bremneri species
#> 1392 n. gen. Stanocephalosaurus n. sp. birdi species
#> 1393 Parotosaurus n. sp. peabodyi species
#> 1394 n. gen. Cosgriffius n. sp. campi species
#> 1395 Reptilia indet. class
#> 1396 Parotosaurus peabodyi species
#> 1397 Chirotherium minus species
#> 1398 Chirotherium n. sp. diabloensis species
#> 1399 n. gen. Rotodactylus n. sp. cursorius species
#> 1400 Parotosaurus peabodyi species
#> 1401 Chirotherium n. sp. coltoni species
#> 1402 Chirotherium n. sp. moquiensis species
#> 1403 Archosauromorpha ? indet. unranked clade
#> 1404 Chirotherium sp. genus
#> 1405 Reptilia indet. B informal class
#> 1406 Reptilia indet. Ca informal species
#> 1407 Reptilia indet. Cb informal species
#> 1408 Reptilia indet. D informal class
#> 1409 Paleorhinus sp. genus
#> 1410 Kwangsisaurus orientalis species
#> 1411 Hanosaurus hupehensis species
#> 1412 n. gen. Vjushkovia n. sp. triplicostata species
#> 1413 n. gen. Progalesaurus n. sp. lootbergensis species
#> 1414 n. gen. Langbergia n. sp. modisei species
#> 1415 Langbergia modisei species
#> 1416 Langbergia modisei species
#> 1417 Langbergia modisei species
#> 1418 Langbergia modisei species
#> 1419 Langbergia modisei species
#> 1420 Langbergia modisei species
#> 1421 Langbergia modisei species
#> 1422 Langbergia modisei species
#> 1423 Langbergia modisei species
#> 1424 Lystrosaurus orientalis species
#> 1425 Prolacertiformes indet. unranked clade
#> 1426 Cynodontia indet. infraorder
#> 1427 Plagiosterninae indet. subfamily
#> 1428 Rhytidosteidae indet. family
#> 1429 n. gen. Cabralia n. sp. lavinai species
#> 1430 Temnospondyli indet. unranked clade
#> 1431 Procolophon trigoniceps species
#> 1432 Cynodontia indet. infraorder
#> 1433 Archosauromorpha ? indet. unranked clade
#> 1434 Archosauriformes ? indet. unranked clade
#> 1435 Temnospondyli indet. unranked clade
#> 1436 Procolophon trigoniceps species
#> 1437 Cynodontia indet. infraorder
#> 1438 Archosauriformes ? indet. unranked clade
#> 1439 Temnospondyli indet. unranked clade
#> 1440 Procolophon trigoniceps species
#> 1441 Procolophonoidea ? indet. superfamily
#> 1442 Cynodontia indet. infraorder
#> 1443 Archosauriformes ? indet. unranked clade
#> 1444 Kombuisia n. sp. antarctica species
#> 1445 Kombuisia antarctica species
#> 1446 n. gen. Prolacertoides n. sp. jimusarensis species
#> 1447 Dromopus aduncus species
#> 1448 Grippia cf. longirostris species
#> 1449 n. gen. Gulosaurus n. sp. helmi species
#> 1450 Reptilia indet. class
#> 1451 Therapsida ? indet. unranked clade
#> 1452 Myosaurus gracilis species
#> 1453 n. gen. Myosaurus n. sp. gracilis species
#> 1454 n. gen. Platycranion n. sp. elegans species
#> 1455 Procolophon cf. trigoniceps species
#> 1456 n. gen. Prolacerta n. sp. broomi species
#> 1457 n. gen. Chasmatosaurus n. sp. vanhoepeni species
#> 1458 Aenigmasaurus grallator species
#> 1459 Lystrosaurus curvatus species
#> 1460 Lystrosaurus declivis species
#> 1461 Lystrosaurus murrayi species
#> 1462 n. gen. Ericiolacerta n. sp. parva species
#> 1463 Scaloposaurus constrictus species
#> 1464 Galesaurus planiceps species
#> 1465 Lydekkerina huxleyi species
#> 1466 Moschorhinus kitchingi species
#> 1467 Procolophon trigoniceps species
#> 1468 Prolacerta broomi species
#> 1469 Lystrosaurus curvatus species
#> 1470 Lystrosaurus declivis species
#> 1471 Thrinaxodon liorhinus species
#> 1472 Moschorhinus n. sp. natalensis species
#> 1473 Lystrosaurus declivis species
#> 1474 Lystrosaurus murrayi species
#> 1475 Lystrosaurus oviceps species
#> 1476 Prolacerta broomi species
#> 1477 Prolacerta broomi species
#> 1478 Prolacerta broomi species
#> 1479 Prolacerta broomi species
#> 1480 n. gen. Pricea n. sp. longiceps species
#> 1481 Lystrosaurus curvatus species
#> 1482 Lystrosaurus declivis species
#> 1483 Lystrosaurus murrayi species
#> 1484 Prolacerta broomi species
#> 1485 Lystrosaurus declivis species
#> 1486 Lystrosaurus murrayi species
#> 1487 Thrinaxodon liorhinus species
#> 1488 Prolacerta broomi species
#> 1489 Prolacerta broomi species
#> 1490 Lystrosaurus curvatus species
#> 1491 Lystrosaurus declivis species
#> 1492 Lystrosaurus murrayi species
#> 1493 Moschorhinus kitchingi species
#> 1494 Lystrosaurus curvatus species
#> 1495 Lystrosaurus declivis species
#> 1496 Lystrosaurus murrayi species
#> 1497 Lystrosaurus oviceps species
#> 1498 n. gen. Glochinodontoides n. sp. gracilis species
#> 1499 n. gen. Elaphrosuchus n. sp. rubidgei species
#> 1500 Lystrosaurus declivis species
#> 1501 Lystrosaurus murrayi species
#> 1502 Lystrosaurus oviceps species
#> 1503 n. gen. Regisaurus n. sp. jacobi species
#> 1504 Chasmatosaurus n. sp. alexanderi species
#> 1505 Lystrosaurus curvatus species
#> 1506 Lystrosaurus declivis species
#> 1507 Lystrosaurus maccaigi species
#> 1508 Lystrosaurus murrayi species
#> 1509 Olivierosuchus parringtoni species
#> 1510 Scaloposaurus constrictus species
#> 1511 Galesaurus planiceps species
#> 1512 Thrinaxodon liorhinus species
#> 1513 n. gen. Phonodus n. sp. dutoitorum species
#> 1514 Tetracynodon darti species
#> 1515 Lystrosaurus murrayi species
#> 1516 Lystrosaurus ? declivis species
#> 1517 n. gen. Pederpes n. sp. finneyae species
#> 1518 n. gen. Augustaburiania n. sp. vatagini species
#> 1519 Augustaburiania ? vatagini species
#> 1520 Acheloma n. sp. dunni species
#> 1521 n. gen. Tiarajudens n. sp. eccentricus species
#> 1522 n. gen. Ctenosaurus n. sp. koeneni species
#> 1523 n. gen. Cryptovenator n. sp. hirschbergeri species
#> 1524 n. gen. Vytshegdosuchus n. sp. zheshartensis species
#> 1525 Lystrosaurus n. sp. youngi species
#> 1526 n. gen. Micrerpeton n. sp. caudatum species
#> 1527 Diceratosaurus n. sp. laevis species
#> 1528 Diceratosaurus n. sp. robustus species
#> 1529 Ichthyerpeton n. sp. squamosum species
#> 1530 n. gen. Rubeostratilia n. sp. texensis species
#> 1531 Tetrapoda indet. unranked clade
#> 1532 Emydops n. sp. oweni species
#> 1533 n. gen. Ianthodon n. sp. schultzei species
#> 1534 n. gen. Pelanomodon n. sp. rubidgei species
#> 1535 n. gen. Galesphyrus n. sp. capensis species
#> 1536 Galesphyrus capensis species
#> 1537 Emydops n. sp. murraysburgensis species
#> 1538 Emydops n. sp. kitchingi species
#> 1539 n. gen. Tasmaniosaurus n. sp. triassicus species
#> 1540 Tasmaniosaurus triassicus species
#> 1541 n. gen. Kalisuchus n. sp. rewanensis species
#> 1542 Proterosuchidae indet. family
#> 1543 Dicynodontia indet. order
#> 1544 Proterosuchia ? indet. suborder
#> 1545 Proterosuchus fergusi species
#> 1546 Procolophon sp. genus
#> 1547 Lystrosaurus declivis species
#> 1548 Lystrosaurus murrayi species
#> 1549 Proterosuchidae indet. family
#> 1550 Proterosuchus n. sp. goweri species
#> 1551 Chasmatosaurus vanhoepeni species
#> 1552 Chasmatosaurus vanhoepeni species
#> 1553 Lystrosaurus declivis species
#> 1554 Lystrosaurus murrayi species
#> 1555 Lystrosaurus curvatus species
#> 1556 Lystrosaurus cf. platyceps species
#> 1557 Proterosuchus fergusi species
#> 1558 Lystrosaurus declivis species
#> 1559 Lystrosaurus murrayi species
#> 1560 n. gen. Proterosuchus n. sp. fergusi species
#> 1561 Chasmatosaurus sp. genus
#> 1562 Lystrosaurus sp. genus
#> 1563 Temnospondyli indet. unranked clade
#> 1564 n. gen. Gonioglyptus n. sp. longirostris species
#> 1565 n. gen. Pachygonia n. sp. incurvata species
#> 1566 n. gen. Glyptognathus n. sp. fragilis species
#> 1567 Dicynodon n. sp. orientalis species
#> 1568 n. gen. Ankistrodon n. sp. indicus species
#> 1569 Dicynodontoidea indet. unranked clade
#> 1570 Capitosauroidea indet. unranked clade
#> 1571 Chasmatosaurus yuani species
#> 1572 Batrachosuchoides sp. genus
#> 1573 Procolophonidae unnamed genus 1 informal species
#> 1574 Procolophonidae unnamed genus 2 informal species
#> 1575 Procolophonidae unnamed genus 3 informal species
#> 1576 n. gen. Collilongus n. sp. rarus species
#> 1577 Archosauriformes indet. unranked clade
#> 1578 Parotosuchus n. sp. ptaszynskii species
#> 1579 Capitosauria indet. unranked clade
#> 1580 Labyrinthodon n. sp. fuerstenberganus species
#> 1581 Meyerosuchus fuerstenbergianus species
#> 1582 n. gen. Odenwaldia n. sp. heidelbergensis species
#> 1583 aff. Odenwaldia heidelbergensis species
#> 1584 Stereospondyli indet. unranked clade
#> 1585 Capitosauria indet. unranked clade
#> 1586 Stereospondyli indet. unranked clade
#> 1587 n. gen. Gansurhinus n. sp. qingtoushanensis species
#> 1588 Gansurhinus qingtoushanensis species
#> 1589 Reiszorhinus olsoni species
#> 1590 n. gen. Microleter n. sp. mckinzieorum species
#> 1591 n. gen. Australobarbarus n. sp. kotelnitshi species
#> 1592 Australobarbarus n. sp. platycephalus species
#> 1593 n. gen. Suminia n. sp. getmanovi species
#> 1594 n. gen. Delectosaurus n. sp. berezhanensis species
#> 1595 n. gen. Vivaxosaurus n. sp. permirus species
#> 1596 n. gen. Tambaroter n. sp. carrolli species
#> 1597 n. gen. Galechirus n. sp. scholtzi species
#> 1598 n. gen. Arnognathus n. sp. parvidens species
#> 1599 n. gen. Rotaryus n. sp. gothae species
#> 1600 Dissorophidae new sp. informal family
#> 1601 Dissorophoidea new sp. informal unranked clade
#> 1602 Caseidae new sp. informal family
#> 1603 n. gen. Tambacarnifex n. sp. unguifalcatus species
#> 1604 Limnopus glenshawensis species
#> 1605 n. gen. Bolterpeton n. sp. carrolli species
#> 1606 Greererpeton burkemorani species
#> 1607 Proterogyrinus scheelei species
#> 1608 Eryops sp. genus
#> 1609 Zatrachys serratus species
#> 1610 Diploceraspis conemaughensis species
#> 1611 Diploceraspis sp. genus
#> 1612 Diploceraspis sp. genus
#> 1613 Diploceraspis sp. genus
#> 1614 Diploceraspis burkei species
#> 1615 Diploceraspis sp. genus
#> 1616 Diploceraspis sp. genus
#> 1617 Diploceraspis sp. genus
#> 1618 Diploceraspis sp. genus
#> 1619 Diploceraspis sp. genus
#> 1620 Diploceraspis sp. genus
#> 1621 Diploceraspis sp. genus
#> 1622 Diploceraspis sp. genus
#> 1623 Diploceraspis sp. genus
#> 1624 Diploceraspis sp. genus
#> 1625 Diploceraspis sp. genus
#> 1626 Diploceraspis sp. genus
#> 1627 Diploceraspis sp. genus
#> 1628 Diploceraspis sp. genus
#> 1629 Diploceraspis sp. genus
#> 1630 Diploceraspis sp. genus
#> 1631 Diploceraspis sp. genus
#> 1632 Diploceraspis sp. genus
#> 1633 Diploceraspis sp. genus
#> 1634 Megamolgophis agostini species
#> 1635 Zatrachys serratus species
#> 1636 Amphibia ? indet. unranked clade
#> 1637 Reptilia indet. class
#> 1638 Labyrinthodontia indet. superorder
#> 1639 Silvanerpeton miripedes species
#> 1640 Ophiderpeton n. sp. kirktonense species
#> 1641 Temnospondyli large taxon informal species
#> 1642 n. gen. Feeserpeton n. sp. oklahomensis species
#> 1643 n. gen. Sclerothorax n. sp. hypselonotus species
#> 1644 Sclerothorax hypselonotus species
#> 1645 Capitosaurus n. sp. helgolandiae species
#> 1646 Microcnemus sp. genus
#> 1647 Trematosaurus n. sp. thuringiensis species
#> 1648 Parotosuchus helgolandicus species
#> 1649 Procolophonichnium sp. genus
#> 1650 Rhynchosauroides sp. genus
#> 1651 Chirotherium rex species
#> 1652 Rhynchosauroides sp. genus
#> 1653 Chirotherium sp. genus
#> 1654 Chirotherium barthii species
#> 1655 Rhynchosauroides sp. genus
#> 1656 Chirotherium barthii species
#> 1657 Rhynchosauroides sp. genus
#> 1658 cf. Chelonipus sp. genus
#> 1659 Chirotherium barthii species
#> 1660 Rhynchosauroides sp. genus
#> 1661 cf. Rotodactylus sp. genus
#> 1662 cf. Chelonipus sp. genus
#> 1663 Chirotherium barthii species
#> 1664 Rhynchosauroides sp. genus
#> 1665 cf. Chelonipus sp. genus
#> 1666 Collettosaurus n. sp. palmatus species
#> 1667 n. gen. Eurichnus n. sp. jenseni species
#> 1668 Tapinocephalidae indet. family
#> 1669 Procynosuchus delaharpeae species
#> 1670 Theriognathus sp. genus
#> 1671 Dicynodon n. sp. angielczyki species
#> 1672 Gorgonopsia indet. suborder
#> 1673 Burnetiidae indet. family
#> 1674 Peltobatrachus pustulatus species
#> 1675 Dicynodontoides nowacki species
#> 1676 Endothiodon sp. genus
#> 1677 Rhachiocephalus magnus species
#> 1678 n. gen. Austrobrachyops n. sp. jenseni species
#> 1679 n. gen. Cryobatrachus n. sp. kitchingi species
#> 1680 Cryobatrachus kitchingi species
#> 1681 Cryobatrachus ? kitchingi species
#> 1682 Cryobatrachus kitchingi species
#> 1683 Temnospondyli indet. unranked clade
#> 1684 Cryobatrachus kitchingi species
#> 1685 Austrobrachyops ? jenseni species
#> 1686 Austrobrachyops ? jenseni species
#> 1687 Austrobrachyops ? jenseni species
#> 1688 Parotosuchus n. sp. rewanensis species
#> 1689 Parotosuchus n. sp. gunganj species
#> 1690 n. gen. Keratobrachyops n. sp. australis species
#> 1691 Brachyops n. sp. allos species
#> 1692 n. gen. Rewana n. sp. quadricuneata species
#> 1693 Trematosauridae indet. family
#> 1694 n. gen. Arcadia n. sp. myriadens species
#> 1695 n. gen. Plagiobatrachus n. sp. australis species
#> 1696 Eomurruna yurrgensis species
#> 1697 n. gen. Acerastea n. sp. wadeae species
#> 1698 n. gen. Nanolania n. sp. anatopretia species
#> 1699 n. gen. Rotaurisaurus n. sp. contundo species
#> 1700 n. gen. Tirraturhinus n. sp. smisseni species
#> 1701 Brachyopoidea indet. superfamily
#> 1702 Lydekkerina huxleyi species
#> 1703 n. gen. Bulgosuchus n. sp. gargantua species
#> 1704 Bothriceps n. sp. major species
#> 1705 Temnospondyli indet. unranked clade
#> 1706 Tetrapoda indet. unranked clade
#> 1707 Dicynodontipus n. sp. bellambiensis species
#> 1708 n. gen. Deltasaurus n. sp. kimberleyensis species
#> 1709 Deltasaurus kimberleyensis species
#> 1710 Deltasaurus kimberleyensis species
#> 1711 Deltasaurus kimberleyensis species
#> 1712 Deltasaurus kimberleyensis species
#> 1713 Watsonisuchus ? sp. genus
#> 1714 Deltasaurus n. sp. pustulatus species
#> 1715 n. gen. Indobrachyops n. sp. panchetensis species
#> 1716 Lystrosaurus orientalis species
#> 1717 Lystrosaurus orientalis species
#> 1718 Lystrosaurus orientalis species
#> 1719 Lystrosaurus orientalis species
#> 1720 Lystrosaurus orientalis species
#> 1721 Lystrosaurus orientalis species
#> 1722 Lystrosaurus orientalis species
#> 1723 Lystrosaurus murrayi species
#> 1724 Lystrosaurus murrayi species
#> 1725 Lystrosaurus murrayi species
#> 1726 Lystrosaurus murrayi species
#> 1727 Lystrosaurus murrayi species
#> 1728 Lystrosaurus n. sp. rajurkari species
#> 1729 Lystrosaurus murrayi species
#> 1730 Lystrosaurus murrayi species
#> 1731 n. gen. Manubrantlia n. sp. khaki species
#> 1732 n. gen. Panchetocynodon n. sp. damodarensis species
#> 1733 Gonioglyptus n. sp. kokeni species
#> 1734 Blinasaurus henwoodi species
#> 1735 Blinasaurus n. sp. henwoodi species
#> 1736 Blinasaurus townrowi species
#> 1737 Chomatobatrachus halei species
#> 1738 Blinasaurus n. sp. townrowi species
#> 1739 Chomatobatrachus halei species
#> 1740 n. gen. Derwentia n. sp. warreni species
#> 1741 Blinasaurus townrowi species
#> 1742 Chomatobatrachus halei species
#> 1743 Deltasaurus kimberleyensis species
#> 1744 Blinasaurus townrowi species
#> 1745 Chomatobatrachus halei species
#> 1746 Deltasaurus kimberleyensis species
#> 1747 Derwentia warreni species
#> 1748 Chomatobatrachus halei species
#> 1749 Blinasaurus townrowi species
#> 1750 n. gen. Chomatobatrachus n. sp. halei species
#> 1751 Deltasaurus kimberleyensis species
#> 1752 Watsonisuchus sp. genus
#> 1753 Watsonisuchus sp. genus
#> 1754 Bothriceps australis species
#> 1755 n. gen. Brachyops n. sp. laticeps species
#> 1756 Garjainia ? sp. genus
#> 1757 n. gen. Spinarerpeton n. sp. brevicephalum species
#> 1758 n. gen. Lupeosaurus n. sp. kayi species
#> 1759 Dimetrodon n. sp. kempae species
#> 1760 Dimetrodon n. sp. loomisi species
#> 1761 Corosaurus alcovensis species
#> 1762 Corosaurus alcovensis species
#> 1763 Corosaurus alcovensis species
#> 1764 n. gen. Orovenator n. sp. mayorum species
#> 1765 Omphalosaurus n. sp. merriami species
#> 1766 Trematosaurus n. sp. galae species
#> 1767 Benthosuchus korobkovi species
#> 1768 Benthosuchus bashkiricus species
#> 1769 Benthosuchus n. sp. gusevae species
#> 1770 n. gen. Bystrowisuchus n. sp. flerovi species
#> 1771 n. gen. Scythosuchus n. sp. basileus species
#> 1772 Parotosuchus panteleevi species
#> 1773 Batrachosuchoides sp. genus
#> 1774 Doniceps lipovensis species
#> 1775 Tsylmosuchus n. sp. donensis species
#> 1776 n. gen. Tanaisosaurus n. sp. kalandadzei species
#> 1777 Kapes ? sp. genus
#> 1778 Dromotectum n. sp. abditum species
#> 1779 Rhytidosteidae indet. family
#> 1780 n. gen. Batrachosuchoides n. sp. lacer species
#> 1781 Axitectum n. sp. georgi species
#> 1782 n. gen. Dromotectum n. sp. spinosum species
#> 1783 Dromotectum spinosum species
#> 1784 Dromotectum spinosum species
#> 1785 n. gen. Vritramimosaurus n. sp. dzerzhinskii species
#> 1786 Parotosuchus n. sp. orenburgensis species
#> 1787 n. gen. Silphedosuchus n. sp. orenburgensis species
#> 1788 Tsylmosuchus n. sp. samariensis species
#> 1789 n. gen. Tsylmosuchus n. sp. jakovlevi species
#> 1790 Tsylmosuchus ? jakovlevi species
#> 1791 Tsylmosuchus sp. genus
#> 1792 cf. Tsylmosuchus jakovlevi species
#> 1793 n. gen. Scalopognathus n. sp. multituberculatus species
#> 1794 n. gen. Urumchia n. sp. lii species
#> 1795 n. gen. Beishanodon n. sp. youngi species
#> 1796 n. gen. Erythrobatrachus n. sp. noonkanbahensis species
#> 1797 Lystrosaurus n. sp. hedini species
#> 1798 Lystrosaurus n. sp. broomi species
#> 1799 Chasmatosaurus n. sp. yuani species
#> 1800 Temnospondyli indet. unranked clade
#> 1801 Lystrosaurus cf. youngi species
#> 1802 Lystrosaurus hedini species
#> 1803 n. gen. Eolydekkerina n. sp. magna species
#> 1804 Bothriceps n. sp. huxleyi species
#> 1805 Lydekkerina n. sp. putterilli species
#> 1806 n. gen. Putterillia n. sp. platyceps species
#> 1807 Lydekkerina n. sp. dutoiti species
#> 1808 Broomistega putterilli species
#> 1809 Broomistega putterilli species
#> 1810 Lydekkerina huxleyi species
#> 1811 Lydekkerina sp. genus
#> 1812 n. gen. Limnoiketes n. sp. paludinatans species
#> 1813 Wetlugasaurus n. sp. groenlandicus species
#> 1814 n. gen. Stoschiosaurus n. sp. nielseni species
#> 1815 Stoschiosaurus ? nielseni species
#> 1816 Stoschiosaurus ? new species? informal genus
#> 1817 Lyrocephalus n. sp. kochi species
#> 1818 Lyrocephalus n. sp. johanssoni species
#> 1819 Lyrocephalus n. sp. rapax species
#> 1820 Lyrocephalus cf. kochi species
#> 1821 Lyrocephalinae ? indet. subfamily
#> 1822 Lyrocephalinae ? indet. subfamily
#> 1823 Temnospondyli indet. unranked clade
#> 1824 Temnospondyli indet. unranked clade
#> 1825 Temnospondyli indet. unranked clade
#> 1826 Temnospondyli indet. unranked clade
#> 1827 n. gen. Tupilakosaurus n. sp. heilmani species
#> 1828 Tupilakosaurus ? sp. genus
#> 1829 n. gen. Aphaneramma n. sp. rostratum species
#> 1830 n. gen. Lonchorhynchus n. sp. oebergi species
#> 1831 n. gen. Deltacephalus n. sp. whitei species
#> 1832 Lyrocephalus euri species
#> 1833 Lyrocephalus euri species
#> 1834 Lyrocephalus euri species
#> 1835 n. gen. Lyrocephalus n. sp. euri species
#> 1836 Lonchorhynchus oebergi species
#> 1837 Lonchorhynchus oebergi species
#> 1838 Lonchorhynchus oebergi species
#> 1839 Lonchorhynchus oebergi species
#> 1840 Lonchorhynchus sp. genus
#> 1841 Aphaneramma rostratum species
#> 1842 n. gen. Platystega n. sp. depressa species
#> 1843 n. gen. Tertrema n. sp. acuta species
#> 1844 Cyclotosaurus n. sp. spitzbergensis species
#> 1845 Temnospondyli indet. unranked clade
#> 1846 Temnospondyli indet. unranked clade
#> 1847 n. gen. Peltostega n. sp. erici species
#> 1848 Tertrema acuta species
#> 1849 Aphaneramma rostratus species
#> 1850 Aphaneramma rostratum species
#> 1851 Aphaneramma rostratum species
#> 1852 Lyrocephalus euri species
#> 1853 cf. Sassenisaurus spitzbergensis species
#> 1854 cf. Sassenisaurus spitzbergensis species
#> 1855 cf. Sassenisaurus spitzbergensis species
#> 1856 cf. Sassenisaurus spitzbergensis species
#> 1857 n. gen. Boreosaurus n. sp. thorslundi species
#> 1858 Boreosaurus thorslundi species
#> 1859 Boreosaurus thorslundi species
#> 1860 Peltostega n. sp. wimani species
#> 1861 Peltostega wimani species
#> 1862 n. gen. Wantzosaurus n. sp. elongatus species
#> 1863 Benthosuchus n. sp. madagascariensis species
#> 1864 Watsonisuchus madagascariensis species
#> 1865 Watsonisuchus madagascariensis species
#> 1866 n. gen. Mahavisaurus n. sp. dentatus species
#> 1867 n. gen. Lyrosaurus n. sp. australis species
#> 1868 Trematosaurus n. sp. madagascariensis species
#> 1869 n. gen. Ifasaurus n. sp. elongatus species
#> 1870 Wantzosaurus elongatus species
#> 1871 n. gen. Tertremoides n. sp. ambilobensis species
#> 1872 n. gen. Lasasaurus n. sp. beltanae species
#> 1873 cf. Tertremoides madagascariensis species
#> 1874 Edingerella madagascariensis species
#> 1875 n. gen. Pneumatostega n. sp. potamia species
#> 1876 Pneumatostega potamia species
#> 1877 Rhinesuchus n. sp. capensis species
#> 1878 n. gen. Laccosaurus n. sp. watsoni species
#> 1879 n. gen. Kestrosaurus n. sp. dreyeri species
#> 1880 n. gen. Micropholis n. sp. stowi species
#> 1881 Micropholis stowi species
#> 1882 Micropholis stowi species
#> 1883 Micropholis stowi species
#> 1884 Micropholis stowi species
#> 1885 Micropholis stowi species
#> 1886 Micropholis stowi species
#> 1887 Micropholis stowi species
#> 1888 Micropholis stowi species
#> 1889 Micropholis stowi species
#> 1890 Micropholis stowi species
#> 1891 Trematosaurus n. sp. sobeyi species
#> 1892 Trematosuchoides africanus species
#> 1893 Lonchorhynchinae indet. subfamily
#> 1894 Lystrosaurus sp. genus
#> 1895 n. gen. Chensaurus n. sp. chaoxianensis species
#> 1896 n. gen. Chensaurus n. sp. faciles species
#> 1897 Chaohusaurus geishanensis species
#> 1898 n. gen. Paraburnetia n. sp. sneeubergensis species
#> 1899 n. gen. Petrophryne n. sp. granulata species
#> 1900 Trematosuchus ? sobeyi species
#> 1901 Procolophon sp. genus
#> 1902 n. gen. Thabanchuia n. sp. oomie species
#> 1903 Tetrapoda indet. unranked clade
#> 1904 Kestrosaurus sp. genus
#> 1905 Kestrosaurus n. sp. kitchingi species
#> 1906 Palacrodon browni species
#> 1907 Procolophonidae indet. family
#> 1908 Bathignathus n. sp. poikilops species
#> 1909 Archosauriformes indet. unranked clade
#> 1910 Capitosaurus n. sp. haughtoni species
#> 1911 Wetlugasaurus n. sp. magnus species
#> 1912 Watsonisuchus sp. genus
#> 1913 Kestrosaurus sp. genus
#> 1914 Kestrosaurus sp. genus
#> 1915 n. gen. Rhytidosteus n. sp. capensis species
#> 1916 Tetracynodon ? darti species
#> 1917 Tetracynodon darti species
#> 1918 Tetracynodon darti species
#> 1919 Protorosaurus sp. genus
#> 1920 Protorosaurus speneri species
#> 1921 n. gen. Eorasaurus n. sp. olsoni species
#> 1922 Dvinosaurus primus species
#> 1923 Jugosuchus n. sp. hartmanni species
#> 1924 Arctognathus n. sp. progressus species
#> 1925 Dicynodontia indet. order
#> 1926 Gorgonopsia indet. suborder
#> 1927 n. gen. Aenigmastropheus n. sp. parringtoni species
#> 1928 Synaptichnium cf. pseudosuchoides species
#> 1929 cf. Synaptichnium sp. genus
#> 1930 Brachychirotherium sp. genus
#> 1931 Isochirotherium cf. gierlinskii species
#> 1932 Chirotherium barthii species
#> 1933 Rhynchosauroides sp. genus
#> 1934 cf. Ericiolacerta parva species
#> 1935 Pedaeosaurus parvus species
#> 1936 Rogerbaletichnus aquilerai species
#> 1937 Cincosaurus cobbi species
#> 1938 Rhigosaurus glacialis species
#> 1939 n. gen. Paralonectes n. sp. merriami species
#> 1940 Paralonectes merriami species
#> 1941 n. gen. Agkistrognathus n. sp. campbelli species
#> 1942 n. gen. Parahupehsuchus n. sp. longus species
#> 1943 n. gen. Eocasea n. sp. martini species
#> 1944 Chaohusaurus sp. genus
#> 1945 Rhinesuchus n. sp. wadiai species
#> 1946 n. gen. Inflectosaurus n. sp. amplus species
#> 1947 n. gen. Palaeogyrinus n. sp. decorus species
#> 1948 Archosauriformes indet. unranked clade
#> 1949 Rhinesuchus n. sp. wolgodwinensis species
#> 1950 Rhinesuchus wolgodvinensis species
#> 1951 Archosauriformes indet. unranked clade
#> 1952 Rhinesuchus wolgodvinensis species
#> 1953 n. gen. Alierasaurus n. sp. ronchii species
#> 1954 n. gen. Perryella n. sp. olsoni species
#> 1955 Crossotelos sp. genus
#> 1956 n. gen. Anisodexis n. sp. imbricarius species
#> 1957 Belebey n. sp. augustodunensis species
#> 1958 Chirotherium n. sp. storetonense species
#> 1959 cf. Chirotherium storetonense species
#> 1960 Chirotherium minus species
#> 1961 Chirotherium beasleyi species
#> 1962 Chirotherium n. sp. herculis species
#> 1963 n. gen. Ctenerpeton n. sp. alveolatum species
#> 1964 Reptilia indet. class
#> 1965 n. gen. Alveusdectes n. sp. fenestratus species
#> 1966 n. gen. Palaeagama n. sp. vielhaueri species
#> 1967 n. gen. Spondylolestes n. sp. rubidgei species
#> 1968 n. gen. Youngopsis n. sp. kitchingi species
#> 1969 Youngopsis n. sp. rubidgei species
#> 1970 Dicynodon n. sp. duvenhagei species
#> 1971 n. gen. Ictidosuchops n. sp. rubidgei species
#> 1972 n. gen. Leavachia n. sp. duvenhagei species
#> 1973 Youngoides n. sp. minor species
#> 1974 Oudenodon bainii species
#> 1975 Youngina capensis species
#> 1976 Youngina capensis species
#> 1977 Pareiasaurus serridens species
#> 1978 Oudenodon bainii species
#> 1979 Cyonosaurus cf. rubidgei species
#> 1980 Notosollasia laticeps species
#> 1981 Oudenodon bainii species
#> 1982 Youngina capensis species
#> 1983 Youngina capensis species
#> 1984 n. gen. Saurosternon n. sp. bainii species
#> 1985 n. gen. Erpetonyx n. sp. arsenaultorum species
#> 1986 n. gen. Zarcasaurus n. sp. tanyderus species
#> 1987 n. gen. Kadaliosaurus n. sp. priscus species
#> 1988 n. gen. Aphelosaurus n. sp. lutevensis species
#> 1989 n. gen. Tangasaurus n. sp. mennelli species
#> 1990 Oudenodon n. sp. sakamenensis species
#> 1991 n. gen. Hovasaurus n. sp. boulei species
#> 1992 Delorhynchus n. sp. cifellii species
#> 1993 n. gen. Abyssomedon n. sp. williamsi species
#> 1994 Sauropareion anoplus species
#> 1995 Nanoparia n. sp. pricei species
#> 1996 n. gen. Anthodon n. sp. serrarius species
#> 1997 Propappus n. sp. parvus species
#> 1998 Anthodon minusculus species
#> 1999 Pareiasaurus n. sp. americanus species
#> 2000 Pareiasaurus americanus species
#> 2001 n. gen. Nanoparia n. sp. luckhoffi species
#> 2002 Shansisaurus xuecunensis species
#> 2003 n. gen. Shansisaurus n. sp. xuecunensis species
#> 2004 n. gen. Honania n. sp. complicidentata species
#> 2005 n. gen. Tsiyuania n. sp. simplicidentata species
#> 2006 n. gen. Taihangshania n. sp. imperfacta species
#> 2007 Bystrowiana n. sp. sinica species
#> 2008 Tetrapoda indet. unranked clade
#> 2009 n. gen. Hwanghocynodon n. sp. multienspidus species
#> 2010 n. gen. Jiyuanitectum n. sp. flatum species
#> 2011 Dromotectum n. sp. largum species
#> 2012 Gorgonopsia ? indet. suborder
#> 2013 Therapsida ? indet. unranked clade
#> 2014 Tapinocephalidae indet. family
#> 2015 Temnospondyli indet. unranked clade
#> 2016 Anteosauridae indet. family
#> 2017 Mobaceras zambeziense species
#> 2018 Abajudon kaayai species
#> 2019 Gorgonopsidae indet. family
#> 2020 Criocephalosaurus sp. genus
#> 2021 Criocephalosaurus sp. genus
#> 2022 Endothiodon n. sp. tolani species
#> 2023 Endothiodon tolani species
#> 2024 n. gen. Sungeodon n. sp. kimkraemerae species
#> 2025 n. gen. Scapanops n. sp. neglecta species
#> 2026 n. gen. Conjunctio n. sp. multidens species
#> 2027 Conjunctio multidens species
#> 2028 Tetrapoda indet. unranked clade
#> 2029 Nanchangosaurus suni species
#> 2030 n. gen. Occidens n. sp. portlocki species
#> 2031 Clepsydrops n. sp. magnus species
#> 2032 n. gen. Lethiscus n. sp. stocki species
#> 2033 n. gen. Sigournea n. sp. multidentata species
#> 2034 n. gen. Deltaherpeton n. sp. hiemstrae species
#> 2035 Pachygonia incurvata species
#> 2036 Dicynodon n. sp. acutirostris species
#> 2037 Dicynodon n. sp. dubius species
#> 2038 Dicynodon n. sp. cavifrons species
#> 2039 Dicynodon n. sp. dunnii species
#> 2040 Dicynodon n. sp. microtrema species
#> 2041 Dicynodon n. sp. rogersi species
#> 2042 Dicynodon n. sp. validus species
#> 2043 n. gen. Kirktonecta n. sp. milnerae species
#> 2044 Eoherpeton watsoni species
#> 2045 n. gen. Eldeceeon n. sp. rolfei species
#> 2046 Pareiasaurus serridens species
#> 2047 Tropidostoma microtrema species
#> 2048 Emydopsis n. sp. microdon species
#> 2049 Emyduranus n. sp. gracilis species
#> 2050 Palemydops n. sp. minor species
#> 2051 n. gen. Eumantellia n. sp. mirus species
#> 2052 Dicynodon n. sp. grimbeeki species
#> 2053 Aelurosaurus n. sp. brevirostris species
#> 2054 n. gen. Galerhinus n. sp. polyodon species
#> 2055 Scylacognathus n. sp. major species
#> 2056 Pristerodon indet. genus
#> 2057 Cistecephalus microrhinus species
#> 2058 Aulacephalodon n. sp. cadlei species
#> 2059 Oudenodon bainii species
#> 2060 Cyonosaurus longiceps species
#> 2061 Dicynodontia indet. order
#> 2062 Gorgonopsia indet. suborder
#> 2063 Therocephalia indet. order
#> 2064 Dicynodon n. sp. aetorhamphus species
#> 2065 Owenetta rubidgei species
#> 2066 Daptocephalus leoniceps species
#> 2067 Oudenodon bainii species
#> 2068 Cyonosaurus longiceps species
#> 2069 Lycaenops n. sp. alticeps species
#> 2070 Rubidgea atrox species
#> 2071 Ictidosuchops intermedius species
#> 2072 Moschorhynchus n. sp. brachyrhinus species
#> 2073 Nanictosaurus n. sp. robustus species
#> 2074 Dicynodontia indet. order
#> 2075 Gorgonopsia indet. suborder
#> 2076 Therocephalia indet. order
#> 2077 Lystrosaurus curvatus species
#> 2078 Lystrosaurus n. sp. declivis species
#> 2079 Ptychognathus n. sp. alfredi species
#> 2080 Lystrosaurus murrayi species
#> 2081 Galesaurus planiceps species
#> 2082 Cistecephalus microrhinus species
#> 2083 Dicynodon n. sp. allani species
#> 2084 Dicynodon n. sp. nanus species
#> 2085 Dicynodon n. sp. richardi species
#> 2086 Aulacephalodon n. sp. rubidgei species
#> 2087 Oudenodon bainii species
#> 2088 Platycyclops n. sp. latirhinus species
#> 2089 Rhinesuchus n. sp. rubidgei species
#> 2090 Dicynodontia indet. order
#> 2091 Pholidogaster pisciformis species
#> 2092 n. gen. Eucritta n. sp. melanolimnetes species
#> 2093 Doragnathus woodi species
#> 2094 n. gen. Hueneus n. sp. oudebergensis species
#> 2095 Cistecephalus microrhinus species
#> 2096 Dinanomodon n. sp. gigas species
#> 2097 Eosimops newtoni species
#> 2098 n. gen. Lycaenodontoides n. sp. bathyrhinus species
#> 2099 Dicynodontia indet. order
#> 2100 Dicynodon n. sp. alticeps species
#> 2101 Owenetta rubidgei species
#> 2102 Dicynodon ictidops species
#> 2103 Dicynodon nanus species
#> 2104 Dicynodon n. sp. moschops species
#> 2105 Cyonosaurus cf. kitchingi species
#> 2106 Dinogorgon n. sp. oudebergensis species
#> 2107 Whaitsia platyceps species
#> 2108 Procynosuchus delaharpeae species
#> 2109 Dicynodontia indet. order
#> 2110 Dicynodon n. sp. amalitzkii species
#> 2111 Dicynodon n. sp. andrewsi species
#> 2112 Emydopsis n. sp. longus species
#> 2113 Emydorhynchus n. sp. formosus species
#> 2114 n. gen. Emyduranus n. sp. platyops species
#> 2115 n. gen. Palemydops n. sp. platysoma species
#> 2116 Cistecephalus n. sp. angusticeps species
#> 2117 Dicynodon psittacops species
#> 2118 Dicynodon n. sp. sollasi species
#> 2119 Bainia n. sp. peavoti species
#> 2120 n. gen. Cynariops n. sp. robustus species
#> 2121 Cynarioides n. sp. gracilis species
#> 2122 n. gen. Cynarioides n. sp. tenuis species
#> 2123 n. gen. Lycaenops n. sp. ornatus species
#> 2124 n. gen. Lycaenodon n. sp. longiceps species
#> 2125 Gordonia n. sp. annae species
#> 2126 Gordonia n. sp. rossica species
#> 2127 Oudenodon n. sp. venyukovi species
#> 2128 Dicynodon n. sp. trautscholdi species
#> 2129 Cyniscops n. sp. rubidgei species
#> 2130 Galerhinus n. sp. rubidgei species
#> 2131 Ictidosuchoides rubidgei species
#> 2132 Pelictosuchus paucidens species
#> 2133 n. gen. Notaelurops n. sp. paucidens species
#> 2134 Notosollasia longiceps species
#> 2135 Promoschorhynchus platyrhinus species
#> 2136 Nanictosaurus n. sp. rubidgei species
#> 2137 n. gen. Mygalesuchus n. sp. peggyae species
#> 2138 Dicynodontia indet. order
#> 2139 Testudo n. sp. duncani species
#> 2140 Chelichnus n. sp. gigas species
#> 2141 Herpetichnus n. sp. bucklandi species
#> 2142 n. gen. Herpetichnus n. sp. sauroplesius species
#> 2143 Palemydops n. sp. rubidgeae species
#> 2144 Cistecephalus microrhinus species
#> 2145 Dicynodon n. sp. wellwoodensis species
#> 2146 n. gen. Dinogorgon n. sp. rubidgei species
#> 2147 Hipposaurus n. sp. rubidgei species
#> 2148 Dicynodontia indet. order
#> 2149 Dicynodon n. sp. anneae species
#> 2150 Dicynodon rubidgei species
#> 2151 Emydops minimus species
#> 2152 Cistecephalus microrhinus species
#> 2153 Dicynodon ictidops species
#> 2154 Dicynodon n. sp. gilli species
#> 2155 Clelandina rubidgei species
#> 2156 Homodontosaurus kitchingi species
#> 2157 Moschorhynchus n. sp. gracilis species
#> 2158 Dicynodontia indet. order
#> 2159 Cistecephalus microrhinus species
#> 2160 Oudenodon bainii species
#> 2161 Platycyclops n. sp. rubidgei species
#> 2162 n. gen. Scylacocephalus n. sp. watermeyeri species
#> 2163 Ictidosuchops watermeyeri species
#> 2164 Dicynodontia indet. order
#> 2165 Oudenodon bainii species
#> 2166 Cyonosaurus cf. kitchingi species
#> 2167 Whaitsia platyceps species
#> 2168 n. gen. Paracynosuchus n. sp. rubidgei species
#> 2169 Dicynodon n. sp. macrodon species
#> 2170 Dicynodon n. sp. galecephalus species
#> 2171 Cistecephalus microrhinus species
#> 2172 Dicynodon nanus species
#> 2173 Aulacephalodon bainii species
#> 2174 Oudenodon bainii species
#> 2175 Platycyclops haughtoni species
#> 2176 n. gen. Digalodon n. sp. rubidgei species
#> 2177 Dicynodontia indet. order
#> 2178 Gorgonopsia indet. suborder
#> 2179 Oudenodon bainii species
#> 2180 Rubidgea sp. genus
#> 2181 Hipposaurus n. sp. kitchingi species
#> 2182 Notosollasia laticeps species
#> 2183 n. gen. Protocynodon n. sp. pricei species
#> 2184 Dicynodontia indet. order
#> 2185 Gorgonopsia indet. suborder
#> 2186 n. gen. Broilius n. sp. antjiesfonteinensis species
#> 2187 Dicynodon schroederi species
#> 2188 Dicynodon n. sp. vanderhorsti species
#> 2189 Pristerognathoides sp. genus
#> 2190 Dicynodon n. sp. antjiesfonteinensis species
#> 2191 Dicynodon n. sp. recurvidens species
#> 2192 Dicynodon n. sp. testudiceps species
#> 2193 Oudenodon n. sp. bainii species
#> 2194 Dicynodon n. sp. feliceps species
#> 2195 n. gen. Caerorhachis n. sp. bairdi species
#> 2196 n. gen. Doragnathus n. sp. woodi species
#> 2197 Gonioglyptus longirostris species
#> 2198 Indolyrocephalus panchetensis species
#> 2199 n. gen. Indolyrocephalus n. sp. panchetensis species
#> 2200 Indolyrocephalus panchetensis species
#> 2201 Gonioglyptus n. sp. huxleyi species
#> 2202 Lydekkerina n. sp. panchetensis species
#> 2203 n. gen. Pholiderpeton n. sp. scutigerum species
#> 2204 n. gen. Acherontiscus n. sp. caledoniae species
#> 2205 n. gen. Indobenthosuchus n. sp. panchetensis species
#> 2206 Labyrinthodon n. sp. panchetensis species
#> 2207 Indobrachyops panchetensis species
#> 2208 n. gen. Panchetosaurus n. sp. panchetensis species
#> 2209 Labyrinthodon n. sp. bucklandi species
#> 2210 Dicynodon n. sp. bainii species
#> 2211 Spathicephalus n. sp. pereger species
#> 2212 Pholiderpeton n. sp. bretonense species
#> 2213 Cistecephalus microrhinus species
#> 2214 Scymnognathus n. sp. holmesi species
#> 2215 Dicynodontia indet. order
#> 2216 Gorgonopsia indet. suborder
#> 2217 Dicynodon n. sp. benjamini species
#> 2218 Dicynodontia indet. order
#> 2219 Gorgonopsia indet. suborder
#> 2220 n. gen. Utaherpeton n. sp. franklini species
#> 2221 Turfanodon n. sp. bogdaensis species
#> 2222 Striodon n. sp. magnus species
#> 2223 Dicynodon n. sp. sunanensis species
#> 2224 n. gen. Emydops n. sp. minor species
#> 2225 n. gen. Eurychororhinus n. sp. boonstrai species
#> 2226 Prodicynodon beaufortensis species
#> 2227 n. gen. Taognathus n. sp. megalodon species
#> 2228 Cistecephalus microrhinus species
#> 2229 Dicynodon feliceps species
#> 2230 Dicynodon n. sp. microrhynchus species
#> 2231 Dicynodon n. sp. planus species
#> 2232 Aelurognathus n. sp. sollasi species
#> 2233 Aelurosaurus n. sp. striatidens species
#> 2234 n. gen. Aloposaurus n. sp. gracilis species
#> 2235 Scymnognathus n. sp. parvus species
#> 2236 Choerosaurus dejageri species
#> 2237 Ictidognathus parvidens species
#> 2238 n. gen. Scalopocephalus n. sp. watsonianus species
#> 2239 Dicynodontia indet. order
#> 2240 Dicynodon n. sp. bolorhinoides species
#> 2241 Oudenodon n. sp. bolorhinus species
#> 2242 Dicynodon n. sp. brachyrhynchus species
#> 2243 Cistecephalus microrhinus species
#> 2244 Oudenodon bainii species
#> 2245 Dicynodontia indet. order
#> 2246 Daptocephalus leoniceps species
#> 2247 Oudenodon bainii species
#> 2248 Dicynodontia indet. order
#> 2249 Dicynodon n. sp. breviceps species
#> 2250 Oudenodon n. sp. brevirostris species
#> 2251 Struthiocephalus whaitsi species
#> 2252 n. gen. Galeops n. sp. whaitsi species
#> 2253 n. gen. Brachyuraniscus n. sp. reuningi species
#> 2254 Cynariognathus n. sp. seeleyi species
#> 2255 Dicynodon n. sp. huenei species
#> 2256 Dicynodon n. sp. cadlei species
#> 2257 Prorotodactylus sp. genus
#> 2258 n. gen. Prorotodactylus n. sp. mirus species
#> 2259 Chirotherium n. sp. hauboldi species
#> 2260 Brachychirotherium n. sp. kalkowensis species
#> 2261 Capitosauroides n. sp. fuglewiczi species
#> 2262 Isochirotherium n. sp. gierlinskii species
#> 2263 Isochirotherium n. sp. sanctacrucense species
#> 2264 Rhynchosauroides n. sp. brevidigitatus species
#> 2265 Rhynchosauroides n. sp. rdzaneki species
#> 2266 Synaptichnium n. sp. kotanskii species
#> 2267 Synaptichnium n. sp. chirotherioides species
#> 2268 Synaptichnium n. sp. senkowiczowae species
#> 2269 Synapsida indet. subclass
#> 2270 Diapsida indet. unranked clade
#> 2271 Ophiderpeton n. sp. brownriggi species
#> 2272 n. gen. Owenetta n. sp. rubidgei species
#> 2273 n. gen. Emydorhynchus n. sp. palustris species
#> 2274 n. gen. Newtonella n. sp. platyceps species
#> 2275 n. gen. Emydorhinus n. sp. fragilis species
#> 2276 Emydopsis n. sp. sciuroides species
#> 2277 Daptocephalus leoniceps species
#> 2278 Dicynodon n. sp. macrorhynchus species
#> 2279 Dicynodon n. sp. venteri species
#> 2280 Dicynodon n. sp. watsoni species
#> 2281 Dicynodon n. sp. platyceps species
#> 2282 n. gen. Crassigyrinus n. sp. scoticus species
#> 2283 n. gen. Spathicephalus n. sp. mirus species
#> 2284 cf. Aloposaurus tenuis species
#> 2285 Aelurosauroides n. sp. wilmanae species
#> 2286 Notaelurodon kitchingi species
#> 2287 n. gen. Ictidochampsa n. sp. platyceps species
#> 2288 Ictidosuchops intermedius species
#> 2289 Homodontosaurus kitchingi species
#> 2290 n. gen. Tetracynodon n. sp. tenuis species
#> 2291 n. gen. Alopecopsis n. sp. atavus species
#> 2292 Procynosuchus delaharpeae species
#> 2293 Dicynodon n. sp. woodwardi species
#> 2294 n. gen. Opisthodontosaurus n. sp. carrolli species
#> 2295 n. gen. Bruktererpeton n. sp. fiebigi species
#> 2296 n. gen. Loxomma n. sp. allmanni species
#> 2297 Loxomma n. sp. rankini species
#> 2298 Dendrysekos helogenes species
#> 2299 Dendrerpeton n. sp. rugosum species
#> 2300 Eugyrinus n. sp. wildi species
#> 2301 Baphetes n. sp. kirkbyi species
#> 2302 Baphetes n. sp. planiceps species
#> 2303 Baphetes n. sp. orientalis species
#> 2304 n. gen. Kyrinion n. sp. martilli species
#> 2305 n. gen. Procochleosaurus n. sp. jarrowensis species
#> 2306 n. gen. Arkanserpeton n. sp. arcuatum species
#> 2307 Colosteus scutellatus species
#> 2308 n. gen. Adamanterpeton n. sp. ohioensis species
#> 2309 n. gen. Astreptorhachis n. sp. ohioensis species
#> 2310 n. gen. Ossinodus n. sp. pueri species
#> 2311 n. gen. Antlerpeton n. sp. clarkii species
#> 2312 Ichthyerpeton bradleyae species
#> 2313 n. gen. Otocratia n. sp. modesta species
#> 2314 Greererpeton sp. genus
#> 2315 Greererpeton sp. genus
#> 2316 Crassigyrinus sp. genus
#> 2317 Crassigyrinus sp. genus
#> 2318 Crassigyrinus indet. genus
#> 2319 Colosteidae indet. family
#> 2320 Greererpeton sp. genus
#> 2321 Colosteidae indet. family
#> 2322 Baphetes kirkbyi species
#> 2323 Baphetes kirkbyi species
#> 2324 Anthracosaurus russelli species
#> 2325 Pholiderpeton sp. genus
#> 2326 Loxomma sp. genus
#> 2327 Doragnathus sp. genus
#> 2328 Doragnathus sp. genus
#> 2329 Doragnathus ? sp. genus
#> 2330 n. gen. Scylacognathus n. sp. parvus species
#> 2331 n. gen. Broomisaurus n. sp. planiceps species
#> 2332 n. gen. Eriphostoma n. sp. microdon species
#> 2333 n. gen. Galesuchus n. sp. gracilis species
#> 2334 n. gen. Eoarctops n. sp. vanderbyli species
#> 2335 Eriphostoma microdon species
#> 2336 Pareiasauria indet. unranked clade
#> 2337 Eriphostoma microdon species
#> 2338 Diictodon feliceps species
#> 2339 Endothiodon bathystoma species
#> 2340 Pristerodon mackayi species
#> 2341 Pareiasaurus sp. genus
#> 2342 Pareiasuchus sp. genus
#> 2343 Gorgonops torvus species
#> 2344 Rhinesuchidae indet. family
#> 2345 Tropidostoma ? dubium species
#> 2346 n. gen. Pardosuchus n. sp. whaitsi species
#> 2347 Eriphostoma microdon species
#> 2348 Gorgonopsia indet. suborder
#> 2349 Eriphostoma microdon species
#> 2350 Eriphostoma microdon species
#> 2351 Galesuchus sp. genus
#> 2352 Eriphostoma microdon species
#> 2353 Scymnognathus n. sp. serratidens species
#> 2354 Aelurognathus tigriceps species
#> 2355 Prorubidgea n. sp. brinki species
#> 2356 n. gen. Orthosaurus n. sp. pachycephalus species
#> 2357 Orthosaurus pachycephalus species
#> 2358 Sycosaurus n. sp. brodiei species
#> 2359 Orthosaurus pachycephalus species
#> 2360 Orthosaurus pachycephalus species
#> 2361 Orthosaurus pachycephalus species
#> 2362 Orthosaurus pachycephalus species
#> 2363 Orthosaurus pachycephalus species
#> 2364 Orthosaurus pachycephalus species
#> 2365 Orthosaurus pachycephalus species
#> 2366 Megalocephalus lineolatus species
#> 2367 Rhinesuchus n. sp. nyasaensis species
#> 2368 n. gen. Chiwetasaurus n. sp. dixeyi species
#> 2369 Aelurognathus n. sp. nyasaensis species
#> 2370 n. gen. Dixeya n. sp. quadrata species
#> 2371 Oudenodon bainii species
#> 2372 Oudenodon bainii species
#> 2373 Chiwetasaurus dixeyi species
#> 2374 Gorgonopsia indet. suborder
#> 2375 Oudenodon bainii species
#> 2376 Endothiodon cf. bathystoma species
#> 2377 Gorgonopsia indet. suborder
#> 2378 Oudenodon bainii species
#> 2379 n. gen. Lende n. sp. chiweta species
#> 2380 n. gen. Biarmosaurus n. sp. antecessor species
#> 2381 n. gen. Biarmosuchus n. sp. tener species
#> 2382 n. gen. Biarmosuchoides n. sp. romanovi species
#> 2383 n. gen. Herpetoskylax n. sp. hopsoni species
#> 2384 n. gen. Rubidgina n. sp. angusticeps species
#> 2385 Herpetoskylax hopsoni species
#> 2386 Lemurosaurus pricei species
#> 2387 n. gen. Lemurosaurus n. sp. pricei species
#> 2388 n. gen. Ictidorhinus n. sp. martinsi species
#> 2389 Burnetiamorpha indet. unranked clade
#> 2390 n. gen. Bullacephalus n. sp. jacksoni species
#> 2391 Hipposaurus ? n. sp. brinki species
#> 2392 n. gen. Hipposaurus n. sp. boonstrai species
#> 2393 Hipposaurus n. sp. major species
#> 2394 Biarmosuchia indet. infraorder
#> 2395 n. gen. Anomocephalus n. sp. africanus species
#> 2396 n. gen. Kwazulusaurus n. sp. shakai species
#> 2397 Daptocephalus leoniceps species
#> 2398 Moschorhinus kitchingi species
#> 2399 Eodicynodon oosthuizeni species
#> 2400 Dicynodon sidneyi species
#> 2401 Whaitsia platyceps species
#> 2402 n. gen. Nanictosuchus n. sp. melinodon species
#> 2403 Dicynodontia indet. order
#> 2404 Cistecephalus microrhinus species
#> 2405 Dicynodon n. sp. swierstrai species
#> 2406 Dicynodon n. sp. trigonocephalus species
#> 2407 Dicynodontia indet. order
#> 2408 Dicynodon n. sp. calverleyi species
#> 2409 Pareiasaurus serridens species
#> 2410 Spondylolestes rubidgei species
#> 2411 Dicynodon kitchingi species
#> 2412 Dicynodontoides n. sp. parringtoni species
#> 2413 Dicynodon n. sp. vanderbyli species
#> 2414 Aelurognathus n. sp. minor species
#> 2415 n. gen. Moschorhinus n. sp. kitchingi species
#> 2416 n. gen. Notosollasia n. sp. laticeps species
#> 2417 Dicynodon n. sp. microdon species
#> 2418 Dicynodon n. sp. broomi species
#> 2419 Dicynodon n. sp. broilii species
#> 2420 Dicynodon n. sp. weatherbyi species
#> 2421 Pareiasaurus serridens species
#> 2422 Daptocephalus leoniceps species
#> 2423 Dicynodon nanus species
#> 2424 Aulacephalodon bainii species
#> 2425 Pelanomodon moschops species
#> 2426 Oudenodon bainii species
#> 2427 Whaitsia platyceps species
#> 2428 Cistecephalus microrhinus species
#> 2429 Dicynodon ictidops species
#> 2430 Dicynodon nanus species
#> 2431 Aulacephalodon bainii species
#> 2432 Oudenodon bainii species
#> 2433 Arctognathus n. sp. whaitsi species
#> 2434 Dicynodontia indet. order
#> 2435 Gorgonopsia indet. suborder
#> 2436 Therocephalia indet. order
#> 2437 n. gen. Brachyprosopus n. sp. broomi species
#> 2438 Brachyprosopus broomi species
#> 2439 n. gen. Chelydontops n. sp. altidentalis species
#> 2440 Brachyprosopus broomi species
#> 2441 Brachyprosopus broomi species
#> 2442 Brachyprosopus broomi species
#> 2443 Brachyuraniscus n. sp. merwevillensis species
#> 2444 n. gen. Robertia n. sp. broomiana species
#> 2445 n. gen. Koupia n. sp. koupensis species
#> 2446 Pristerodon n. sp. buffaloensis species
#> 2447 Pristerodon buffaloensis species
#> 2448 Cistecephalus microrhinus species
#> 2449 Ictidosuchoides longiceps species
#> 2450 Dicynodon grimbooki species
#> 2451 Dicynodon psittacops species
#> 2452 Dicynodon sollasi species
#> 2453 Dicynodontia indet. order
#> 2454 Ophiderpeton sp. genus
#> 2455 Pteroplax n. sp. brevicornis species
#> 2456 Cochleosaurus bohemicus species
#> 2457 Cochleosaurus n. sp. florensis species
#> 2458 Neldasaurus wrightae species
#> 2459 n. gen. Neldasaurus n. sp. wrightae species
#> 2460 Neldasaurus wrightae species
#> 2461 Neldasaurus wrightae species
#> 2462 Keirognathus n. sp. cordylus species
#> 2463 n. gen. Edops n. sp. craigi species
#> 2464 Edops craigi species
#> 2465 Edops craigi species
#> 2466 Edops craigi species
#> 2467 Edops sp. genus
#> 2468 Edops sp. genus
#> 2469 Chenoprosopus n. sp. lewisi species
#> 2470 Aelurosaurus ? sp. genus
#> 2471 Dicynodon n. sp. corstorphinei species
#> 2472 Dicynodon n. sp. curtus species
#> 2473 Lystrosaurus declivis species
#> 2474 Lystrosaurus n. sp. maccaigi species
#> 2475 Lystrosaurus murrayi species
#> 2476 Dicynodon n. sp. curvatus species
#> 2477 Anthodon serrarius species
#> 2478 n. gen. Pardocephalus n. sp. wallacei species
#> 2479 Dicynodontia indet. order
#> 2480 Dicynodon n. sp. cyclops species
#> 2481 Dicynodon n. sp. daptocephaloides species
#> 2482 n. gen. Lafonius n. sp. lehmani species
#> 2483 n. gen. Dawsonia n. sp. polydens species
#> 2484 Branchierpeton n. sp. reinholdi species
#> 2485 Branchierpeton reinholdi species
#> 2486 Branchierpeton n. sp. saalense species
#> 2487 Branchierpeton saalense species
#> 2488 Branchierpeton saalense species
#> 2489 Branchierpeton saalense species
#> 2490 Limnerpeton n. sp. edani species
#> 2491 n. gen. Lepterpeton n. sp. dobbsii species
#> 2492 n. gen. Urocordylus n. sp. wandesfordii species
#> 2493 n. gen. Keraterpeton n. sp. galvani species
#> 2494 Oudenodon bainii species
#> 2495 Dicynodon n. sp. dutoiti species
#> 2496 n. gen. Dolichosoma n. sp. emersoni species
#> 2497 Alopecognathus n. sp. minor species
#> 2498 Dicynodon n. sp. gamkaensis species
#> 2499 Owenetta cf. rubidgei species
#> 2500 Daptocephalus leoniceps species
#> 2501 Dicynodon ictidops species
#> 2502 Dicynodon nanus species
#> 2503 Micromelerpeton n. sp. boyi species
#> 2504 Aulacephalodon bainii species
#> 2505 Cyonosaurus kitchingi species
#> 2506 Ictidosuchops intermedius species
#> 2507 Notosollasia longiceps species
#> 2508 Leavachia cf. duvenhagei species
#> 2509 Dicynodon n. sp. glaucops species
#> 2510 Dicynodon n. sp. graaffi species
#> 2511 Oudenodon n. sp. trigoniceps species
#> 2512 n. gen. Opisthoctenodon n. sp. agilis species
#> 2513 Prodicynodon pearstonensis species
#> 2514 n. gen. Ictidosuchus n. sp. primaevus species
#> 2515 Udenodon n. sp. gracilis species
#> 2516 Dicynodon n. sp. clarencei species
#> 2517 Dicynodon nanus species
#> 2518 Dicynodon n. sp. grahami species
#> 2519 Dicynodon n. sp. maccabei species
#> 2520 n. gen. Aloposauroides n. sp. tenuis species
#> 2521 n. gen. Prorubidgea n. sp. maccabei species
#> 2522 Ictidosuchoides intermedius species
#> 2523 Whaitsia platyceps species
#> 2524 Dicynodontia indet. order
#> 2525 Pareiasuchus peringueyi species
#> 2526 Pareiasaurus serridens species
#> 2527 Endothiodon whaitsi species
#> 2528 Emydops n. sp. platyceps species
#> 2529 Dicynodon n. sp. pygmaeus species
#> 2530 Dicynodon n. sp. testudirostris species
#> 2531 Dicynodon n. sp. grandis species
#> 2532 n. gen. Scylacops n. sp. capensis species
#> 2533 Arctops cf. watsoni species
#> 2534 n. gen. Gorgonognathus n. sp. longifrons species
#> 2535 Icticephalus polycynodon species
#> 2536 Ictidosuchoides longiceps species
#> 2537 Dicynodon sp. genus
#> 2538 Emydops sp. genus
#> 2539 Pristerodon sp. genus
#> 2540 Gorgonopsia indet. suborder
#> 2541 Therocephalia indet. order
#> 2542 Pareiasauria indet. unranked clade
#> 2543 Dicynodon n. sp. mustoi species
#> 2544 Oudenodon n. sp. greyii species
#> 2545 Dicynodon n. sp. grossarthi species
#> 2546 Dicynodon n. sp. halli species
#> 2547 Dicynodon n. sp. lutriceps species
#> 2548 n. gen. Stegotretus n. sp. agyrus species
#> 2549 Dicynodon n. sp. hartzenbergi species
#> 2550 Aulacocephalodon hartzenbergi species
#> 2551 Cyniscops n. sp. cookei species
#> 2552 Bradysaurus strubeni species
#> 2553 Titanosuchus ferox species
#> 2554 Tapinocephalus atherstonei species
#> 2555 Dicynodon n. sp. haughtonianus species
#> 2556 Dicynodon jouberti species
#> 2557 Dicynodon megalorhinus species
#> 2558 Alopecognathus angusticeps species
#> 2559 Cynariognathus sp. genus
#> 2560 Pristerognathoides minor species
#> 2561 Pristerognathoides parvus species
#> 2562 Pristerognathoides n. sp. vanwyki species
#> 2563 Cistecephalus microrhinus species
#> 2564 Dicynodon n. sp. howardi species
#> 2565 Endothiodon uniseries species
#> 2566 Endothiodon whaitsi species
#> 2567 Dicynodon feliceps species
#> 2568 Dicynodon n. sp. ictidops species
#> 2569 Dicynodon n. sp. psittacops species
#> 2570 Dicynodon sollasi species
#> 2571 Dicynodon n. sp. latirostris species
#> 2572 Aelurosaurus n. sp. breviceps species
#> 2573 Aelurosaurus n. sp. whaitsi species
#> 2574 Gorgonops torvus species
#> 2575 n. gen. Scymnognathus n. sp. whaitsi species
#> 2576 Alopecorhinus parvidens species
#> 2577 Scylacoides ferox species
#> 2578 Ictidognathus n. sp. hemburyi species
#> 2579 Cistecephalus microrhinus species
#> 2580 Dicynodon n. sp. milletti species
#> 2581 Gorgonops torvus species
#> 2582 Oudenodon bainii species
#> 2583 Ictidosuchops intermedius species
#> 2584 Dicynodontia indet. order
#> 2585 Gorgonopsia indet. suborder
#> 2586 Dicynodon n. sp. ictinops species
#> 2587 Dicynodontia indet. order
#> 2588 Gorgonopsia indet. suborder
#> 2589 n. gen. Trihecaton n. sp. howardinus species
#> 2590 n. gen. Coloraderpeton n. sp. brilli species
#> 2591 Pygopterus n. sp. scutellatus species
#> 2592 n. gen. Leptophractus n. sp. lineolatus species
#> 2593 Baphetes n. sp. lintonensis species
#> 2594 n. gen. Oestocephalus n. sp. amphiuminum species
#> 2595 Ophiderpeton n. sp. granulosum species
#> 2596 Oestocephalus amphiuminum species
#> 2597 Ricnodon n. sp. limnophyes species
#> 2598 n. gen. Nyranerpeton n. sp. amilneri species
#> 2599 n. gen. Cochleosaurus n. sp. bohemicus species
#> 2600 n. gen. Sauravus n. sp. costei species
#> 2601 Sauravus n. sp. cambrayi species
#> 2602 n. gen. Diplocaulus n. sp. salamandroides species
#> 2603 Diplocaulus salamandroides species
#> 2604 Diplocaulus n. sp. parvus species
#> 2605 Dicynodon n. sp. incisivum species
#> 2606 Dicynodontia indet. order
#> 2607 Anthracosauromorpha indet. order
#> 2608 Diplocaulus recurvatus species
#> 2609 Diplocaulus recurvatus species
#> 2610 Diplocaulus recurvatus species
#> 2611 Diplocaulus recurvatus species
#> 2612 Dimetrodon gigashomogenes species
#> 2613 Eryops megacephalus species
#> 2614 Trimerorhachis sp. genus
#> 2615 Diplocaulus recurvatus species
#> 2616 Dimetrodon gigashomogenes species
#> 2617 Labidosaurikos barkeri species
#> 2618 Captorhinus aguti species
#> 2619 n. gen. Captorhinikos n. sp. valensis species
#> 2620 Daptocephalus leoniceps species
#> 2621 Dicynodon n. sp. ingens species
#> 2622 Lysorophus tricarinatus species
#> 2623 Diplocaulus recurvatus species
#> 2624 Diplocaulus recurvatus species
#> 2625 Diplocaulus recurvatus species
#> 2626 Diplocaulus recurvatus species
#> 2627 Dimetrodon gigashomogenes species
#> 2628 Lysorophus tricarinatus species
#> 2629 Diplocaulus recurvatus species
#> 2630 Trimerorhachis sp. genus
#> 2631 Titanosuchus ferox species
#> 2632 Mormosaurus seeleyi species
#> 2633 Opisthoctenodon n. sp. brachyops species
#> 2634 Dicynodon n. sp. jouberti species
#> 2635 Dicynodon pseudojouberti species
#> 2636 Aelurosaurus whaitsi species
#> 2637 n. gen. Aelurosaurus n. sp. felinus species
#> 2638 Cerdodon tenuidens species
#> 2639 n. gen. Hyorhynchus n. sp. platyceps species
#> 2640 Daptocephalus leoniceps species
#> 2641 Dicynodon n. sp. kitchingi species
#> 2642 Dicynodon osborni species
#> 2643 Cerdosuchus aulodon species
#> 2644 Oudenodon n. sp. kolbei species
#> 2645 Diplocaulus recurvatus species
#> 2646 Dimetrodon gigashomogenes species
#> 2647 Lysorophus tricarinatus species
#> 2648 Diplocaulus recurvatus species
#> 2649 Captorhinikos valensis species
#> 2650 Captorhinus ? sp. genus
#> 2651 Waggoneria knoxensis species
#> 2652 Dimetrodon gigashomogenes species
#> 2653 Lysorophus tricarinatus species
#> 2654 Diplocaulus recurvatus species
#> 2655 Trimerorhachis sp. genus
#> 2656 Dimetrodon gigashomogenes species
#> 2657 Diplocaulus recurvatus species
#> 2658 Diplocaulus magnicornis species
#> 2659 Trimerorhachis insignis species
#> 2660 Eryops megacephalus species
#> 2661 Labidosaurikos barkeri species
#> 2662 Dimetrodon gigashomogenes species
#> 2663 Dicynodon n. sp. strigiceps species
#> 2664 Dicynodon n. sp. lacerticeps species
#> 2665 Dicynodon (Ptychognathus) n. sp. latirostris species
#> 2666 Dicynodon n. sp. leoniceps species
#> 2667 Daptocephalus leoniceps species
#> 2668 Dicynodon n. sp. leontocephalus species
#> 2669 n. gen. Pleuroptyx n. sp. clavatus species
#> 2670 n. gen. Molgophis n. sp. macrurus species
#> 2671 n. gen. Brachydectes n. sp. newberryi species
#> 2672 Molgophis macrurus species
#> 2673 Brachydectes newberryi species
#> 2674 Brachydectes newberryi species
#> 2675 Brachydectes n. sp. elongatus species
#> 2676 Brachydectes elongatus species
#> 2677 Brachydectes elongatus species
#> 2678 Brachydectes elongatus species
#> 2679 Brachydectes sp. genus
#> 2680 n. gen. Lysorophus n. sp. tricarinatus species
#> 2681 Lysorophus n. sp. dunkardensis species
#> 2682 Lysorophus sp. genus
#> 2683 Lysorophus sp. genus
#> 2684 Hylonomus n. sp. geinitzi species
#> 2685 n. gen. Ricnodon n. sp. copei species
#> 2686 Ricnodon sp. genus
#> 2687 Euryodus n. sp. dalyae species
#> 2688 Euryodus n. sp. bonneri species
#> 2689 n. gen. Sparodus n. sp. validus species
#> 2690 n. gen. Quasicaecilia n. sp. texana species
#> 2691 n. gen. Odonterpeton n. sp. triangulare species
#> 2692 n. gen. Sauropleura n. sp. pectinata species
#> 2693 Sauropleura n. sp. bairdi species
#> 2694 Urocordylus n. sp. scalaris species
#> 2695 Sauropleura n. sp. longidentata species
#> 2696 n. gen. Scincosaurus n. sp. crassus species
#> 2697 Scincosaurus n. sp. spinosus species
#> 2698 Urocordylidae indet. family
#> 2699 Keraterpeton n. sp. longtoni species
#> 2700 n. gen. Tuditanus n. sp. punctulatus species
#> 2701 Tuditanus n. sp. radiatus species
#> 2702 Batropetes fritschia species
#> 2703 Daptocephalus leoniceps species
#> 2704 Dicynodon n. sp. leontops species
#> 2705 Proterosuchus vanhoepeni species
#> 2706 Lystrosaurus murrayi species
#> 2707 Lystrosaurus platyceps species
#> 2708 n. gen. Cistecephalus n. sp. microrhinus species
#> 2709 Cistecephalus n. sp. leptorhinus species
#> 2710 Dicynodon woodwardi species
#> 2711 n. gen. Dinanomodon n. sp. rubidgei species
#> 2712 Aulacephalodon bainii species
#> 2713 Oudenodon n. sp. megalops species
#> 2714 Lycaenops ornatus species
#> 2715 Tigrisuchus simus species
#> 2716 Ictidosuchoides longiceps species
#> 2717 n. gen. Dicranozygoma n. sp. leptoscelus species
#> 2718 n. gen. Daqingshanodon n. sp. limbus species
#> 2719 Daptocephalus leoniceps species
#> 2720 Dicynodon n. sp. lissops species
#> 2721 Dicynodon n. sp. tylorhinus species
#> 2722 Cyonosaurus kitchingi species
#> 2723 Scymnognathus n. sp. angusticeps species
#> 2724 Moschorhinus n. sp. esterhuyseni species
#> 2725 n. gen. Moschorhynchus n. sp. latirostris species
#> 2726 Dicynodontia indet. order
#> 2727 Dicynodon n. sp. luckhoffi species
#> 2728 Oudenodon n. sp. magnus species
#> 2729 Oudenodon n. sp. marlothi species
#> 2730 Bradysaurus seeleyi species
#> 2731 Robertia broomiana species
#> 2732 Dicynodon jouberti species
#> 2733 Oudenodon n. sp. megalorhinus species
#> 2734 Dicynodon pseudojouberti species
#> 2735 n. gen. Blattoidealestes n. sp. gracilis species
#> 2736 Dicynodon n. sp. moutonae species
#> 2737 Dicynodon n. sp. murrayi species
#> 2738 Anthodon n. sp. nesemanni species
#> 2739 Aulacephalodon bainii species
#> 2740 Dicynodon n. sp. nesemanni species
#> 2741 Cyonosaurus longiceps species
#> 2742 Dicynodontia indet. order
#> 2743 Daptocephalus leoniceps species
#> 2744 Dicynodon n. sp. osborni species
#> 2745 Moschorhinus n. sp. minor species
#> 2746 n. gen. Nanictosaurus n. sp. kitchingi species
#> 2747 Lystrosaurus curvatus species
#> 2748 Lystrosaurus declivis species
#> 2749 Lystrosaurus murrayi species
#> 2750 Scaloposaurus constrictus species
#> 2751 n. gen. Notictosaurus n. sp. luckhoffi species
#> 2752 Endothiodon bathystoma species
#> 2753 Tigrisuchus simus species
#> 2754 Scaloposaurus constrictus species
#> 2755 n. gen. Cynosuchus n. sp. suppostus species
#> 2756 n. gen. Eurycarpus n. sp. oweni species
#> 2757 Crassigyrinus scoticus species
#> 2758 Dicynodon n. sp. pardiceps species
#> 2759 Dicynodon n. sp. parvidens species
#> 2760 Dicynodon n. sp. platyfrons species
#> 2761 Lycosaurus n. sp. tigrinus species
#> 2762 Cynodraco n. sp. major species
#> 2763 n. gen. Gorgonops n. sp. torvus species
#> 2764 Oudenodon n. sp. prognathus species
#> 2765 n. gen. Aulacocephalus n. sp. pithecops species
#> 2766 Oudenodon n. sp. raniceps species
#> 2767 n. gen. Pristerodon n. sp. mackayi species
#> 2768 Oudenodon cf. bainii species
#> 2769 Lycosuchus n. sp. mackayi species
#> 2770 Dicynodon n. sp. rectidens species
#> 2771 Dicynodon n. sp. robustus species
#> 2772 Dicynodon n. sp. rubidgei species
#> 2773 Dicynodon whaitsi species
#> 2774 n. gen. Clelandina n. sp. rubidgei species
#> 2775 Dicynodon n. sp. scheepersi species
#> 2776 Dicynodontia indet. order
#> 2777 Bradysaurus baini species
#> accepted_name accepted_rank early_interval
#> 1 Anconastes vesperus species Missourian
#> 2 Gorgonopsia suborder Capitanian
#> 3 Procolophon trigoniceps species Induan
#> 4 Araeoscelis casei species Artinskian
#> 5 Broiliellus arroyoensis species Kungurian
#> 6 Broiliellus olsoni species Wolfcamp
#> 7 Edaphosaurus colohistion species Virgilian
#> 8 Cricotus genus Artinskian
#> 9 Eryops genus Artinskian
#> 10 Aspidosaurus genus Artinskian
#> 11 Zatrachys serratus species Artinskian
#> 12 Trimerorhachis genus Artinskian
#> 13 Diplocaulus genus Artinskian
#> 14 Diadectes genus Artinskian
#> 15 Archeria crassidisca species Artinskian
#> 16 Ophiacodon genus Artinskian
#> 17 Mesosauridae family Artinskian
#> 18 Dendrerpeton genus Westphalian A
#> 19 Eryops genus Asselian
#> 20 Platyhystrix rugosus species Asselian
#> 21 Nectridea unranked clade Asselian
#> 22 Limnoscelidae family Asselian
#> 23 Ophiacodon navajovicus species Asselian
#> 24 Sphenacodontidae family Asselian
#> 25 Eryops genus Virgilian
#> 26 Diadectes zenos species Virgilian
#> 27 Ophiacodon mirus species Virgilian
#> 28 Sphenacodontia suborder Virgilian
#> 29 Tetrapoda unranked clade Virgilian
#> 30 Tetrapoda unranked clade Virgilian
#> 31 Eryops megacephalus species Wolfcamp
#> 32 Archeria crassidisca species Wolfcamp
#> 33 Edaphosaurus boanerges species Wolfcamp
#> 34 Platyoposaurus stuckenbergi species Urzhumian
#> 35 Platyoposaurus watsoni species Urzhumian
#> 36 Melosaurus uralensis species Urzhumian
#> 37 Dvinosaurus genus Urzhumian
#> 38 Rhipaeosaurus genus Urzhumian
#> 39 Trimerorhachis insignis species Artinskian
#> 40 Eryops genus Artinskian
#> 41 Archeria genus Artinskian
#> 42 Diplocaulus genus Artinskian
#> 43 Ophiacodon genus Artinskian
#> 44 Dimetrodon genus Artinskian
#> 45 Westlothiana lizziae species Brigantian
#> 46 Balanerpeton woodi species Brigantian
#> 47 Silvanerpeton miripedes species Brigantian
#> 48 Baphetidae family Brigantian
#> 49 Anthracosauria unranked clade Pendleian
#> 50 Lepospondyli unranked clade Pendleian
#> 51 Spathicephalus mirus species Pendleian
#> 52 Eoherpeton watsoni species Pendleian
#> 53 Captorhinus genus Kungurian
#> 54 Seymouria genus Kungurian
#> 55 Diplocaulus genus Kungurian
#> 56 Trimerorhachis genus Kungurian
#> 57 Eryopidae family Kungurian
#> 58 Diictodon genus Wuchiapingian
#> 59 Diictodon genus Capitanian
#> 60 Parioxys ferricolus species Asselian
#> 61 Acheloma genus Artinskian
#> 62 Parioxys genus Artinskian
#> 63 Conodectes favosus species Kungurian
#> 64 Dissorophus multicinctus species Kungurian
#> 65 Bradysaurus seeleyi species Capitanian
#> 66 Carrolla craddocki species Artinskian
#> 67 Youngetta dongshengensis species Early Triassic
#> 68 Lysipterygium genus Asselian
#> 69 Kashmirosaurus ornatus species Asselian
#> 70 Lystrosaurus maccaigi species Early Triassic
#> 71 Lystrosaurus maccaigi species Early Triassic
#> 72 Belebey vegrandis species Urzhumian
#> 73 Vitalia grata species Olenekian
#> 74 Rothianiscus robusta species Roadian
#> 75 Amniota unranked clade Roadian
#> 76 Cotylorhynchus bransoni species Roadian
#> 77 Cotylorhynchus bransoni species Roadian
#> 78 Angelosaurus romeri species Roadian
#> 79 Rothianiscus robusta species Roadian
#> 80 Cotylorhynchus bransoni species Roadian
#> 81 Caseidae family Roadian
#> 82 Tappenosauridae family Roadian
#> 83 Cymatorhiza kittsi species Roadian
#> 84 Nannospondylus genus Roadian
#> 85 Fayella genus Roadian
#> 86 Varanodon agilis species Roadian
#> 87 Rothianiscus robusta species Roadian
#> 88 Rothianiscus robusta species Roadian
#> 89 Caseidae family Roadian
#> 90 Amniota unranked clade Roadian
#> 91 Rothianiscus robusta species Roadian
#> 92 Rothianiscus robusta species Roadian
#> 93 Amniota unranked clade Roadian
#> 94 Rothianiscus robusta species Roadian
#> 95 Rothianiscus robusta species Roadian
#> 96 Cotylorhynchus bransoni species Roadian
#> 97 Angelosaurus romeri species Roadian
#> 98 Cymatorhiza kittsi species Roadian
#> 99 Rothianiscus robusta species Roadian
#> 100 Tetrapoda unranked clade Roadian
#> 101 Caseidae family Roadian
#> 102 Tetrapoda unranked clade Kungurian
#> 103 Matthewichnus genus Tournaisian
#> 104 Pseudobradypus genus Tournaisian
#> 105 Waggoneria knoxensis species Kungurian
#> 106 Captorhinoides valensis species Kungurian
#> 107 Ulemosaurus svijagensis species Urzhumian
#> 108 Ulemica invisa species Urzhumian
#> 109 Elph borealis species Late Severodvinian
#> 110 Elph borealis species Late Severodvinian
#> 111 Embolomeri suborder Wolfcamp
#> 112 Eryops genus Wolfcamp
#> 113 Diadectidae family Wolfcamp
#> 114 Sphenacodontidae family Wolfcamp
#> 115 Embolomeri suborder Rotliegendes
#> 116 Amphibia unranked clade Rotliegendes
#> 117 Dendrerpeton acadianum species Westphalian A
#> 118 Eryops genus Sakmarian
#> 119 Eryops genus Sakmarian
#> 120 Dimetrodon genus Sakmarian
#> 121 Ophiacodon genus Sakmarian
#> 122 Cricotus genus Sakmarian
#> 123 Eryops genus Sakmarian
#> 124 Cricotus genus Sakmarian
#> 125 Eryops genus Sakmarian
#> 126 Zatrachys genus Sakmarian
#> 127 Dimetrodon genus Sakmarian
#> 128 Cricotus genus Sakmarian
#> 129 Eryops genus Sakmarian
#> 130 Diadectes sideropelicus species Sakmarian
#> 131 Ophiacodon genus Sakmarian
#> 132 Dimetrodon limbatus species Sakmarian
#> 133 Eryops genus Sakmarian
#> 134 Diadectes genus Sakmarian
#> 135 Dimetrodon genus Sakmarian
#> 136 Edaphosaurus genus Sakmarian
#> 137 Cricotus genus Artinskian
#> 138 Eryops genus Artinskian
#> 139 Trimerorhachis genus Artinskian
#> 140 Ophiacodon retroversus species Artinskian
#> 141 Dimetrodon genus Artinskian
#> 142 Edaphosaurus genus Artinskian
#> 143 Eryops genus Artinskian
#> 144 Ophiacodon genus Artinskian
#> 145 Dimetrodon genus Artinskian
#> 146 Cricotus genus Artinskian
#> 147 Eryops genus Artinskian
#> 148 Trimerorhachis genus Artinskian
#> 149 Parioxys ferricolus species Artinskian
#> 150 Diadectes sideropelicus species Artinskian
#> 151 Diadectes sideropelicus species Artinskian
#> 152 Diadectes sideropelicus species Artinskian
#> 153 Ophiacodon retroversus species Artinskian
#> 154 Dimetrodon limbatus species Artinskian
#> 155 Dimetrodon natalis species Artinskian
#> 156 Bolosaurus striatus species Artinskian
#> 157 Bolosaurus major species Artinskian
#> 158 Edaphosaurus genus Artinskian
#> 159 Bolosaurus striatus species Artinskian
#> 160 Tomicosaurus genus Artinskian
#> 161 Cricotus genus Artinskian
#> 162 Eryops genus Artinskian
#> 163 Trimerorhachis genus Artinskian
#> 164 Diadectes genus Artinskian
#> 165 Diadectes sideropelicus species Artinskian
#> 166 Ophiacodon uniformis species Artinskian
#> 167 Dimetrodon genus Artinskian
#> 168 Cricotus genus Artinskian
#> 169 Eryops genus Artinskian
#> 170 Trimerorhachis genus Artinskian
#> 171 Diadectes genus Artinskian
#> 172 Dimetrodon genus Artinskian
#> 173 Eryops genus Artinskian
#> 174 Aspidosaurus glascocki species Artinskian
#> 175 Trimerorhachis insignis species Artinskian
#> 176 Diadectes genus Artinskian
#> 177 Dimetrodon genus Artinskian
#> 178 Eryops genus Artinskian
#> 179 Dimetrodon genus Artinskian
#> 180 Eryops genus Artinskian
#> 181 Trimerorhachis insignis species Artinskian
#> 182 Diadectes genus Artinskian
#> 183 Dimetrodon booneorum species Artinskian
#> 184 Edaphosaurus genus Artinskian
#> 185 Ophiacodon retroversus species Artinskian
#> 186 Tersomius texensis species Artinskian
#> 187 Cardiocephalus sternbergi species Artinskian
#> 188 Eryops genus Artinskian
#> 189 Zatrachys genus Artinskian
#> 190 Trimerorhachis genus Artinskian
#> 191 Diadectes genus Artinskian
#> 192 Dimetrodon genus Artinskian
#> 193 Eryops genus Artinskian
#> 194 Aspidosaurus genus Artinskian
#> 195 Trimerorhachis insignis species Artinskian
#> 196 Diadectes genus Artinskian
#> 197 Secodontosaurus obtusidens species Artinskian
#> 198 Eryops genus Artinskian
#> 199 Trimerorhachis genus Artinskian
#> 200 Diadectes genus Artinskian
#> 201 Dimetrodon genus Artinskian
#> 202 Edaphosaurus genus Artinskian
#> 203 Eryops genus Artinskian
#> 204 Diadectes genus Artinskian
#> 205 Varanosaurus genus Artinskian
#> 206 Ophiacodon retroversus species Artinskian
#> 207 Dimetrodon genus Artinskian
#> 208 Eryops genus Artinskian
#> 209 Diadectes genus Artinskian
#> 210 Ophiacodon genus Artinskian
#> 211 Secodontosaurus obtusidens species Artinskian
#> 212 Edaphosaurus microdus species Artinskian
#> 213 Dimetrodon macrospondylus species Artinskian
#> 214 Ophiacodon genus Artinskian
#> 215 Dimetrodon genus Artinskian
#> 216 Eryops genus Artinskian
#> 217 Trimerorhachis genus Artinskian
#> 218 Diplocaulus genus Artinskian
#> 219 Diadectes genus Artinskian
#> 220 Ophiacodon genus Artinskian
#> 221 Dimetrodon genus Artinskian
#> 222 Broiliellus texensis species Artinskian
#> 223 Dimetrodon genus Artinskian
#> 224 Eryops genus Artinskian
#> 225 Broiliellus genus Artinskian
#> 226 Trimerorhachis genus Artinskian
#> 227 Captorhinus genus Artinskian
#> 228 Reiszorhinus olsoni species Artinskian
#> 229 Pantylus cordatus species Artinskian
#> 230 Varanosaurus wichitaensis species Artinskian
#> 231 Ophiacodon genus Artinskian
#> 232 Dimetrodon genus Artinskian
#> 233 Glaucosaurus megalops species Artinskian
#> 234 Eryops genus Kungurian
#> 235 Trimerorhachis genus Kungurian
#> 236 Labidosaurus hamatus species Kungurian
#> 237 Dimetrodon genus Kungurian
#> 238 Chilonyx rapidens species Kungurian
#> 239 Eryops genus Artinskian
#> 240 Diadectes genus Artinskian
#> 241 Ophiacodon genus Artinskian
#> 242 Dimetrodon genus Artinskian
#> 243 Eryops genus Artinskian
#> 244 Diadectes genus Artinskian
#> 245 Pantylus cordatus species Artinskian
#> 246 Diadectes sideropelicus species Artinskian
#> 247 Diadectes sideropelicus species Artinskian
#> 248 Ophiacodon major species Artinskian
#> 249 Eryops megacephalus species Artinskian
#> 250 Secodontosaurus obtusidens species Artinskian
#> 251 Dimetrodon limbatus species Artinskian
#> 252 Eryops genus Kungurian
#> 253 Dissorophus multicinctus species Kungurian
#> 254 Aspidosaurus chiton species Kungurian
#> 255 Dasyceps microphthalmus species Kungurian
#> 256 Trimerorhachis mesops species Kungurian
#> 257 Diplocaulus magnicornis species Kungurian
#> 258 Diplocaulus magnicornis species Kungurian
#> 259 Brachydectes genus Kungurian
#> 260 Cardiocephalus sternbergi species Kungurian
#> 261 Seymouria baylorensis species Kungurian
#> 262 Seymouria baylorensis species Kungurian
#> 263 Diadectes tenuitectes species Kungurian
#> 264 Diadectes tenuitectes species Kungurian
#> 265 Pariotichus brachyops species Kungurian
#> 266 Captorhinus aguti species Kungurian
#> 267 Captorhinus aguti species Kungurian
#> 268 Captorhinus aguti species Kungurian
#> 269 Captorhinus aguti species Kungurian
#> 270 Labidosaurus hamatus species Kungurian
#> 271 Labidosaurus broilii species Kungurian
#> 272 Ostodolepis brevispinatus species Kungurian
#> 273 Pantylus coicodus species Kungurian
#> 274 Varanosaurus acutirostris species Kungurian
#> 275 Tetraceratops insignis species Kungurian
#> 276 Dimetrodon giganhomogenes species Kungurian
#> 277 Dimetrodon dollovianus species Kungurian
#> 278 Edaphosaurus pogonias species Kungurian
#> 279 Edaphosaurus claviger species Kungurian
#> 280 Eryops genus Kungurian
#> 281 Cacops aspidephorus species Kungurian
#> 282 Trimerorhachis genus Kungurian
#> 283 Diplocaulus genus Kungurian
#> 284 Seymouria baylorensis species Kungurian
#> 285 Captorhinus aguti species Kungurian
#> 286 Isodectes obtusus species Kungurian
#> 287 Diadectes genus Kungurian
#> 288 Captorhinus genus Kungurian
#> 289 Labidosaurus genus Kungurian
#> 290 Varanops brevirostris species Kungurian
#> 291 Ophiacodon genus Kungurian
#> 292 Dimetrodon genus Kungurian
#> 293 Edaphosaurus genus Kungurian
#> 294 Casea broilii species Kungurian
#> 295 Eryops genus Kungurian
#> 296 Diplocaulus genus Kungurian
#> 297 Captorhinus genus Kungurian
#> 298 Labidosaurus hamatus species Kungurian
#> 299 Ophiacodon genus Kungurian
#> 300 Dimetrodon genus Kungurian
#> 301 Dissorophus genus Kungurian
#> 302 Diplocaulus genus Kungurian
#> 303 Dissorophus multicinctus species Kungurian
#> 304 Seymouria genus Kungurian
#> 305 Conodectes favosus species Kungurian
#> 306 Eryops genus Kungurian
#> 307 Dissorophidae family Kungurian
#> 308 Dissorophidae family Kungurian
#> 309 Dissorophidae family Kungurian
#> 310 Zatrachys genus Kungurian
#> 311 Trimerorhachis genus Kungurian
#> 312 Diplocaulus magnicornis species Kungurian
#> 313 Diplocaulus magnicornis species Kungurian
#> 314 Brachydectes genus Kungurian
#> 315 Seymouria genus Kungurian
#> 316 Diadectes genus Kungurian
#> 317 Edaphosaurus genus Kungurian
#> 318 Ophiacodon genus Kungurian
#> 319 Dimetrodon limbatus species Kungurian
#> 320 Eryops megacephalus species Kungurian
#> 321 Trichasaurus texensis species Kungurian
#> 322 Bolosaurus genus Kungurian
#> 323 Araeoscelis gracilis species Kungurian
#> 324 Acheloma cumminsi species Kungurian
#> 325 Eryops genus Kungurian
#> 326 Dissorophus multicinctus species Kungurian
#> 327 Trimerorhachis genus Kungurian
#> 328 Diplocaulus genus Kungurian
#> 329 Brachydectes genus Kungurian
#> 330 Captorhinus aguti species Kungurian
#> 331 Labidosaurus genus Kungurian
#> 332 Labidosaurus hamatus species Kungurian
#> 333 Dimetrodon genus Kungurian
#> 334 Eryops genus Kungurian
#> 335 Trimerorhachis genus Kungurian
#> 336 Diplocaulus genus Kungurian
#> 337 Diplocaulus genus Kungurian
#> 338 Seymouria genus Kungurian
#> 339 Diadectes genus Kungurian
#> 340 Captorhinus genus Kungurian
#> 341 Ophiacodon genus Kungurian
#> 342 Ophiacodon genus Kungurian
#> 343 Trimerorhachis genus Kungurian
#> 344 Diplocaulus genus Kungurian
#> 345 Diadectes genus Kungurian
#> 346 Ophiacodon genus Kungurian
#> 347 Zatrachys genus Kungurian
#> 348 Diadectes tenuitectes species Kungurian
#> 349 Dimetrodon grandis species Kungurian
#> 350 Dimetrodon genus Kungurian
#> 351 Bathyglyptus theodori species Kungurian
#> 352 Brachydectes genus Kungurian
#> 353 Ophiacodon genus Kungurian
#> 354 Eryops genus Kungurian
#> 355 Diplocaulus genus Kungurian
#> 356 Ophiacodon genus Kungurian
#> 357 Temnospondyli unranked clade Kungurian
#> 358 Cricotus crassidiscus species Sakmarian
#> 359 Eryops genus Sakmarian
#> 360 Trimerorhachis genus Sakmarian
#> 361 Diadectes sideropelicus species Sakmarian
#> 362 Diadectes molaris species Sakmarian
#> 363 Pariotichus brachyops species Sakmarian
#> 364 Dimetrodon genus Sakmarian
#> 365 Anisodexis genus Kungurian
#> 366 Acheloma genus Kungurian
#> 367 Cardiocephalus sternbergi species Kungurian
#> 368 Isodectes genus Kungurian
#> 369 Zatrachys serratus species Wolfcamp
#> 370 Diadectes genus Wolfcamp
#> 371 Axitectum vjushkovi species Induan
#> 372 Axitectum vjushkovi species Induan
#> 373 Axitectum vjushkovi species Induan
#> 374 Apateon pedestris species Autunian
#> 375 Apateon pedestris species Autunian
#> 376 Apateon pedestris species Autunian
#> 377 Eryops genus Sakmarian
#> 378 Mesosaurus tenuidens species Artinskian
#> 379 Mesosaurus tenuidens species Artinskian
#> 380 Mesosaurus tenuidens species Artinskian
#> 381 Mesosaurus tenuidens species Artinskian
#> 382 Thoosuchus acutirostris species Early Triassic
#> 383 Benthosuchus genus Olenekian
#> 384 Thoosuchus genus Olenekian
#> 385 Bolosauridae family Ufimian
#> 386 Dendrerpeton acadianum species Westphalian A
#> 387 Platystegos loricatum species Westphalian A
#> 388 Dendrysekos helogenes species Westphalian A
#> 389 Calligenethlon watsoni species Westphalian A
#> 390 Hylonomus lyelli species Westphalian A
#> 391 Hylonomus latidens species Westphalian A
#> 392 Hylonomus lyelli species Westphalian A
#> 393 Leiocephalikon problematicum species Westphalian A
#> 394 Lepospondyli unranked clade Westphalian A
#> 395 Tungussogyrinus bergi species Lopingian
#> 396 Tungussogyrinus bergi species Lopingian
#> 397 Tungussogyrinus bergi species Lopingian
#> 398 Deltavjatia rossicus species Early Severodvinian
#> 399 Scutosaurus genus Late Severodvinian
#> 400 Inostrancevia genus Late Severodvinian
#> 401 Vivaxosaurus trautscholdi species Late Severodvinian
#> 402 Gorgonops kaiseri species Capitanian
#> 403 Archeria crassidisca species Asselian
#> 404 Eryops megacephalus species Asselian
#> 405 Diadectes genus Asselian
#> 406 Edaphosaurus boanerges species Asselian
#> 407 Dimetrodon natalis species Asselian
#> 408 Bolosaurus striatus species Asselian
#> 409 Tetrapoda unranked clade Virgilian
#> 410 Grippia longirostris species Olenekian
#> 411 Captorhinus aguti species Kungurian
#> 412 Dimetrodon natalis species Kungurian
#> 413 Elcabrosaurus baldwini species Virgilian
#> 414 Ophiacodon navajovicus species Virgilian
#> 415 Dromopus woodworthi species Pennsylvanian
#> 416 Actinodon genus Asselian
#> 417 Olivierosuchus parringtoni species Induan
#> 418 Lydekkerina huxleyi species Induan
#> 419 Thrinaxodon liorhinus species Induan
#> 420 Tetracynodon darti species Induan
#> 421 Pareiasuchus peringueyi species Zechstein
#> 422 Amphibia unranked clade Artinskian
#> 423 Reptilia class Buntsandstein
#> 424 Lepidosauria superorder Early Triassic
#> 425 Therapsida unranked clade Early Triassic
#> 426 Reptilia class Early Triassic
#> 427 Platyoposaurus genus Urzhumian
#> 428 Tryphosuchus kinelensis species Urzhumian
#> 429 Cacops aspidephorus species Kungurian
#> 430 Vonhuenia friedrichi species Induan
#> 431 Chasmatosuchus genus Olenekian
#> 432 Chasmatosuchus genus Induan
#> 433 Chasmatosuchus genus Induan
#> 434 Chasmatosuchus genus Induan
#> 435 Pristerognathus genus Capitanian
#> 436 Diictodon genus Capitanian
#> 437 Melosaurus uralensis species Ufimian
#> 438 Chensaurus chaoxianensis species Spathian
#> 439 Chensaurus chaoxianensis species Spathian
#> 440 Dvinosaurus primus species Vyatkian
#> 441 Dvinosaurus primus species Vyatkian
#> 442 Dvinosaurus primus species Vyatkian
#> 443 Tetrapoda unranked clade Pennsylvanian
#> 444 Dicynodon genus Wuchiapingian
#> 445 Gorgonopsia suborder Wuchiapingian
#> 446 Cotylosauria unranked clade Wuchiapingian
#> 447 Therapsida unranked clade Wuchiapingian
#> 448 Ariekanerpeton genus Rotliegendes
#> 449 Ariekanerpeton genus Rotliegendes
#> 450 Czatkobatrachus polonicus species Olenekian
#> 451 Czatkowiella harae species Olenekian
#> 452 Sophineta cracoviensis species Olenekian
#> 453 Osmolskina czatkowicensis species Olenekian
#> 454 Parotosuchus speleus species Olenekian
#> 455 Pamelina polonica species Olenekian
#> 456 Procolina teresae species Olenekian
#> 457 Wetlugasaurus malachovi species Olenekian
#> 458 Timanophon raridentatus species Olenekian
#> 459 Crocopoda unranked clade Olenekian
#> 460 Aphaneramma genus Spathian
#> 461 Aphaneramma genus Spathian
#> 462 Bathygnathus borealis species Artinskian
#> 463 Tetrapoda unranked clade Kasimovian
#> 464 Discosauriscus austriacus species Asselian
#> 465 Onchiodon labyrinthicus species Sakmarian
#> 466 Onchiodon labyrinthicus species Sakmarian
#> 467 Apateon gracilis species Sakmarian
#> 468 Branchierpeton amblystomum species Sakmarian
#> 469 Acanthostomatops vorax species Sakmarian
#> 470 Chirotheriidae family Wuchiapingian
#> 471 Apateon umbrosus species Rotliegendes
#> 472 Discosauriscus austriacus species Rotliegendes
#> 473 Chirotherium genus Induan
#> 474 Dimetrodon genus Kungurian
#> 475 Temnospondyli unranked clade Artinskian
#> 476 Cacops morrisi species Artinskian
#> 477 Doleserpeton annectens species Artinskian
#> 478 Tersomius genus Artinskian
#> 479 Trematopidae family Artinskian
#> 480 Seymouria genus Artinskian
#> 481 Sillerpeton permianum species Artinskian
#> 482 Cardiocephalus peabodyi species Artinskian
#> 483 Opisthodontosaurus carrolli species Artinskian
#> 484 Llistrofus pricei species Artinskian
#> 485 Bolterpeton genus Artinskian
#> 486 Colobomycter pholeter species Artinskian
#> 487 Captorhinus aguti species Artinskian
#> 488 Captorhinidae family Artinskian
#> 489 Baeotherates fortsillensis species Artinskian
#> 490 Bolosaurus grandis species Artinskian
#> 491 Delorhynchus priscus species Artinskian
#> 492 Varanopidae family Artinskian
#> 493 Oromycter dolesorum species Artinskian
#> 494 Mycterosaurus longiceps species Artinskian
#> 495 Varanops brevirostris species Artinskian
#> 496 Neodiapsida unranked clade Artinskian
#> 497 Acheloma cumminsi species Artinskian
#> 498 Cacops genus Artinskian
#> 499 Trimerorhachis genus Kungurian
#> 500 Tersomius texensis species Kungurian
#> 501 Diplocaulus primus species Kungurian
#> 502 Brachydectes newberryi species Kungurian
#> 503 Cardiocephalus sternbergi species Kungurian
#> 504 Hapsidopareion lepton species Kungurian
#> 505 Micraroter erythrogeios species Kungurian
#> 506 Captorhinus aguti species Kungurian
#> 507 Labidosaurus genus Kungurian
#> 508 Acleistorhinus pteroticus species Kungurian
#> 509 Dimetrodon loomisi species Kungurian
#> 510 Edaphosaurus genus Kungurian
#> 511 Saharastega moradiensis species Changhsingian
#> 512 Nigerpeton ricqlesi species Changhsingian
#> 513 Varanops brevirostris species Leonard
#> 514 Diadectes genus Leonard
#> 515 Whatcheeria deltae species Asbian
#> 516 Embolomeri suborder Asbian
#> 517 Colosteidae family Asbian
#> 518 Greererpeton genus Arnsbergian
#> 519 Microsauria unranked clade Arnsbergian
#> 520 Euconcordia cunninghami species Virgilian
#> 521 Mycterosaurus longiceps species Artinskian
#> 522 Lissamphibia unranked clade Olenekian
#> 523 Chirotheriidae family Olenekian
#> 524 Puertollanopus omicrodactylus species Stephanian C
#> 525 Pachydectes elsi species Capitanian
#> 526 Patranomodon genus Wordian
#> 527 Eodicynodon oelofseni species Guadalupian
#> 528 Weigeltisaurus jaekeli species Wuchiapingian
#> 529 Embolomeri suborder Pendleian
#> 530 Colosteidae family Pendleian
#> 531 Tetrapoda unranked clade Virgilian
#> 532 Kahneria seltina species Kungurian
#> 533 Provelosaurus americanus species Wordian
#> 534 Coletta seca species Olenekian
#> 535 Sanchuansaurus pygmaeus species Changhsingian
#> 536 Pareiasauria unranked clade Changhsingian
#> 537 Romeria texana species Wolfcamp
#> 538 Gecatogomphius kavejevi species Ufimian
#> 539 Cricotillus brachydens species Artinskian
#> 540 Protocaptorhinus pricei species Artinskian
#> 541 Dictybolos tener species Leonard
#> 542 Captorhinikos parvus species Kungurian
#> 543 Captorhinikos chozaensis species Kungurian
#> 544 Tersomius mosesi species Kungurian
#> 545 Rhynchonkos stovalli species Kungurian
#> 546 Brachydectes newberryi species Kungurian
#> 547 Diplocaulus genus Kungurian
#> 548 Acrodenta irerhi species Wuchiapingian
#> 549 Cephalerpeton ventriarmatum species Westphalian D
#> 550 Kahneria seltina species Kungurian
#> 551 Labidosaurikos meachami species Leonard
#> 552 Labidosaurikos meachami species Kungurian
#> 553 Rothianiscus multidonta species Kungurian
#> 554 Captorhinidae family Capitanian
#> 555 Captorhinus laticeps species Leonard
#> 556 Kapes majmesculae species Olenekian
#> 557 Nycteroleter ineptus species Late Kazanian
#> 558 Kahneria seltina species Kungurian
#> 559 Nyctiboetus kassini species Ufimian
#> 560 Macroleter poezicus species Urzhumian
#> 561 Saurodektes rogersorum species Induan
#> 562 Reptilia class Kungurian
#> 563 Dimetrodon giganhomogenes species Kungurian
#> 564 Labidosaurikos meachami species Kungurian
#> 565 Captorhinikos valensis species Kungurian
#> 566 Captorhinikos valensis species Kungurian
#> 567 Diplocaulus recurvatus species Kungurian
#> 568 Tseajaia campi species Wolfcamp
#> 569 Ophiacodon genus Wolfcamp
#> 570 Eryops genus Wolfcamp
#> 571 Diadectes genus Wolfcamp
#> 572 Sphenacodon ferocior species Wolfcamp
#> 573 Ctenospondylus casei species Wolfcamp
#> 574 Limnostygis relictus species Westphalian C
#> 575 Clepsydrops genus Westphalian C
#> 576 Cochleosaurus genus Westphalian C
#> 577 Diadectes absitus species Artinskian
#> 578 Saurodektes rogersorum species Induan
#> 579 Millerettidae family Wuchiapingian
#> 580 Milleropsis pricei species Wuchiapingian
#> 581 Milleretta rubidgei species Wuchiapingian
#> 582 Milleretta rubidgei species Wuchiapingian
#> 583 Milleropsis pricei species Wuchiapingian
#> 584 Milleretta rubidgei species Wuchiapingian
#> 585 Millerosaurus ornatus species Wuchiapingian
#> 586 Millerosaurus genus Wuchiapingian
#> 587 Milleretta rubidgei species Wuchiapingian
#> 588 Milleretta rubidgei species Changhsingian
#> 589 Milleretta rubidgei species Wuchiapingian
#> 590 Millerinoides acutirostris species Wuchiapingian
#> 591 Eothyris parkeyi species Artinskian
#> 592 Casea halselli species Leonard
#> 593 Euromycter rutenus species Sakmarian
#> 594 Cotylorhynchus romeri species Kungurian
#> 595 Cotylorhynchus hancocki species Kungurian
#> 596 Angelosaurus greeni species Kungurian
#> 597 Ennatosaurus tecton species Late Kazanian
#> 598 Phreatophasma aenigmaticum species Ufimian
#> 599 Rothianiscus multidonta species Kungurian
#> 600 Ophiacodon major species Leonard
#> 601 Clepsydrops collettii species Missourian
#> 602 Stereorhachis dominans species Stephanian
#> 603 Slaugenhopia texensis species Kungurian
#> 604 Baldwinonus dunkardensis species Asselian
#> 605 Stereophallodon ciscoensis species Wolfcamp
#> 606 Ophiacodon hilli species Sakmarian
#> 607 Captorhinus laticeps species Artinskian
#> 608 Edaphosaurus novomexicanus species Wolfcamp
#> 609 Datheosaurus macrourus species Kuzel
#> 610 Edaphosauridae family Missourian
#> 611 Haptodus baylei species Artinskian
#> 612 Hypselohaptodus grandis species Asselian
#> 613 Haptodus garnettensis species Missourian
#> 614 Sphenacodon ferox species Wolfcamp
#> 615 Ctenospondylus ninevehensis species Sakmarian
#> 616 Cotylorhynchus hancocki species Kungurian
#> 617 Milosaurus mccordi species Stephanian
#> 618 Matthewichnus caudifer species Westphalian
#> 619 Nanopus reidiae species Westphalian
#> 620 Attenosaurus subulensis species Westphalian
#> 621 Collettosaurus missouriensis species Westphalian
#> 622 Cincosaurus cobbi species Westphalian
#> 623 Tikoepentapodiscus fabri species Early Triassic
#> 624 Attenosaurus indistinctus species Westphalian
#> 625 Attenosaurus subulensis species Westphalian
#> 626 Cincosaurus cobbi species Westphalian
#> 627 Cincosaurus fisheri species Westphalian
#> 628 Cincosaurus jaggerensis species Westphalian
#> 629 Cincosaurus jonesii species Westphalian
#> 630 Ctenerpeton primum species Westphalian
#> 631 Quadropedia prima species Westphalian
#> 632 Saurorictus australis species Wuchiapingian
#> 633 Romeria texana species Wolfcamp
#> 634 Protocaptorhinus pricei species Artinskian
#> 635 Gecatogomphius kavejevi species Ufimian
#> 636 Melosaurus genus Ufimian
#> 637 Captorhinidae family Ufimian
#> 638 Captorhinidae family Ufimian
#> 639 Moradisaurus grandis species Changhsingian
#> 640 Procynosuchus delaharpeae species Wuchiapingian
#> 641 Dicynodontia order Wuchiapingian
#> 642 Protorosaurus genus Wuchiapingian
#> 643 Parasaurus geinitzi species Wuchiapingian
#> 644 Captorhinidae family Wuchiapingian
#> 645 Bunostegos akokanensis species Changhsingian
#> 646 Rhiodenticulatus heatoni species Virgilian
#> 647 Dimetrodon genus Kungurian
#> 648 Captorhinus genus Wuchiapingian
#> 649 Captorhinus laticeps species Leonard
#> 650 Dictybolos tener species Leonard
#> 651 Trimerorhachis rogersi species Leonard
#> 652 Trimerorhachis insignis species Kungurian
#> 653 Casineria kiddi species Asbian
#> 654 Oedaleops campi species Virgilian
#> 655 Aerosaurus wellesi species Virgilian
#> 656 Endothiodon mahalanobisi species Wuchiapingian
#> 657 Endothiodon bathystoma species Wuchiapingian
#> 658 Oudenodon genus Wuchiapingian
#> 659 Dicynodontoides genus Wuchiapingian
#> 660 Sauroscaptor tharavati species Wuchiapingian
#> 661 Sauroscaptor tharavati species Wuchiapingian
#> 662 Pristerodon mackayi species Wuchiapingian
#> 663 Gorgonopsia suborder Wuchiapingian
#> 664 Captorhinidae family Wuchiapingian
#> 665 Archeria genus Artinskian
#> 666 Trimerorhachis insignis species Artinskian
#> 667 Eryops megacephalus species Artinskian
#> 668 Diplocaulus magnicornis species Artinskian
#> 669 Crossotelos annulatus species Artinskian
#> 670 Brachydectes newberryi species Artinskian
#> 671 Seymouria baylorensis species Artinskian
#> 672 Captorhinus aguti species Artinskian
#> 673 Dimetrodon genus Artinskian
#> 674 Edaphosaurus genus Artinskian
#> 675 Trimerorhachis insignis species Leonard
#> 676 Ophiacodon genus Leonard
#> 677 Dimetrodon genus Leonard
#> 678 Archeria victori species Leonard
#> 679 Trimerorhachis insignis species Leonard
#> 680 Eryops megacephalus species Leonard
#> 681 Diplocaulus genus Leonard
#> 682 Dimetrodon genus Leonard
#> 683 Edaphosaurus genus Leonard
#> 684 Eryops megacephalus species Leonard
#> 685 Protocaptorhinus pricei species Artinskian
#> 686 Trimerorhachis insignis species Artinskian
#> 687 Captorhinus laticeps species Artinskian
#> 688 Mycterosaurus longiceps species Artinskian
#> 689 Captorhinus laticeps species Leonard
#> 690 Mycterosaurinae subfamily Artinskian
#> 691 Captorhinus genus Leonard
#> 692 Doleserpeton genus Leonard
#> 693 Labidosaurikos meachami species Kungurian
#> 694 Rothianiscus multidonta species Kungurian
#> 695 Slaugenhopia texensis species Kungurian
#> 696 Cotylorhynchus hancocki species Kungurian
#> 697 Sphenacodontidae family Kungurian
#> 698 Gorgodon minutus species Kungurian
#> 699 Phthinosuchidae family Kungurian
#> 700 Knoxosaurus niteckii species Kungurian
#> 701 Cotylorhynchus hancocki species Kungurian
#> 702 Kahneria seltina species Kungurian
#> 703 Caseopsis agilis species Kungurian
#> 704 Rothianiscus multidonta species Kungurian
#> 705 Angelosaurus dolani species Kungurian
#> 706 Tappenosaurus magnus species Kungurian
#> 707 Caseoides sanangeloensis species Kungurian
#> 708 Tetrapoda unranked clade Kungurian
#> 709 Captorhinidae family Kungurian
#> 710 Cotylorhynchus hancocki species Kungurian
#> 711 Cotylorhynchus hancocki species Kungurian
#> 712 Dimetrodon angelensis species Kungurian
#> 713 Caseopsis agilis species Kungurian
#> 714 Cotylorhynchus hancocki species Kungurian
#> 715 Diadectes zenos species Wolfcamp
#> 716 Baldwinonus trux species Virgilian
#> 717 Ruthiromia elcobriensis species Virgilian
#> 718 Aerosaurus greenleeorum species Virgilian
#> 719 Chamasaurus dolichognathus species Virgilian
#> 720 Limnoscelis paludis species Virgilian
#> 721 Nitosaurus jacksonorum species Virgilian
#> 722 Rothianiscus multidonta species Kungurian
#> 723 Angelosaurus greeni species Kungurian
#> 724 Caseidae family Roadian
#> 725 Dimetrodon milleri species Wolfcamp
#> 726 Mastersonia driverensis species Kungurian
#> 727 Dimetrodon angelensis species Kungurian
#> 728 Cotylorhynchus hancocki species Kungurian
#> 729 Dimetrodon teutonis species Artinskian
#> 730 Rothianiscus multidonta species Kungurian
#> 731 Cotylorhynchus hancocki species Kungurian
#> 732 Tappenosaurus magnus species Kungurian
#> 733 Dimacrodon genus Kungurian
#> 734 Dimacrodon hottoni species Kungurian
#> 735 Protorothyris morani species Asselian
#> 736 Thuringothyris mahlendorffae species Artinskian
#> 737 Eudibamus cursoris species Artinskian
#> 738 Cotylorhynchus hancocki species Kungurian
#> 739 Cotylorhynchus hancocki species Kungurian
#> 740 Steppesaurus gurleyi species Kungurian
#> 741 Cardiocephalus sternbergi species Kungurian
#> 742 Isodectes obtusus species Westphalian D
#> 743 Isodectes obtusus species Westphalian D
#> 744 Zatracheidae family Wolfcamp
#> 745 Captorhinus laticeps species Artinskian
#> 746 Trimerorhachis genus Artinskian
#> 747 Crossotelos annulatus species Artinskian
#> 748 Diplocaulus genus Artinskian
#> 749 Phlegethontia genus Artinskian
#> 750 Brachydectes newberryi species Artinskian
#> 751 Captorhinus genus Artinskian
#> 752 Ophiacodon major species Artinskian
#> 753 Dimetrodon genus Artinskian
#> 754 Tetrapoda unranked clade Artinskian
#> 755 Trimerorhachis genus Artinskian
#> 756 Diplocaulus genus Artinskian
#> 757 Phlegethontia genus Artinskian
#> 758 Brachydectes newberryi species Artinskian
#> 759 Captorhinus genus Artinskian
#> 760 Ophiacodon major species Artinskian
#> 761 Dimetrodon genus Artinskian
#> 762 Eryops megacephalus species Artinskian
#> 763 Diadectes genus Artinskian
#> 764 Diplocaulus genus Artinskian
#> 765 Dimetrodon genus Artinskian
#> 766 Edaphosaurus cruciger species Artinskian
#> 767 Rubidginae subfamily Changhsingian
#> 768 Nigerpeton ricqlesi species Changhsingian
#> 769 Moradisaurus grandis species Changhsingian
#> 770 Rubidginae subfamily Changhsingian
#> 771 Captorhinus magnus species Artinskian
#> 772 Ophiacodon mirus species Wolfcamp
#> 773 Ophiacodon mirus species Wolfcamp
#> 774 Captorhinidae family Wolfcamp
#> 775 Captorhinus aguti species Artinskian
#> 776 Protocaptorhinus pricei species Artinskian
#> 777 Captorhinus aguti species Kungurian
#> 778 Labidosaurus hamatus species Kungurian
#> 779 Captorhinus aguti species Kungurian
#> 780 Ophiacodon genus Kungurian
#> 781 Captorhinikos chozaensis species Leonard
#> 782 Captorhinikos chozaensis species Leonard
#> 783 Captorhinikos chozaensis species Leonard
#> 784 Anakamacops petrolicus species Roadian
#> 785 Ingentidens genus Roadian
#> 786 Phratochronis genus Roadian
#> 787 Belebey chengi species Roadian
#> 788 Sinophoneus yumenensis species Roadian
#> 789 Sinophoneus yumenensis species Roadian
#> 790 Biseridens qilianicus species Roadian
#> 791 Seymouria sanjuanensis species Artinskian
#> 792 Reptilia class Wolfcamp
#> 793 Captorhinidae family Wolfcamp
#> 794 Captorhinidae family Wolfcamp
#> 795 Captorhinidae family Wolfcamp
#> 796 Captorhinidae family Wolfcamp
#> 797 Captorhinidae family Wolfcamp
#> 798 Varanosaurus acutirostris species Kungurian
#> 799 Captorhinus aguti species Kungurian
#> 800 Phlegethontia longissima species Westphalian D
#> 801 Pseudophlegethontia turnbullorum species Westphalian D
#> 802 Anthracodromeus longipes species Westphalian D
#> 803 Brouffia orientalis species Westphalian D
#> 804 Coelostegus prothales species Westphalian D
#> 805 Gephyrostegus watsoni species Westphalian D
#> 806 Amniota unranked clade Westphalian D
#> 807 Gephyrostegus bohemicus species Westphalian D
#> 808 Microbrachis pelikani species Westphalian D
#> 809 Secodontosaurus obtusidens species Kungurian
#> 810 Batropetes niederkirchensis species Asselian
#> 811 Wapitisaurus problematicus species Smithian
#> 812 Parotosuchus orientalis species Olenekian
#> 813 Parotosuchus genus Olenekian
#> 814 Yarengia genus Olenekian
#> 815 Kapes majmesculae species Olenekian
#> 816 Eryosuchus genus Olenekian
#> 817 Kapes amaenus species Olenekian
#> 818 Bashkyroleter bashkyricus species Urzhumian
#> 819 Paleothyris acadiana species Westphalian C
#> 820 Clepsydrops collettii species Missourian
#> 821 Clepsydrops collettii species Missourian
#> 822 Clepsydrops vinslovii species Missourian
#> 823 Dimetrodon loomisi species Kungurian
#> 824 Ennatosaurus tecton species Late Kazanian
#> 825 Ianthasaurus hardestiorum species Missourian
#> 826 Amniota unranked clade Missourian
#> 827 Xyrospondylus ecordi species Missourian
#> 828 Petrolacosaurus kansensis species Missourian
#> 829 Petrolacosaurus kansensis species Missourian
#> 830 Eryops megacephalus species Wolfcamp
#> 831 Zatrachys serratus species Wolfcamp
#> 832 Acheloma cumminsi species Wolfcamp
#> 833 Phonerpeton pricei species Wolfcamp
#> 834 Archeria crassidisca species Wolfcamp
#> 835 Bolosaurus striatus species Wolfcamp
#> 836 Ophiacodon uniformis species Wolfcamp
#> 837 Haptodus baylei species Sakmarian
#> 838 Haptodus baylei species Asselian
#> 839 Cutleria wilmarthi species Wolfcamp
#> 840 Diadectomorpha unranked clade Wolfcamp
#> 841 Ophiacodon genus Wolfcamp
#> 842 Pelycosauria order Wolfcamp
#> 843 Pelycosauria order Wolfcamp
#> 844 Vaughnictis smithae species Wolfcamp
#> 845 Eryops grandis species Wolfcamp
#> 846 Captorhinidae family Wolfcamp
#> 847 Platyhystrix rugosus species Wolfcamp
#> 848 Seymouria genus Wolfcamp
#> 849 Diadectomorpha unranked clade Wolfcamp
#> 850 Pelycosauria order Wolfcamp
#> 851 Vaughnictis smithae species Wolfcamp
#> 852 Pelycosauria order Wolfcamp
#> 853 Cutleria wilmarthi species Wolfcamp
#> 854 Oradectes sanmiguelensis species Wolfcamp
#> 855 Ophiacodontia suborder Wolfcamp
#> 856 Rautiania alexandri species Severodvinian
#> 857 Rautiania minichi species Severodvinian
#> 858 Seymouriamorpha suborder Severodvinian
#> 859 Chroniosuchidae family Severodvinian
#> 860 Diapsida unranked clade Severodvinian
#> 861 Pelycosauria order Wolfcamp
#> 862 Georgenthalia clavinasica species Artinskian
#> 863 Weigeltisaurus jaekeli species Wuchiapingian
#> 864 Weigeltisaurus jaekeli species Zechstein
#> 865 Weigeltisaurus jaekeli species Zechstein
#> 866 Weigeltisaurus jaekeli species Zechstein
#> 867 Thadeosaurus colcanapi species Lopingian
#> 868 Claudiosaurus germaini species Lopingian
#> 869 Claudiosaurus germaini species Lopingian
#> 870 Theriodontia order Lopingian
#> 871 Dicynodontia order Lopingian
#> 872 Claudiosaurus germaini species Lopingian
#> 873 Heleosaurus scholtzi species Capitanian
#> 874 Archaeovenator hamiltonensis species Virgilian
#> 875 Coelurosauravus elivensis species Lopingian
#> 876 Coelurosauravus elivensis species Lopingian
#> 877 Belebey vegrandis species Urzhumian
#> 878 Emeroleter levis species Early Severodvinian
#> 879 Belebey maximi species Urzhumian
#> 880 Konzhukovia vetusta species Urzhumian
#> 881 Chalcosaurus lukjanovae species Urzhumian
#> 882 Titanophoneus genus Urzhumian
#> 883 Ulemica efremovi species Urzhumian
#> 884 Protorosaurus speneri species Wuchiapingian
#> 885 Weigeltisaurus jaekeli species Wuchiapingian
#> 886 Apsisaurus witteri species Wolfcamp
#> 887 Captorhinus genus Kungurian
#> 888 Dimetrodon genus Kungurian
#> 889 Moradisaurinae subfamily Kungurian
#> 890 Dimetrodon genus Kungurian
#> 891 Gymnarthridae family Kungurian
#> 892 Brachydectes newberryi species Kungurian
#> 893 Labidosaurus genus Kungurian
#> 894 Edaphosauridae family Kungurian
#> 895 Captorhinus aguti species Kungurian
#> 896 Dimetrodon giganhomogenes species Kungurian
#> 897 Diplocaulus genus Kungurian
#> 898 Gymnarthridae family Kungurian
#> 899 Brachydectes genus Kungurian
#> 900 Edaphosaurus genus Kungurian
#> 901 Dimetrodon genus Kungurian
#> 902 Labidosaurikos meachami species Kungurian
#> 903 Labidosaurikos meachami species Kungurian
#> 904 Weigeltisaurus jaekeli species Zechstein
#> 905 Dicynodontipus genus Wuchiapingian
#> 906 Dicynodontipus genus Wuchiapingian
#> 907 Dicynodontipus genus Wuchiapingian
#> 908 Dicynodontipus genus Wuchiapingian
#> 909 Ingenierichnus genus Wuchiapingian
#> 910 Dicynodontipus genus Wuchiapingian
#> 911 Cynodontia infraorder Wuchiapingian
#> 912 Kadimakara australiensis species Induan
#> 913 Kudnu mackinlayi species Induan
#> 914 Parasaurus geinitzi species Zechstein
#> 915 Pareiasauridae family Changhsingian
#> 916 Parasaurus geinitzi species Zechstein
#> 917 Parasaurus geinitzi species Zechstein
#> 918 Tetrapoda unranked clade Wordian
#> 919 Captorhinikos valensis species Kungurian
#> 920 Captorhinikos valensis species Kungurian
#> 921 Protorothyris archeri species Asselian
#> 922 Romeria prima species Asselian
#> 923 Trimerorhachis insignis species Leonard
#> 924 Eryops megacephalus species Leonard
#> 925 Diplocaulus magnicornis species Leonard
#> 926 Ophiacodon uniformis species Leonard
#> 927 Dimetrodon limbatus species Leonard
#> 928 Zatrachys genus Asselian
#> 929 Trimerorhachis insignis species Asselian
#> 930 Ophiacodon uniformis species Asselian
#> 931 Secodontosaurus obtusidens species Artinskian
#> 932 Pareiasuchus nasicornis species Wuchiapingian
#> 933 Sphenacodon ferocior species Wolfcamp
#> 934 Clepsydrops genus Missourian
#> 935 Clepsydrops vinslovii species Missourian
#> 936 Varanosaurus acutirostris species Kungurian
#> 937 Sphenacodon ferocior species Wolfcamp
#> 938 Dimetrodon occidentalis species Wolfcamp
#> 939 Chenoprosopus milleri species Wolfcamp
#> 940 Ophiacodon mirus species Wolfcamp
#> 941 Ophiacodon uniformis species Leonard
#> 942 Ophiacodon uniformis species Artinskian
#> 943 Ophiacodon uniformis species Artinskian
#> 944 Ophiacodon uniformis species Artinskian
#> 945 Ophiacodon uniformis species Wolfcamp
#> 946 Nycteroleteridae family Late Kazanian
#> 947 Ophiacodon retroversus species Artinskian
#> 948 Ctenospondylus casei species Artinskian
#> 949 Varanosaurus wichitaensis species Artinskian
#> 950 Ophiacodon uniformis species Artinskian
#> 951 Ulemosaurus gigas species Urzhumian
#> 952 Archaeothyris florensis species Westphalian C
#> 953 Idelesaurus tataricus species Late Severodvinian
#> 954 Echinerpeton intermedium species Westphalian C
#> 955 Nycteroleteridae family Late Kazanian
#> 956 Archaeothyris genus Westphalian D
#> 957 Archaeothyris genus Westphalian D
#> 958 Pelycosauria order Westphalian D
#> 959 Eusauropleura digitata species Westphalian D
#> 960 Eusauropleura digitata species Westphalian D
#> 961 Ophiacodon retroversus species Artinskian
#> 962 Ophiacodon retroversus species Artinskian
#> 963 Ophiacodon retroversus species Wolfcamp
#> 964 Ophiacodon retroversus species Sakmarian
#> 965 Ophiacodon retroversus species Artinskian
#> 966 Ophiacodon retroversus species Artinskian
#> 967 Ophiacodon retroversus species Artinskian
#> 968 Ophiacodon retroversus species Asselian
#> 969 Ophiacodon retroversus species Asselian
#> 970 Ophiacodon retroversus species Artinskian
#> 971 Ophiacodon major species Artinskian
#> 972 Ophiacodon major species Sakmarian
#> 973 Ophiacodon major species Artinskian
#> 974 Titanophoneus potens species Urzhumian
#> 975 Parasaurus geinitzi species Zechstein
#> 976 Protoclepsydrops haplous species Westphalian A
#> 977 Parasaurus geinitzi species Wuchiapingian
#> 978 Protorosaurus speneri species Wuchiapingian
#> 979 Coelurosauravus genus Wuchiapingian
#> 980 Corosaurus alcovensis species Spathian
#> 981 Noteosuchus colletti species Induan
#> 982 Sauropareion anoplus species Induan
#> 983 Captorhinus laticeps species Artinskian
#> 984 Phaanthosaurus ignatjevi species Induan
#> 985 Phaanthosaurus simus species Induan
#> 986 Nyctiphruretus acudens species Late Kazanian
#> 987 Ulemosaurus gigas species Urzhumian
#> 988 Macroleter agilis species Roadian
#> 989 Casea nicholsi species Kungurian
#> 990 Pareiasuchus nasicornis species Wuchiapingian
#> 991 Burnetia mirabilis species Wuchiapingian
#> 992 Lobalopex mordax species Wuchiapingian
#> 993 Lophorhinus willodenensis species Wuchiapingian
#> 994 Diictodon genus Wuchiapingian
#> 995 Tropidostoma dubium species Wuchiapingian
#> 996 Dicynodontia order Wuchiapingian
#> 997 Ictidosuchops genus Wuchiapingian
#> 998 Diictodon genus Wuchiapingian
#> 999 Diictodon genus Wuchiapingian
#> 1000 Diictodon genus Wuchiapingian
#> 1001 Diictodon genus Wuchiapingian
#> 1002 Dicynodontia order Wuchiapingian
#> 1003 Emydops arctatus species Wuchiapingian
#> 1004 Pristerodon mackayi species Wuchiapingian
#> 1005 Oudenodon bainii species Wuchiapingian
#> 1006 Lycaenops ornatus species Wuchiapingian
#> 1007 Diictodon genus Wuchiapingian
#> 1008 Dicynodontia order Wuchiapingian
#> 1009 Emydops arctatus species Wuchiapingian
#> 1010 Pristerodon mackayi species Wuchiapingian
#> 1011 Diictodon genus Wuchiapingian
#> 1012 Oudenodon bainii species Wuchiapingian
#> 1013 Diictodon genus Wuchiapingian
#> 1014 Dicynodontia order Wuchiapingian
#> 1015 Oudenodon bainii species Wuchiapingian
#> 1016 Diictodon genus Wuchiapingian
#> 1017 Dicynodontia order Wuchiapingian
#> 1018 Diictodon genus Wuchiapingian
#> 1019 Tropidostoma dubium species Wuchiapingian
#> 1020 Oudenodon bainii species Wuchiapingian
#> 1021 Cynosaurus genus Wuchiapingian
#> 1022 Emydops arctatus species Wuchiapingian
#> 1023 Dicynodontia order Wuchiapingian
#> 1024 Diictodon genus Wuchiapingian
#> 1025 Tropidostoma dubium species Wuchiapingian
#> 1026 Diictodon genus Wuchiapingian
#> 1027 Dicynodontia order Wuchiapingian
#> 1028 Pristerodon mackayi species Wuchiapingian
#> 1029 Ictidosuchoides longiceps species Wuchiapingian
#> 1030 Diictodon genus Wuchiapingian
#> 1031 Diictodon genus Wuchiapingian
#> 1032 Pristerodon mackayi species Wuchiapingian
#> 1033 Dicynodontia order Wuchiapingian
#> 1034 Oudenodon bainii species Wuchiapingian
#> 1035 Charassognathus gracilis species Wuchiapingian
#> 1036 Spinoaequalis schultzei species Virgilian
#> 1037 Euryodus primus species Kungurian
#> 1038 Dissorophidae family Leonard
#> 1039 Dissorophidae family Artinskian
#> 1040 Archosaurus rossicus species Vyatkian
#> 1041 Dvinosaurus egregius species Vyatkian
#> 1042 Karpinskiosaurus genus Vyatkian
#> 1043 Obirkovia genus Vyatkian
#> 1044 Elginiidae family Vyatkian
#> 1045 Bystrowiana permica species Vyatkian
#> 1046 Uralerpeton tverdochlebovae species Vyatkian
#> 1047 Dicynodontidae family Vyatkian
#> 1048 Moschowhaitsia vjuschkovi species Vyatkian
#> 1049 Archosaurus genus Vyatkian
#> 1050 Archosaurus genus Vyatkian
#> 1051 Megawhaitsia patrichae species Vyatkian
#> 1052 Megawhaitsia patrichae species Vyatkian
#> 1053 Elliotsmithia longiceps species Capitanian
#> 1054 Kinelia broomi species Severodvinian
#> 1055 Microphon exiguus species Severodvinian
#> 1056 Pareiasauridae family Severodvinian
#> 1057 Enosuchus breviceps species Urzhumian
#> 1058 Syodon genus Urzhumian
#> 1059 Deuterosaurus genus Urzhumian
#> 1060 Porosteognathus genus Urzhumian
#> 1061 Mesenosaurus romeri species Late Kazanian
#> 1062 Mesenosaurus romeri species Late Kazanian
#> 1063 Watongia meieri species Roadian
#> 1064 Tetrapoda unranked clade Asselian
#> 1065 Tetrapoda unranked clade Westphalian A
#> 1066 Archerpeton genus Westphalian A
#> 1067 Tetrapoda unranked clade Westphalian A
#> 1068 Adelosaurus huxleyi species Wuchiapingian
#> 1069 Platyoposaurus watsoni species Ufimian
#> 1070 Platyoposaurus rickardi species Urzhumian
#> 1071 Platyoposaurus stuckenbergi species Urzhumian
#> 1072 Melosaurus genus Urzhumian
#> 1073 Syodon genus Urzhumian
#> 1074 Diplocaulus brevirostris species Kungurian
#> 1075 Diplocaulus magnicornis species Kungurian
#> 1076 Diplocaulus brevirostris species Kungurian
#> 1077 Diplocaulus genus Kungurian
#> 1078 Diplocaulus magnicornis species Kungurian
#> 1079 Diplocaulus magnicornis species Kungurian
#> 1080 Diplocaulus magnicornis species Kungurian
#> 1081 Bolosaurus striatus species Leonard
#> 1082 Ophiacodon uniformis species Leonard
#> 1083 Clepsydrops genus Leonard
#> 1084 Dimetrodon genus Leonard
#> 1085 Eryops megacephalus species Leonard
#> 1086 Trimerorhachis genus Leonard
#> 1087 Nyctiboetus kassini species Ufimian
#> 1088 Melosaurus platyrhinus species Ufimian
#> 1089 Zygosaurus genus Ufimian
#> 1090 Leptoropha talonophora species Ufimian
#> 1091 Leptoropha talonophora species Ufimian
#> 1092 Rhipaeosaurus tricuspidens species Urzhumian
#> 1093 Captorhinikos chozaensis species Kungurian
#> 1094 Captorhinikos chozaensis species Kungurian
#> 1095 Intasuchus silvicola species Ufimian
#> 1096 Syndyodosuchus tetricus species Ufimian
#> 1097 Eotitanosuchus olsoni species Urzhumian
#> 1098 Utatsusaurus hataii species Olenekian
#> 1099 Biarmosuchus tener species Urzhumian
#> 1100 Kenyasaurus mariakaniensis species Induan
#> 1101 Procolophon trigoniceps species Early Triassic
#> 1102 Procolophon trigoniceps species Early Triassic
#> 1103 Araeoscelis casei species Artinskian
#> 1104 Procolophon trigoniceps species Induan
#> 1105 Labidosaurus hamatus species Kungurian
#> 1106 Paliguana whitei species Induan
#> 1107 Procolophon trigoniceps species Early Triassic
#> 1108 Thrinaxodon liorhinus species Early Triassic
#> 1109 Thrinaxodon liorhinus species Early Triassic
#> 1110 Cynodontia infraorder Early Triassic
#> 1111 Brachyopoidea superfamily Early Triassic
#> 1112 Thrinaxodon liorhinus species Induan
#> 1113 Rhynchosauroides genus Wuchiapingian
#> 1114 Thrinaxodon liorhinus species Induan
#> 1115 Youngina capensis species Wuchiapingian
#> 1116 Youngina capensis species Wuchiapingian
#> 1117 Youngina capensis species Wuchiapingian
#> 1118 Eunotosaurus africanus species Capitanian
#> 1119 Moradisaurinae subfamily Wuchiapingian
#> 1120 Arganaceras vacanti species Wuchiapingian
#> 1121 Diplocaulus minimus species Wuchiapingian
#> 1122 Australothyris smithi species Capitanian
#> 1123 Microvaranops parentis species Capitanian
#> 1124 Deltavjatia rossicus species Early Severodvinian
#> 1125 Dvinosaurus genus Early Severodvinian
#> 1126 Sphenacodon britannicus species Asselian
#> 1127 Ophiacodon genus Asselian
#> 1128 Anningia megalops species Capitanian
#> 1129 Cricotus crassidiscus species Artinskian
#> 1130 Eryops megacephalus species Artinskian
#> 1131 Dimetrodon macrospondylus species Artinskian
#> 1132 Dimetrodon dollovianus species Artinskian
#> 1133 Dimetrodon macrospondylus species Artinskian
#> 1134 Edaphosaurus cruciger species Artinskian
#> 1135 Mesosaurus tenuidens species Artinskian
#> 1136 Brazilosaurus sanpauloensis species Artinskian
#> 1137 Stereosternum tumidum species Artinskian
#> 1138 Brazilosaurus sanpauloensis species Artinskian
#> 1139 Mesosaurus tenuidens species Artinskian
#> 1140 Stereosternum tumidum species Artinskian
#> 1141 Broomia perplexa species Capitanian
#> 1142 Broomia perplexa species Capitanian
#> 1143 Millerosaurus genus Wuchiapingian
#> 1144 Milleretta rubidgei species Wuchiapingian
#> 1145 Millerosaurus nuffieldi species Wuchiapingian
#> 1146 Afrothyra unranked clade Capitanian
#> 1147 Oedaleops campi species Virgilian
#> 1148 Mesosaurus tenuidens species Artinskian
#> 1149 Mesosaurus tenuidens species Artinskian
#> 1150 Stereosternum tumidum species Artinskian
#> 1151 Stereosternum tumidum species Artinskian
#> 1152 Stereosternum tumidum species Artinskian
#> 1153 Brazilosaurus sanpauloensis species Artinskian
#> 1154 Mesosauridae family Artinskian
#> 1155 Brazilosaurus sanpauloensis species Artinskian
#> 1156 Stereosternum tumidum species Artinskian
#> 1157 Mesosaurus tenuidens species Artinskian
#> 1158 Stereosternum tumidum species Artinskian
#> 1159 Stereosternum tumidum species Artinskian
#> 1160 Stereosternum tumidum species Artinskian
#> 1161 Brazilosaurus sanpauloensis species Artinskian
#> 1162 Eunotosaurus africanus species Capitanian
#> 1163 Mesosauridae family Artinskian
#> 1164 Stereosternum tumidum species Artinskian
#> 1165 Mesosaurus tenuidens species Artinskian
#> 1166 Mesosaurus tenuidens species Artinskian
#> 1167 Mesosaurus tenuidens species Artinskian
#> 1168 Mesosaurus tenuidens species Artinskian
#> 1169 Mesosaurus tenuidens species Artinskian
#> 1170 Mesosaurus tenuidens species Artinskian
#> 1171 Cymbospondylus genus Smithian
#> 1172 Mesosaurus tenuidens species Artinskian
#> 1173 Mesosaurus tenuidens species Artinskian
#> 1174 Mesosaurus tenuidens species Artinskian
#> 1175 Stereosternum tumidum species Artinskian
#> 1176 Mesosauridae family Artinskian
#> 1177 Mesosauridae family Artinskian
#> 1178 Mesosauridae family Artinskian
#> 1179 Mesosaurus tenuidens species Artinskian
#> 1180 Mesosauridae family Artinskian
#> 1181 Utatsusaurus hataii species Spathian
#> 1182 Mesosauridae family Artinskian
#> 1183 Mesosaurus tenuidens species Artinskian
#> 1184 Stereosternum tumidum species Artinskian
#> 1185 Brazilosaurus sanpauloensis species Artinskian
#> 1186 Mesosauridae family Artinskian
#> 1187 Stereospondyli unranked clade Kungurian
#> 1188 Lapillopsis nana species Induan
#> 1189 Driveria ponderosa species Kungurian
#> 1190 Tappenosaurus magnus species Kungurian
#> 1191 Sphenacodontidae family Kungurian
#> 1192 Diplocaulus genus Kungurian
#> 1193 Brachydectes genus Kungurian
#> 1194 Diplocaulus primus species Kungurian
#> 1195 Pelodosotis elongatum species Kungurian
#> 1196 Micraroter erythrogeios species Kungurian
#> 1197 Nannaroter mckinziei species Artinskian
#> 1198 Mesosaurus tenuidens species Artinskian
#> 1199 Mesosaurus tenuidens species Artinskian
#> 1200 Mesosaurus genus Artinskian
#> 1201 Mesosaurus tenuidens species Artinskian
#> 1202 Mesosaurus genus Artinskian
#> 1203 Mesosauridae family Artinskian
#> 1204 Stereosternum tumidum species Artinskian
#> 1205 Mesosaurus genus Artinskian
#> 1206 Mesosaurus tenuidens species Artinskian
#> 1207 Mesosaurus genus Artinskian
#> 1208 Mesosaurus tenuidens species Artinskian
#> 1209 Diplocaulus magnicornis species Kungurian
#> 1210 Pasawioops mayi species Artinskian
#> 1211 Cardiocephalus genus Kungurian
#> 1212 Tambachia trogallas species Artinskian
#> 1213 Gerobatrachus hottoni species Kungurian
#> 1214 Orobates pabsti species Artinskian
#> 1215 Triadobatrachus massinoti species Induan
#> 1216 Phlegethontia linearis species Westphalian D
#> 1217 Phlegethontia longissima species Westphalian D
#> 1218 Phlegethontia longissima species Westphalian D
#> 1219 Phlegethontia longissima species Westphalian D
#> 1220 Phlegethontia longissima species Westphalian D
#> 1221 Ophiderpeton swisshelmense species Westphalian A
#> 1222 Phlegethontia genus Westphalian A
#> 1223 Elfridia bulbidens species Westphalian A
#> 1224 Ptyonius olisthmonaias species Westphalian A
#> 1225 Arizonerpeton wellsi species Westphalian A
#> 1226 Lepospondyli unranked clade Westphalian A
#> 1227 Tetrapoda unranked clade Westphalian A
#> 1228 Kitchingnathus untabeni species Olenekian
#> 1229 Procolophon trigoniceps species Olenekian
#> 1230 Gordonia traquairi species Changhsingian
#> 1231 Gordonia traquairi species Changhsingian
#> 1232 Gordonia traquairi species Changhsingian
#> 1233 Gordonia traquairi species Changhsingian
#> 1234 Gordonia traquairi species Changhsingian
#> 1235 Elginia mirabilis species Changhsingian
#> 1236 Gordonia traquairi species Changhsingian
#> 1237 Geikia elginensis species Changhsingian
#> 1238 Elginia mirabilis species Changhsingian
#> 1239 Eunotosaurus africanus species Capitanian
#> 1240 Owenetta genus Changhsingian
#> 1241 Coelurosauravus genus Lopingian
#> 1242 Barasaurus besairiei species Lopingian
#> 1243 Barasaurus besairiei species Induan
#> 1244 Tangasauridae family Induan
#> 1245 Tangasaurinae subfamily Induan
#> 1246 Tangasauridae family Induan
#> 1247 Reptilia class Induan
#> 1248 Hovasaurus boulei species Induan
#> 1249 Acerosodontosaurus piveteaui species Lopingian
#> 1250 Owenetta rubidgei species Wuchiapingian
#> 1251 Owenetta rubidgei species Wuchiapingian
#> 1252 Eunotosaurus africanus species Capitanian
#> 1253 Eunotosaurus africanus species Capitanian
#> 1254 Eunotosaurus africanus species Capitanian
#> 1255 Chalcosaurus rossicus species Urzhumian
#> 1256 Therapsida unranked clade Changhsingian
#> 1257 Shihtienfenia permica species Changhsingian
#> 1258 Shihtienfenia permica species Changhsingian
#> 1259 Scutosaurus karpinskii species Late Severodvinian
#> 1260 Lanthaniscus efremovi species Late Kazanian
#> 1261 Scutosaurus karpinskii species Late Severodvinian
#> 1262 Scutosaurus karpinskii species Late Severodvinian
#> 1263 Scutosaurus karpinskii species Late Severodvinian
#> 1264 Scutosaurus karpinskii species Late Severodvinian
#> 1265 Scutosaurus karpinskii species Late Severodvinian
#> 1266 Scutosaurus karpinskii species Late Severodvinian
#> 1267 Scutosaurus karpinskii species Late Severodvinian
#> 1268 Obirkovia gladiator species Late Severodvinian
#> 1269 Elginiidae family Late Severodvinian
#> 1270 Elginiidae family Late Severodvinian
#> 1271 Elginiidae family Late Severodvinian
#> 1272 Elginiidae family Late Severodvinian
#> 1273 Protorosaurus speneri species Wuchiapingian
#> 1274 Protorosaurus speneri species Wuchiapingian
#> 1275 Protorosaurus speneri species Wuchiapingian
#> 1276 Protorosaurus speneri species Wuchiapingian
#> 1277 Parasaurus geinitzi species Wuchiapingian
#> 1278 Bradysaurus baini species Capitanian
#> 1279 Bradysaurus baini species Capitanian
#> 1280 Bradysaurus seeleyi species Capitanian
#> 1281 Pareiasauria unranked clade Capitanian
#> 1282 Bradysaurus seeleyi species Capitanian
#> 1283 Bradysaurus seeleyi species Capitanian
#> 1284 Bradysaurus seeleyi species Capitanian
#> 1285 Bradysaurus baini species Capitanian
#> 1286 Bradysaurus baini species Capitanian
#> 1287 Bradysaurus baini species Capitanian
#> 1288 Bradysaurus baini species Capitanian
#> 1289 Bradysaurus baini species Capitanian
#> 1290 Tichvinskia vjatkensis species Olenekian
#> 1291 Pareiasauria unranked clade Wuchiapingian
#> 1292 Kapes komiensis species Olenekian
#> 1293 Chasmatosuchus rossicus species Olenekian
#> 1294 Microcnemus efremovi species Olenekian
#> 1295 Procolophonoidea superfamily Olenekian
#> 1296 Temnospondyli unranked clade Olenekian
#> 1297 Chasmatosuchus genus Olenekian
#> 1298 Wetlugasaurus genus Olenekian
#> 1299 Orenburgia concinna species Olenekian
#> 1300 Temnospondyli unranked clade Olenekian
#> 1301 Archosauria unranked clade Olenekian
#> 1302 Benthosuchus sushkini species Olenekian
#> 1303 Temnospondyli unranked clade Olenekian
#> 1304 Tichvinskia burtensis species Olenekian
#> 1305 Parotosuchus orientalis species Olenekian
#> 1306 Wetlugasaurus genus Olenekian
#> 1307 Rhytidosteus capensis species Olenekian
#> 1308 Batrachosuchoides genus Olenekian
#> 1309 Melanopelta antiqua species Olenekian
#> 1310 Bystrowianidae family Olenekian
#> 1311 Garjainia prima species Olenekian
#> 1312 Archosauromorpha unranked clade Olenekian
#> 1313 Galesauridae family Olenekian
#> 1314 Orenburgia enigmaticus species Olenekian
#> 1315 Microphon exiguus species Late Severodvinian
#> 1316 Chroniosaurus dongusensis species Late Severodvinian
#> 1317 Pareiasauridae family Late Severodvinian
#> 1318 Gorgonopsia suborder Late Severodvinian
#> 1319 Theriodontia order Late Severodvinian
#> 1320 Orenburgia bruma species Olenekian
#> 1321 Orenburgia bruma species Olenekian
#> 1322 Orenburgia concinna species Olenekian
#> 1323 Kapes majmesculae species Olenekian
#> 1324 Timanophon raridentatus species Olenekian
#> 1325 Timanophon raridentatus species Olenekian
#> 1326 Santaisaurus yuani species Induan
#> 1327 Shihtienfenia permica species Changhsingian
#> 1328 Pareiasauria unranked clade Changhsingian
#> 1329 Phaanthosaurus simus species Induan
#> 1330 Phaanthosaurus simus species Induan
#> 1331 Phaanthosaurus simus species Induan
#> 1332 Phaanthosaurus simus species Induan
#> 1333 Coelodontognathus donensis species Olenekian
#> 1334 Coelodontognathus ricovi species Olenekian
#> 1335 Procolophon trigoniceps species Induan
#> 1336 Procolophon genus Induan
#> 1337 Isodectes obtusus species Kungurian
#> 1338 Microcnemus efremovi species Olenekian
#> 1339 Microcnemus efremovi species Olenekian
#> 1340 Chasmatosuchus rossicus species Olenekian
#> 1341 Procolophon trigoniceps species Induan
#> 1342 Procolophon trigoniceps species Induan
#> 1343 Procolophon trigoniceps species Induan
#> 1344 Procolophon trigoniceps species Induan
#> 1345 Mesosaurus genus Artinskian
#> 1346 Benthosuchus uralensis species Induan
#> 1347 Microcnemus genus Induan
#> 1348 Orenburgia concinna species Olenekian
#> 1349 Procolophonoidea superfamily Olenekian
#> 1350 Wetlugasaurus genus Olenekian
#> 1351 Thoosuchinae subfamily Olenekian
#> 1352 Prolacertidae family Olenekian
#> 1353 Boreopricea genus Olenekian
#> 1354 Wetlugasaurus malachovi species Olenekian
#> 1355 Orenburgia genus Olenekian
#> 1356 Boreopricea funerea species Olenekian
#> 1357 Blomosaurus ivachnenkoi species Induan
#> 1358 Microcnemus genus Induan
#> 1359 Procolophon trigoniceps species Induan
#> 1360 Procolophon trigoniceps species Induan
#> 1361 Procolophon trigoniceps species Induan
#> 1362 Procolophon trigoniceps species Induan
#> 1363 Tichvinskia burtensis species Olenekian
#> 1364 Parotosuchus genus Olenekian
#> 1365 Warrenisuchus aliciae species Induan
#> 1366 Raranimus dashankouensis species Roadian
#> 1367 Lanthanostegus mohoii species Capitanian
#> 1368 Acleistorhinidae family Artinskian
#> 1369 Glanosuchus macrops species Capitanian
#> 1370 Glanosuchus macrops species Wordian
#> 1371 Ictidosaurus angusticeps species Wordian
#> 1372 Eodicynodon oosthuizeni species Wordian
#> 1373 Dicynodontidae family Wordian
#> 1374 Endothiodontidae family Wordian
#> 1375 Therapsida unranked clade Wordian
#> 1376 Eodicynodon oosthuizeni species Guadalupian
#> 1377 Eodicynodon oosthuizeni species Wordian
#> 1378 Eodicynodon oosthuizeni species Wordian
#> 1379 Eodicynodon oosthuizeni species Wordian
#> 1380 Eodicynodon oosthuizeni species Wordian
#> 1381 Hylonomus lyelli species Westphalian A
#> 1382 Dendrerpeton acadianum species Westphalian A
#> 1383 Hylonomus wymani species Westphalian A
#> 1384 Hylerpeton dawsoni species Westphalian A
#> 1385 Palacrodon browni species Early Triassic
#> 1386 Ophiacodon uniformis species Sakmarian
#> 1387 Sphenacodontidae family Artinskian
#> 1388 Mesenosaurus efremovi species Artinskian
#> 1389 Protorothyrididae family Artinskian
#> 1390 Captorhinus genus Artinskian
#> 1391 Youngina capensis species Wuchiapingian
#> 1392 Stanocephalosaurus birdi species Spathian
#> 1393 Wellesaurus peabodyi species Spathian
#> 1394 Cosgriffius campi species Spathian
#> 1395 Reptilia class Spathian
#> 1396 Wellesaurus peabodyi species Spathian
#> 1397 Chirotherium sickleri species Spathian
#> 1398 Synaptichnium diabloensis species Spathian
#> 1399 Rotodactylus cursorius species Spathian
#> 1400 Wellesaurus peabodyi species Spathian
#> 1401 Isochirotherium coltoni species Spathian
#> 1402 Chirotherium rex species Spathian
#> 1403 Archosauromorpha unranked clade Spathian
#> 1404 Chirotherium genus Early Triassic
#> 1405 Reptilia class Early Triassic
#> 1406 Reptilia class Early Triassic
#> 1407 Reptilia class Early Triassic
#> 1408 Reptilia class Buntsandstein
#> 1409 Parasuchus genus Smithian
#> 1410 Kwangsisaurus orientalis species Olenekian
#> 1411 Hanosaurus hupehensis species Smithian
#> 1412 Garjainia prima species Olenekian
#> 1413 Progalesaurus lootbergensis species Induan
#> 1414 Langbergia modisei species Olenekian
#> 1415 Langbergia modisei species Olenekian
#> 1416 Langbergia modisei species Olenekian
#> 1417 Langbergia modisei species Olenekian
#> 1418 Langbergia modisei species Olenekian
#> 1419 Langbergia modisei species Olenekian
#> 1420 Langbergia modisei species Olenekian
#> 1421 Langbergia modisei species Olenekian
#> 1422 Langbergia modisei species Olenekian
#> 1423 Langbergia modisei species Olenekian
#> 1424 Lystrosaurus murrayi species Induan
#> 1425 Prolacertiformes unranked clade Induan
#> 1426 Cynodontia infraorder Induan
#> 1427 Plagiosterninae subfamily Induan
#> 1428 Rhytidosteidae family Induan
#> 1429 Sangaia lavinai species Induan
#> 1430 Temnospondyli unranked clade Induan
#> 1431 Procolophon trigoniceps species Induan
#> 1432 Cynodontia infraorder Induan
#> 1433 Archosauromorpha unranked clade Induan
#> 1434 Archosauriformes unranked clade Induan
#> 1435 Temnospondyli unranked clade Induan
#> 1436 Procolophon trigoniceps species Induan
#> 1437 Cynodontia infraorder Induan
#> 1438 Archosauriformes unranked clade Induan
#> 1439 Temnospondyli unranked clade Induan
#> 1440 Procolophon trigoniceps species Induan
#> 1441 Procolophonoidea superfamily Induan
#> 1442 Cynodontia infraorder Induan
#> 1443 Archosauriformes unranked clade Induan
#> 1444 Kombuisia antarctica species Early Triassic
#> 1445 Kombuisia antarctica species Early Triassic
#> 1446 Prolacertoides jimusarensis species Induan
#> 1447 Dromopus aduncus species Mississippian
#> 1448 Grippia longirostris species Smithian
#> 1449 Gulosaurus helmi species Smithian
#> 1450 Reptilia class Smithian
#> 1451 Therapsida unranked clade Smithian
#> 1452 Myosaurus gracilis species Early Triassic
#> 1453 Myosaurus gracilis species Induan
#> 1454 Platycraniellus elegans species Induan
#> 1455 Procolophon trigoniceps species Induan
#> 1456 Prolacerta broomi species Induan
#> 1457 Proterosuchus fergusi species Induan
#> 1458 Aenigmasaurus grallator species Induan
#> 1459 Lystrosaurus curvatus species Induan
#> 1460 Lystrosaurus declivis species Induan
#> 1461 Lystrosaurus murrayi species Induan
#> 1462 Ericiolacerta parva species Induan
#> 1463 Scaloposaurus constrictus species Induan
#> 1464 Galesaurus planiceps species Induan
#> 1465 Lydekkerina huxleyi species Induan
#> 1466 Moschorhinus kitchingi species Induan
#> 1467 Procolophon trigoniceps species Induan
#> 1468 Prolacerta broomi species Induan
#> 1469 Lystrosaurus curvatus species Induan
#> 1470 Lystrosaurus declivis species Induan
#> 1471 Thrinaxodon liorhinus species Induan
#> 1472 Moschorhinus kitchingi species Early Triassic
#> 1473 Lystrosaurus declivis species Early Triassic
#> 1474 Lystrosaurus murrayi species Early Triassic
#> 1475 Lystrosaurus curvatus species Early Triassic
#> 1476 Prolacerta broomi species Early Triassic
#> 1477 Prolacerta broomi species Early Triassic
#> 1478 Prolacerta broomi species Early Triassic
#> 1479 Prolacerta broomi species Early Triassic
#> 1480 Prolacerta broomi species Early Triassic
#> 1481 Lystrosaurus curvatus species Early Triassic
#> 1482 Lystrosaurus declivis species Early Triassic
#> 1483 Lystrosaurus murrayi species Early Triassic
#> 1484 Prolacerta broomi species Induan
#> 1485 Lystrosaurus declivis species Induan
#> 1486 Lystrosaurus murrayi species Induan
#> 1487 Thrinaxodon liorhinus species Induan
#> 1488 Prolacerta broomi species Induan
#> 1489 Prolacerta broomi species Early Triassic
#> 1490 Lystrosaurus curvatus species Induan
#> 1491 Lystrosaurus declivis species Induan
#> 1492 Lystrosaurus murrayi species Induan
#> 1493 Moschorhinus kitchingi species Induan
#> 1494 Lystrosaurus curvatus species Induan
#> 1495 Lystrosaurus declivis species Induan
#> 1496 Lystrosaurus murrayi species Induan
#> 1497 Lystrosaurus curvatus species Induan
#> 1498 Galesaurus planiceps species Induan
#> 1499 Proterosuchus fergusi species Induan
#> 1500 Lystrosaurus declivis species Induan
#> 1501 Lystrosaurus murrayi species Induan
#> 1502 Lystrosaurus curvatus species Induan
#> 1503 Regisaurus jacobi species Induan
#> 1504 Proterosuchus alexanderi species Induan
#> 1505 Lystrosaurus curvatus species Induan
#> 1506 Lystrosaurus declivis species Induan
#> 1507 Lystrosaurus maccaigi species Induan
#> 1508 Lystrosaurus murrayi species Induan
#> 1509 Olivierosuchus parringtoni species Induan
#> 1510 Scaloposaurus constrictus species Induan
#> 1511 Galesaurus planiceps species Induan
#> 1512 Thrinaxodon liorhinus species Induan
#> 1513 Phonodus dutoitorum species Induan
#> 1514 Tetracynodon darti species Induan
#> 1515 Lystrosaurus murrayi species Induan
#> 1516 Lystrosaurus declivis species Induan
#> 1517 Pederpes finneyae species Ivorian
#> 1518 Augustaburiania vatagini species Olenekian
#> 1519 Augustaburiania vatagini species Olenekian
#> 1520 Acheloma cumminsi species Artinskian
#> 1521 Tiarajudens eccentricus species Roadian
#> 1522 Ctenosauriscus koeneni species Spathian
#> 1523 Cryptovenator hirschbergeri species Gzhelian
#> 1524 Vytshegdosuchus zheshartensis species Olenekian
#> 1525 Lystrosaurus youngi species Induan
#> 1526 Amphibamus grandiceps species Westphalian D
#> 1527 Erpetosaurus radiatus species Westphalian D
#> 1528 Erpetosaurus radiatus species Westphalian D
#> 1529 Ichthyerpeton squamosum species Westphalian D
#> 1530 Rubeostratilia texensis species Asselian
#> 1531 Tetrapoda unranked clade Spathian
#> 1532 Emydops oweni species Wuchiapingian
#> 1533 Ianthodon schultzei species Missourian
#> 1534 Pelanomodon moschops species Wuchiapingian
#> 1535 Galesphyrus capensis species Wuchiapingian
#> 1536 Galesphyrus capensis species Wuchiapingian
#> 1537 Pristerodon mackayi species Wuchiapingian
#> 1538 Pristerodon mackayi species Wuchiapingian
#> 1539 Tasmaniosaurus triassicus species Induan
#> 1540 Tasmaniosaurus triassicus species Induan
#> 1541 Kalisuchus rewanensis species Induan
#> 1542 Proterosuchidae family Dienerian
#> 1543 Dicynodontia order Induan
#> 1544 Proterosuchia suborder Spathian
#> 1545 Proterosuchus fergusi species Early Triassic
#> 1546 Procolophon genus Early Triassic
#> 1547 Lystrosaurus declivis species Early Triassic
#> 1548 Lystrosaurus murrayi species Early Triassic
#> 1549 Proterosuchidae family Early Triassic
#> 1550 Proterosuchus goweri species Early Triassic
#> 1551 Proterosuchus fergusi species Early Triassic
#> 1552 Proterosuchus fergusi species Early Triassic
#> 1553 Lystrosaurus declivis species Early Triassic
#> 1554 Lystrosaurus murrayi species Early Triassic
#> 1555 Lystrosaurus curvatus species Early Triassic
#> 1556 Lystrosaurus curvatus species Early Triassic
#> 1557 Proterosuchus fergusi species Early Triassic
#> 1558 Lystrosaurus declivis species Early Triassic
#> 1559 Lystrosaurus murrayi species Early Triassic
#> 1560 Proterosuchus fergusi species Induan
#> 1561 Proterosuchus genus Induan
#> 1562 Lystrosaurus genus Induan
#> 1563 Temnospondyli unranked clade Induan
#> 1564 Lonchorhynchinae subfamily Induan
#> 1565 Stereospondyli unranked clade Induan
#> 1566 Lonchorhynchinae subfamily Induan
#> 1567 Lystrosaurus murrayi species Induan
#> 1568 Crocopoda unranked clade Induan
#> 1569 Dicynodontoidea unranked clade Lopingian
#> 1570 Capitosauroidea unranked clade Spathian
#> 1571 Chasmatosaurus yuani species Induan
#> 1572 Batrachosuchoides genus Olenekian
#> 1573 Procolophonidae family Olenekian
#> 1574 Procolophonidae family Olenekian
#> 1575 Procolophonidae family Olenekian
#> 1576 Collilongus rarus species Olenekian
#> 1577 Archosauriformes unranked clade Olenekian
#> 1578 Parotosuchus ptaszynskii species Spathian
#> 1579 Capitosauria unranked clade Smithian
#> 1580 Meyerosuchus fuerstenbergianus species Spathian
#> 1581 Meyerosuchus fuerstenbergianus species Spathian
#> 1582 Odenwaldia heidelbergensis species Spathian
#> 1583 Odenwaldia heidelbergensis species Spathian
#> 1584 Stereospondyli unranked clade Induan
#> 1585 Capitosauria unranked clade Olenekian
#> 1586 Stereospondyli unranked clade Olenekian
#> 1587 Gansurhinus qingtoushanensis species Roadian
#> 1588 Gansurhinus qingtoushanensis species Lopingian
#> 1589 Reiszorhinus olsoni species Artinskian
#> 1590 Microleter mckinzieorum species Artinskian
#> 1591 Australobarbarus kotelnitshi species Early Severodvinian
#> 1592 Australobarbarus platycephalus species Early Severodvinian
#> 1593 Suminia getmanovi species Early Severodvinian
#> 1594 Delectosaurus berezhanensis species Vyatkian
#> 1595 Vivaxosaurus trautscholdi species Vyatkian
#> 1596 Tambaroter carrolli species Artinskian
#> 1597 Galechirus scholtzi species Capitanian
#> 1598 Therocephalia order Capitanian
#> 1599 Rotaryus gothae species Artinskian
#> 1600 Dissorophidae family Artinskian
#> 1601 Dissorophoidea unranked clade Artinskian
#> 1602 Caseidae family Artinskian
#> 1603 Tambacarnifex unguifalcatus species Artinskian
#> 1604 Limnopus glenshawensis species Late Pennsylvanian
#> 1605 Bolterpeton carrolli species Artinskian
#> 1606 Greererpeton burkemorani species Arnsbergian
#> 1607 Proterogyrinus scheelei species Arnsbergian
#> 1608 Eryops genus Pennsylvanian
#> 1609 Zatrachys serratus species Virgilian
#> 1610 Diploceraspis burkei species Stephanian
#> 1611 Diploceraspis genus Stephanian
#> 1612 Diploceraspis genus Stephanian
#> 1613 Diploceraspis genus Sakmarian
#> 1614 Diploceraspis burkei species Sakmarian
#> 1615 Diploceraspis genus Sakmarian
#> 1616 Diploceraspis genus Sakmarian
#> 1617 Diploceraspis genus Sakmarian
#> 1618 Diploceraspis genus Sakmarian
#> 1619 Diploceraspis genus Sakmarian
#> 1620 Diploceraspis genus Sakmarian
#> 1621 Diploceraspis genus Sakmarian
#> 1622 Diploceraspis genus Sakmarian
#> 1623 Diploceraspis genus Sakmarian
#> 1624 Diploceraspis genus Sakmarian
#> 1625 Diploceraspis genus Sakmarian
#> 1626 Diploceraspis genus Sakmarian
#> 1627 Diploceraspis genus Sakmarian
#> 1628 Diploceraspis genus Sakmarian
#> 1629 Diploceraspis genus Sakmarian
#> 1630 Diploceraspis genus Sakmarian
#> 1631 Diploceraspis genus Sakmarian
#> 1632 Diploceraspis genus Sakmarian
#> 1633 Diploceraspis genus Sakmarian
#> 1634 Megamolgophis genus Sakmarian
#> 1635 Zatrachys serratus species Wolfcamp
#> 1636 Amphibia unranked clade Middle Pennsylvanian
#> 1637 Reptilia class Permian
#> 1638 Labyrinthodontia superorder Sakmarian
#> 1639 Silvanerpeton miripedes species Brigantian
#> 1640 Ophiderpeton kirktonense species Brigantian
#> 1641 Temnospondyli unranked clade Brigantian
#> 1642 Feeserpeton oklahomensis species Artinskian
#> 1643 Sclerothorax hypselonotus species Smithian
#> 1644 Sclerothorax hypselonotus species Spathian
#> 1645 Parotosuchus helgolandicus species Smithian
#> 1646 Microcnemus genus Induan
#> 1647 Trematosaurus thuringiensis species Olenekian
#> 1648 Parotosuchus helgolandicus species Smithian
#> 1649 Procolophonichnium genus Spathian
#> 1650 Rhynchosauroides genus Spathian
#> 1651 Chirotherium rex species Spathian
#> 1652 Rhynchosauroides genus Smithian
#> 1653 Chirotherium genus Smithian
#> 1654 Chirotherium barthii species Spathian
#> 1655 Rhynchosauroides genus Spathian
#> 1656 Chirotherium barthii species Spathian
#> 1657 Rhynchosauroides genus Spathian
#> 1658 Chelonipus genus Spathian
#> 1659 Chirotherium barthii species Spathian
#> 1660 Rhynchosauroides genus Spathian
#> 1661 Rotodactylus genus Spathian
#> 1662 Chelonipus genus Spathian
#> 1663 Chirotherium barthii species Spathian
#> 1664 Rhynchosauroides genus Spathian
#> 1665 Chelonipus genus Spathian
#> 1666 Rhynchosauroides pallinii species Spathian
#> 1667 Rhynchosauroides pallinii species Spathian
#> 1668 Tapinocephalidae family Wordian
#> 1669 Procynosuchus delaharpeae species Wuchiapingian
#> 1670 Theriognathus genus Wuchiapingian
#> 1671 Dicynodon angielczyki species Wuchiapingian
#> 1672 Gorgonopsia suborder Wuchiapingian
#> 1673 Burnetiidae family Wuchiapingian
#> 1674 Peltobatrachus pustulatus species Wuchiapingian
#> 1675 Dicynodontoides nowacki species Wuchiapingian
#> 1676 Endothiodon genus Wuchiapingian
#> 1677 Rhachiocephalus magnus species Wuchiapingian
#> 1678 Tetrapoda unranked clade Early Triassic
#> 1679 Stereospondyli unranked clade Early Triassic
#> 1680 Stereospondyli unranked clade Early Triassic
#> 1681 Stereospondyli unranked clade Early Triassic
#> 1682 Stereospondyli unranked clade Early Triassic
#> 1683 Temnospondyli unranked clade Early Triassic
#> 1684 Stereospondyli unranked clade Early Triassic
#> 1685 Tetrapoda unranked clade Early Triassic
#> 1686 Tetrapoda unranked clade Early Triassic
#> 1687 Tetrapoda unranked clade Early Triassic
#> 1688 Watsonisuchus rewanensis species Induan
#> 1689 Watsonisuchus gunganj species Induan
#> 1690 Keratobrachyops australis species Induan
#> 1691 Xenobrachyops allos species Induan
#> 1692 Rewana quadricuneata species Induan
#> 1693 Trematosauridae family Induan
#> 1694 Rewana myriadens species Induan
#> 1695 Plagiobatrachus australis species Induan
#> 1696 Eomurruna yurrgensis species Induan
#> 1697 Acerastea wadeae species Induan
#> 1698 Nanolania anatopretia species Induan
#> 1699 Rotaurisaurus contundo species Induan
#> 1700 Tirraturhinus smisseni species Induan
#> 1701 Brachyopoidea superfamily Induan
#> 1702 Lydekkerina huxleyi species Induan
#> 1703 Bulgosuchus gargantua species Dienerian
#> 1704 Trucheosaurus major species Wuchiapingian
#> 1705 Temnospondyli unranked clade Wuchiapingian
#> 1706 Tetrapoda unranked clade Wuchiapingian
#> 1707 Dicynodontipus bellambiensis species Induan
#> 1708 Deltasaurus kimberleyensis species Induan
#> 1709 Deltasaurus kimberleyensis species Induan
#> 1710 Deltasaurus kimberleyensis species Induan
#> 1711 Deltasaurus kimberleyensis species Induan
#> 1712 Deltasaurus kimberleyensis species Induan
#> 1713 Watsonisuchus genus Induan
#> 1714 Deltasaurus pustulatus species Induan
#> 1715 Indobrachyops panchetensis species Induan
#> 1716 Lystrosaurus murrayi species Induan
#> 1717 Lystrosaurus murrayi species Induan
#> 1718 Lystrosaurus murrayi species Induan
#> 1719 Lystrosaurus murrayi species Induan
#> 1720 Lystrosaurus murrayi species Induan
#> 1721 Lystrosaurus murrayi species Induan
#> 1722 Lystrosaurus murrayi species Induan
#> 1723 Lystrosaurus murrayi species Induan
#> 1724 Lystrosaurus murrayi species Induan
#> 1725 Lystrosaurus murrayi species Induan
#> 1726 Lystrosaurus murrayi species Induan
#> 1727 Lystrosaurus murrayi species Induan
#> 1728 Lystrosaurus murrayi species Induan
#> 1729 Lystrosaurus murrayi species Induan
#> 1730 Lystrosaurus murrayi species Induan
#> 1731 Manubrantlia khaki species Induan
#> 1732 Panchetocynodon damodarensis species Induan
#> 1733 Aphaneramma kokeni species Induan
#> 1734 Batrachosuchus henwoodi species Induan
#> 1735 Batrachosuchus henwoodi species Induan
#> 1736 Banksiops townrowi species Induan
#> 1737 Chomatobatrachus halei species Induan
#> 1738 Banksiops townrowi species Induan
#> 1739 Chomatobatrachus halei species Induan
#> 1740 Derwentia warreni species Induan
#> 1741 Banksiops townrowi species Induan
#> 1742 Chomatobatrachus halei species Induan
#> 1743 Deltasaurus kimberleyensis species Induan
#> 1744 Banksiops townrowi species Induan
#> 1745 Chomatobatrachus halei species Induan
#> 1746 Deltasaurus kimberleyensis species Induan
#> 1747 Derwentia warreni species Induan
#> 1748 Chomatobatrachus halei species Induan
#> 1749 Banksiops townrowi species Induan
#> 1750 Chomatobatrachus halei species Induan
#> 1751 Deltasaurus kimberleyensis species Induan
#> 1752 Watsonisuchus genus Induan
#> 1753 Watsonisuchus genus Induan
#> 1754 Bothriceps australis species Lopingian
#> 1755 Brachyops laticeps species Early Triassic
#> 1756 Garjainia genus Spathian
#> 1757 Spinarerpeton brevicephalum species Autunian
#> 1758 Lupeosaurus kayi species Asselian
#> 1759 Sphenacodontidae family Kungurian
#> 1760 Dimetrodon loomisi species Kungurian
#> 1761 Corosaurus alcovensis species Spathian
#> 1762 Corosaurus alcovensis species Spathian
#> 1763 Corosaurus alcovensis species Spathian
#> 1764 Orovenator mayorum species Artinskian
#> 1765 Ichthyopterygia unranked clade Early Triassic
#> 1766 Trematosaurus galae species Olenekian
#> 1767 Benthosuchus korobkovi species Olenekian
#> 1768 Benthosuchus genus Early Triassic
#> 1769 Benthosuchus gusevae species Early Triassic
#> 1770 Bystrowisuchus flerovi species Olenekian
#> 1771 Scythosuchus basileus species Olenekian
#> 1772 Parotosuchus genus Olenekian
#> 1773 Batrachosuchoides genus Olenekian
#> 1774 Doniceps lipovensis species Olenekian
#> 1775 Crocopoda unranked clade Olenekian
#> 1776 Tanaisosaurus kalandadzei species Olenekian
#> 1777 Kapes genus Olenekian
#> 1778 Dromotectum abditum species Olenekian
#> 1779 Rhytidosteidae family Olenekian
#> 1780 Batrachosuchoides lacer species Olenekian
#> 1781 Axitectum georgi species Olenekian
#> 1782 Dromotectum spinosum species Olenekian
#> 1783 Dromotectum spinosum species Induan
#> 1784 Dromotectum spinosum species Olenekian
#> 1785 Vritramimosaurus dzerzhinskii species Olenekian
#> 1786 Parotosuchus orenburgensis species Olenekian
#> 1787 Silphedosuchus orenburgensis species Olenekian
#> 1788 Chasmatosuchus rossicus species Olenekian
#> 1789 Crocopoda unranked clade Olenekian
#> 1790 Crocopoda unranked clade Olenekian
#> 1791 Crocopoda unranked clade Olenekian
#> 1792 Crocopoda unranked clade Olenekian
#> 1793 Scalopognathus multituberculatus species Induan
#> 1794 Urumchia lii species Induan
#> 1795 Beishanodon youngi species Olenekian
#> 1796 Erythrobatrachus noonkanbahensis species Induan
#> 1797 Lystrosaurus hedini species Induan
#> 1798 Lystrosaurus broomi species Induan
#> 1799 Chasmatosaurus yuani species Induan
#> 1800 Temnospondyli unranked clade Induan
#> 1801 Lystrosaurus youngi species Induan
#> 1802 Lystrosaurus hedini species Induan
#> 1803 Eolydekkerina magna species Induan
#> 1804 Lydekkerina huxleyi species Induan
#> 1805 Broomistega putterilli species Induan
#> 1806 Lydekkerina huxleyi species Induan
#> 1807 Lydekkerina huxleyi species Induan
#> 1808 Broomistega putterilli species Induan
#> 1809 Broomistega putterilli species Induan
#> 1810 Lydekkerina huxleyi species Induan
#> 1811 Lydekkerina genus Induan
#> 1812 Lydekkerina huxleyi species Induan
#> 1813 Selenocara groenlandica species Induan
#> 1814 Stoschiosaurus nielseni species Induan
#> 1815 Stoschiosaurus nielseni species Induan
#> 1816 Stoschiosaurus genus Induan
#> 1817 Luzocephalus kochi species Induan
#> 1818 Luzocephalus johanssoni species Induan
#> 1819 Luzocephalus johanssoni species Induan
#> 1820 Luzocephalus kochi species Induan
#> 1821 Lyrocephalinae subfamily Induan
#> 1822 Lyrocephalinae subfamily Induan
#> 1823 Temnospondyli unranked clade Induan
#> 1824 Temnospondyli unranked clade Induan
#> 1825 Temnospondyli unranked clade Induan
#> 1826 Temnospondyli unranked clade Induan
#> 1827 Tupilakosaurus heilmani species Induan
#> 1828 Tupilakosaurus genus Induan
#> 1829 Aphaneramma rostratum species Smithian
#> 1830 Aphaneramma rostratum species Smithian
#> 1831 Deltacephalus whitei species Induan
#> 1832 Lyrocephaliscus euri species Smithian
#> 1833 Lyrocephaliscus euri species Smithian
#> 1834 Lyrocephaliscus euri species Smithian
#> 1835 Lyrocephaliscus euri species Smithian
#> 1836 Aphaneramma rostratum species Smithian
#> 1837 Aphaneramma rostratum species Smithian
#> 1838 Aphaneramma rostratum species Smithian
#> 1839 Aphaneramma rostratum species Smithian
#> 1840 Aphaneramma genus Smithian
#> 1841 Aphaneramma rostratum species Smithian
#> 1842 Platystega depressa species Smithian
#> 1843 Tertrema acuta species Smithian
#> 1844 Mastodonsauridae family Smithian
#> 1845 Temnospondyli unranked clade Smithian
#> 1846 Temnospondyli unranked clade Smithian
#> 1847 Peltostega erici species Smithian
#> 1848 Tertrema acuta species Smithian
#> 1849 Aphaneramma genus Smithian
#> 1850 Aphaneramma rostratum species Smithian
#> 1851 Aphaneramma rostratum species Smithian
#> 1852 Lyrocephaliscus euri species Smithian
#> 1853 Mastodonsauridae family Smithian
#> 1854 Mastodonsauridae family Smithian
#> 1855 Mastodonsauridae family Smithian
#> 1856 Mastodonsauridae family Smithian
#> 1857 Stereospondyli unranked clade Smithian
#> 1858 Stereospondyli unranked clade Smithian
#> 1859 Stereospondyli unranked clade Smithian
#> 1860 Peltostega erici species Smithian
#> 1861 Peltostega erici species Smithian
#> 1862 Wantzosaurus elongatus species Induan
#> 1863 Edingerella madagascariensis species Induan
#> 1864 Edingerella madagascariensis species Induan
#> 1865 Edingerella madagascariensis species Induan
#> 1866 Mahavisaurus dentatus species Induan
#> 1867 Mahavisaurus dentatus species Induan
#> 1868 Tertremoides madagascariensis species Induan
#> 1869 Wantzosaurus elongatus species Induan
#> 1870 Wantzosaurus elongatus species Induan
#> 1871 Tertremoides madagascariensis species Induan
#> 1872 Lasasaurus beltanae species Induan
#> 1873 Tertremoides madagascariensis species Induan
#> 1874 Edingerella madagascariensis species Induan
#> 1875 Pneumatostega potamia species Induan
#> 1876 Pneumatostega potamia species Induan
#> 1877 Rhinesuchoides capensis species Wuchiapingian
#> 1878 Laccosaurus watsoni species Wuchiapingian
#> 1879 Kestrosaurus dreyeri species Spathian
#> 1880 Micropholis stowi species Induan
#> 1881 Micropholis stowi species Induan
#> 1882 Micropholis stowi species Induan
#> 1883 Micropholis stowi species Induan
#> 1884 Micropholis stowi species Induan
#> 1885 Micropholis stowi species Induan
#> 1886 Micropholis stowi species Induan
#> 1887 Micropholis stowi species Induan
#> 1888 Micropholis stowi species Induan
#> 1889 Micropholis stowi species Induan
#> 1890 Micropholis stowi species Induan
#> 1891 Trematosuchus sobeyi species Spathian
#> 1892 Trematosuchoides africanus species Spathian
#> 1893 Lonchorhynchinae subfamily Induan
#> 1894 Lystrosaurus genus Induan
#> 1895 Chensaurus chaoxianensis species Spathian
#> 1896 Chaohusaurus geishanensis species Spathian
#> 1897 Chaohusaurus geishanensis species Spathian
#> 1898 Paraburnetia sneeubergensis species Wuchiapingian
#> 1899 Micropholis stowi species Induan
#> 1900 Trematosuchus sobeyi species Olenekian
#> 1901 Procolophon genus Olenekian
#> 1902 Thabanchuia oomie species Induan
#> 1903 Tetrapoda unranked clade Induan
#> 1904 Kestrosaurus genus Olenekian
#> 1905 Kestrosaurus kitchingi species Olenekian
#> 1906 Palacrodon browni species Olenekian
#> 1907 Procolophonidae family Olenekian
#> 1908 Bathignathus poikilops species Olenekian
#> 1909 Archosauriformes unranked clade Olenekian
#> 1910 Kestrosaurus dreyeri species Olenekian
#> 1911 Watsonisuchus magnus species Spathian
#> 1912 Watsonisuchus genus Induan
#> 1913 Kestrosaurus genus Spathian
#> 1914 Kestrosaurus genus Spathian
#> 1915 Rhytidosteus capensis species Induan
#> 1916 Tetracynodon darti species Induan
#> 1917 Tetracynodon darti species Induan
#> 1918 Tetracynodon darti species Induan
#> 1919 Protorosaurus genus Wuchiapingian
#> 1920 Protorosaurus speneri species Wuchiapingian
#> 1921 Eorasaurus olsoni species Late Severodvinian
#> 1922 Dvinosaurus primus species Late Severodvinian
#> 1923 Chroniosaurus dongusensis species Late Severodvinian
#> 1924 Sauroctonus progressus species Late Severodvinian
#> 1925 Dicynodontia order Wuchiapingian
#> 1926 Gorgonopsia suborder Wuchiapingian
#> 1927 Aenigmastropheus parringtoni species Wuchiapingian
#> 1928 Synaptichnium pseudosuchoides species Olenekian
#> 1929 Synaptichnium genus Olenekian
#> 1930 Brachychirotherium genus Olenekian
#> 1931 Isochirotherium gierlinskii species Olenekian
#> 1932 Chirotherium barthii species Olenekian
#> 1933 Rhynchosauroides genus Olenekian
#> 1934 Ericiolacerta parva species Early Triassic
#> 1935 Baurioidea superfamily Early Triassic
#> 1936 Dicynodontipus genus Wuchiapingian
#> 1937 Cincosaurus cobbi species Pennsylvanian
#> 1938 Baurioidea superfamily Early Triassic
#> 1939 Paralonectes merriami species Smithian
#> 1940 Paralonectes merriami species Smithian
#> 1941 Agkistrognathus campbelli species Smithian
#> 1942 Parahupehsuchus longus species Spathian
#> 1943 Eocasea martini species Virgilian
#> 1944 Chaohusaurus genus Spathian
#> 1945 Rhinesuchus genus Lopingian
#> 1946 Inflectosaurus amplus species Spathian
#> 1947 Palaeoherpeton decorum species Kashirian
#> 1948 Archosauriformes unranked clade Early Triassic
#> 1949 Rhinesuchus genus Early Triassic
#> 1950 Rhinesuchus genus Early Triassic
#> 1951 Archosauriformes unranked clade Early Triassic
#> 1952 Rhinesuchus genus Early Triassic
#> 1953 Alierasaurus ronchii species Kungurian
#> 1954 Perryella olsoni species Leonard
#> 1955 Crossotelos genus Leonard
#> 1956 Eryops megacephalus species Kungurian
#> 1957 Belebey augustodunensis species Gzhelian
#> 1958 Chirotherium storetonense species Early Triassic
#> 1959 Chirotherium storetonense species Early Triassic
#> 1960 Chirotherium sickleri species Early Triassic
#> 1961 Chirotherium sickleri species Early Triassic
#> 1962 Chirotherium herculis species Early Triassic
#> 1963 Ctenerpeton remex species Desmoinesian
#> 1964 Reptilia class Missourian
#> 1965 Alveusdectes fenestratus species Wuchiapingian
#> 1966 Palaeagama vielhaueri species Changhsingian
#> 1967 Spondylolestes rubidgei species Wuchiapingian
#> 1968 Youngina capensis species Wuchiapingian
#> 1969 Youngina capensis species Wuchiapingian
#> 1970 Dicynodontoides recurvidens species Wuchiapingian
#> 1971 Ictidosuchops rubidgei species Wuchiapingian
#> 1972 Procynosuchus delaharpeae species Wuchiapingian
#> 1973 Youngina capensis species Wuchiapingian
#> 1974 Oudenodon bainii species Wuchiapingian
#> 1975 Youngina capensis species Wuchiapingian
#> 1976 Youngina capensis species Wuchiapingian
#> 1977 Pareiasaurus serridens species Wuchiapingian
#> 1978 Oudenodon bainii species Wuchiapingian
#> 1979 Cyonosaurus rubidgei species Wuchiapingian
#> 1980 Theriognathus microps species Wuchiapingian
#> 1981 Oudenodon bainii species Wuchiapingian
#> 1982 Youngina capensis species Wuchiapingian
#> 1983 Youngina capensis species Wuchiapingian
#> 1984 Saurosternon bainii species Wuchiapingian
#> 1985 Erpetonyx arsenaultorum species Gzhelian
#> 1986 Zarcasaurus tanyderus species Wolfcamp
#> 1987 Kadaliosaurus priscus species Sakmarian
#> 1988 Aphelosaurus lutevensis species Asselian
#> 1989 Tangasaurus mennelli species Changhsingian
#> 1990 Oudenodon sakamenensis species Lopingian
#> 1991 Hovasaurus boulei species Lopingian
#> 1992 Delorhynchus cifellii species Artinskian
#> 1993 Abyssomedon williamsi species Artinskian
#> 1994 Sauropareion anoplus species Induan
#> 1995 Pumiliopareia pricei species Wuchiapingian
#> 1996 Anthodon serrarius species Wuchiapingian
#> 1997 Anthodon serrarius species Wuchiapingian
#> 1998 Anthodon serrarius species Wuchiapingian
#> 1999 Provelosaurus americanus species Roadian
#> 2000 Provelosaurus americanus species Roadian
#> 2001 Nanoparia luckhoffi species Wuchiapingian
#> 2002 Shihtienfenia permica species Changhsingian
#> 2003 Shihtienfenia permica species Changhsingian
#> 2004 Honania complicidentata species Wuchiapingian
#> 2005 Honania complicidentata species Wuchiapingian
#> 2006 Honania complicidentata species Wuchiapingian
#> 2007 Bystrowiana sinica species Wuchiapingian
#> 2008 Tetrapoda unranked clade Wuchiapingian
#> 2009 Hwanghocynodon multienspidus species Wuchiapingian
#> 2010 Jiyuanitectum flatum species Wuchiapingian
#> 2011 Dromotectum largum species Wuchiapingian
#> 2012 Gorgonopsia suborder Wuchiapingian
#> 2013 Therapsida unranked clade Wuchiapingian
#> 2014 Tapinocephalidae family Guadalupian
#> 2015 Temnospondyli unranked clade Guadalupian
#> 2016 Anteosauridae family Guadalupian
#> 2017 Mobaceras zambeziense species Guadalupian
#> 2018 Abajudon kaayai species Guadalupian
#> 2019 Gorgonopidae family Guadalupian
#> 2020 Criocephalosaurus genus Capitanian
#> 2021 Criocephalosaurus genus Capitanian
#> 2022 Endothiodon tolani species Capitanian
#> 2023 Endothiodon tolani species Capitanian
#> 2024 Sungeodon kimkraemerae species Griesbachian
#> 2025 Scapanops neglecta species Asselian
#> 2026 Conjunctio multidens species Asselian
#> 2027 Conjunctio multidens species Virgilian
#> 2028 Tetrapoda unranked clade Westphalian A
#> 2029 Nanchangosaurus suni species Spathian
#> 2030 Occidens portlocki species Tournaisian
#> 2031 Clepsydrops magnus species Missourian
#> 2032 Lethiscus stocki species Holkerian
#> 2033 Sigournea multidentata species Asbian
#> 2034 Deltaherpeton hiemstrae species Asbian
#> 2035 Stereospondyli unranked clade Induan
#> 2036 Tropidostoma dubium species Wuchiapingian
#> 2037 Tropidostoma dubium species Capitanian
#> 2038 Tropidostoma dubium species Wuchiapingian
#> 2039 Tropidostoma dubium species Wuchiapingian
#> 2040 Tropidostoma dubium species Wuchiapingian
#> 2041 Tropidostoma dubium species Wuchiapingian
#> 2042 Tropidostoma dubium species Wuchiapingian
#> 2043 Kirktonecta milnerae species Visean
#> 2044 Eoherpeton watsoni species Pendleian
#> 2045 Eldeceeon rolfei species Visean
#> 2046 Pareiasaurus serridens species Wuchiapingian
#> 2047 Tropidostoma dubium species Wuchiapingian
#> 2048 Pristerodon mackayi species Wuchiapingian
#> 2049 Emyduranus gracilis species Wuchiapingian
#> 2050 Palemydops minor species Wuchiapingian
#> 2051 Pristerodon mirus species Wuchiapingian
#> 2052 Diictodon feliceps species Wuchiapingian
#> 2053 Aelurosaurus brevirostris species Wuchiapingian
#> 2054 Aelurosaurus polyodon species Wuchiapingian
#> 2055 Gorgonopsia suborder Wuchiapingian
#> 2056 Pristerodon genus Wuchiapingian
#> 2057 Cistecephalus microrhinus species Wuchiapingian
#> 2058 Aulacephalodon cadlei species Wuchiapingian
#> 2059 Oudenodon bainii species Wuchiapingian
#> 2060 Cyonosaurus longiceps species Wuchiapingian
#> 2061 Dicynodontia order Wuchiapingian
#> 2062 Gorgonopsia suborder Wuchiapingian
#> 2063 Therocephalia order Wuchiapingian
#> 2064 Dicynodon lacerticeps species Wuchiapingian
#> 2065 Owenetta rubidgei species Wuchiapingian
#> 2066 Daptocephalus leoniceps species Wuchiapingian
#> 2067 Oudenodon bainii species Wuchiapingian
#> 2068 Cyonosaurus longiceps species Wuchiapingian
#> 2069 Aelurognathus tigriceps species Wuchiapingian
#> 2070 Rubidgea atrox species Wuchiapingian
#> 2071 Ictidosuchops intermedius species Wuchiapingian
#> 2072 Theriognathus microps species Wuchiapingian
#> 2073 Nanictosaurus kitchingi species Wuchiapingian
#> 2074 Dicynodontia order Wuchiapingian
#> 2075 Gorgonopsia suborder Wuchiapingian
#> 2076 Therocephalia order Wuchiapingian
#> 2077 Lystrosaurus curvatus species Induan
#> 2078 Lystrosaurus declivis species Induan
#> 2079 Lystrosaurus declivis species Induan
#> 2080 Lystrosaurus murrayi species Induan
#> 2081 Galesaurus planiceps species Induan
#> 2082 Cistecephalus microrhinus species Wuchiapingian
#> 2083 Oudenodon bainii species Wuchiapingian
#> 2084 Diictodon feliceps species Wuchiapingian
#> 2085 Oudenodon bainii species Wuchiapingian
#> 2086 Aulacephalodon rubidgei species Wuchiapingian
#> 2087 Oudenodon bainii species Wuchiapingian
#> 2088 Rhachiocephalus magnus species Wuchiapingian
#> 2089 Rhinesuchoides tenuiceps species Wuchiapingian
#> 2090 Dicynodontia order Wuchiapingian
#> 2091 Pholidogaster pisciformis species Brigantian
#> 2092 Eucritta melanolimnetes species Visean
#> 2093 Doragnathus woodi species Brigantian
#> 2094 Pristerodon oudebergensis species Wuchiapingian
#> 2095 Cistecephalus microrhinus species Wuchiapingian
#> 2096 Dinanomodon gilli species Wuchiapingian
#> 2097 Eosimops newtoni species Wuchiapingian
#> 2098 Arctognathus curvimola species Wuchiapingian
#> 2099 Dicynodontia order Wuchiapingian
#> 2100 Sintocephalus alticeps species Wuchiapingian
#> 2101 Owenetta rubidgei species Wuchiapingian
#> 2102 Diictodon feliceps species Wuchiapingian
#> 2103 Diictodon feliceps species Wuchiapingian
#> 2104 Pelanomodon moschops species Wuchiapingian
#> 2105 Cyonosaurus kitchingi species Wuchiapingian
#> 2106 Dinogorgon rubidgei species Wuchiapingian
#> 2107 Theriognathus microps species Wuchiapingian
#> 2108 Procynosuchus delaharpeae species Wuchiapingian
#> 2109 Dicynodontia order Wuchiapingian
#> 2110 Peramodon amalitzkii species Late Severodvinian
#> 2111 Oudenodon bainii species Wuchiapingian
#> 2112 Emydops arctatus species Wuchiapingian
#> 2113 Emydorhynchus formosus species Wuchiapingian
#> 2114 Emyduranus platyops species Wuchiapingian
#> 2115 Palemydops platysoma species Wuchiapingian
#> 2116 Cistecephalus microrhinus species Wuchiapingian
#> 2117 Diictodon feliceps species Wuchiapingian
#> 2118 Diictodon feliceps species Wuchiapingian
#> 2119 Aulacephalodon bainii species Wuchiapingian
#> 2120 Scylacognathus robustus species Wuchiapingian
#> 2121 Gorgonopsia suborder Wuchiapingian
#> 2122 Aloposaurus tenuis species Wuchiapingian
#> 2123 Lycaenops ornatus species Wuchiapingian
#> 2124 Lycaenodon longiceps species Wuchiapingian
#> 2125 Vivaxosaurus trautscholdi species Late Severodvinian
#> 2126 Vivaxosaurus trautscholdi species Late Severodvinian
#> 2127 Vivaxosaurus trautscholdi species Late Severodvinian
#> 2128 Vivaxosaurus trautscholdi species Late Severodvinian
#> 2129 Cyonosaurus rubidgei species Wuchiapingian
#> 2130 Paragalerhinus rubidgei species Wuchiapingian
#> 2131 Ictidosuchoides rubidgei species Wuchiapingian
#> 2132 Pelictosuchus paucidens species Wuchiapingian
#> 2133 Theriognathus microps species Wuchiapingian
#> 2134 Theriognathus microps species Wuchiapingian
#> 2135 Promoschorhynchus platyrhinus species Wuchiapingian
#> 2136 Nanictosaurus kitchingi species Wuchiapingian
#> 2137 Cynosaurus suppostus species Wuchiapingian
#> 2138 Dicynodontia order Wuchiapingian
#> 2139 Chelichnus duncani species Cisuralian
#> 2140 Chelichnus gigas species Cisuralian
#> 2141 Herpetichnus bucklandi species Cisuralian
#> 2142 Chelichnus bucklandi species Cisuralian
#> 2143 Palemydops rubidgeae species Wuchiapingian
#> 2144 Cistecephalus microrhinus species Wuchiapingian
#> 2145 Oudenodon bainii species Wuchiapingian
#> 2146 Dinogorgon rubidgei species Wuchiapingian
#> 2147 Lycaenodon longiceps species Wuchiapingian
#> 2148 Dicynodontia order Wuchiapingian
#> 2149 Dinanomodon gilli species Wuchiapingian
#> 2150 Diictodon feliceps species Wuchiapingian
#> 2151 Emydops arctatus species Wuchiapingian
#> 2152 Cistecephalus microrhinus species Wuchiapingian
#> 2153 Diictodon feliceps species Wuchiapingian
#> 2154 Dinanomodon gilli species Wuchiapingian
#> 2155 Clelandina rubidgei species Wuchiapingian
#> 2156 Homodontosaurus kitchingi species Wuchiapingian
#> 2157 Theriognathus microps species Wuchiapingian
#> 2158 Dicynodontia order Wuchiapingian
#> 2159 Cistecephalus microrhinus species Wuchiapingian
#> 2160 Oudenodon bainii species Wuchiapingian
#> 2161 Rhachiocephalus magnus species Wuchiapingian
#> 2162 Aelurosaurus watermeyeri species Wuchiapingian
#> 2163 Ictidosuchops genus Wuchiapingian
#> 2164 Dicynodontia order Wuchiapingian
#> 2165 Oudenodon bainii species Changhsingian
#> 2166 Cyonosaurus kitchingi species Changhsingian
#> 2167 Theriognathus microps species Changhsingian
#> 2168 Procynosuchus delaharpeae species Changhsingian
#> 2169 Dinanomodon gilli species Wuchiapingian
#> 2170 Dinanomodon gilli species Wuchiapingian
#> 2171 Cistecephalus microrhinus species Wuchiapingian
#> 2172 Diictodon feliceps species Wuchiapingian
#> 2173 Aulacephalodon bainii species Wuchiapingian
#> 2174 Oudenodon bainii species Wuchiapingian
#> 2175 Rhachiocephalus magnus species Wuchiapingian
#> 2176 Digalodon rubidgei species Wuchiapingian
#> 2177 Dicynodontia order Wuchiapingian
#> 2178 Gorgonopsia suborder Wuchiapingian
#> 2179 Oudenodon bainii species Wuchiapingian
#> 2180 Rubidgea genus Wuchiapingian
#> 2181 Gorgonopsia suborder Wuchiapingian
#> 2182 Theriognathus microps species Wuchiapingian
#> 2183 Procynosuchus delaharpeae species Wuchiapingian
#> 2184 Dicynodontia order Wuchiapingian
#> 2185 Gorgonopsia suborder Wuchiapingian
#> 2186 Robertia antjiesfonteinensis species Capitanian
#> 2187 Robertia broomiana species Capitanian
#> 2188 Diictodon feliceps species Capitanian
#> 2189 Pristerognathoides genus Capitanian
#> 2190 Diictodon feliceps species Capitanian
#> 2191 Dicynodontoides recurvidens species Wuchiapingian
#> 2192 Dicynodontoidea unranked clade Wuchiapingian
#> 2193 Oudenodon bainii species Wuchiapingian
#> 2194 Diictodon feliceps species Wuchiapingian
#> 2195 Caerorhachis bairdi species Pendleian
#> 2196 Doragnathus woodi species Pendleian
#> 2197 Lonchorhynchinae subfamily Induan
#> 2198 Trematosauroidea superfamily Induan
#> 2199 Trematosauroidea superfamily Induan
#> 2200 Trematosauroidea superfamily Induan
#> 2201 Trematosauroidea superfamily Induan
#> 2202 Lydekkerinidae family Induan
#> 2203 Pholiderpeton scutigerum species Westphalian A
#> 2204 Acherontiscus caledoniae species Pendleian
#> 2205 Lydekkerinidae family Induan
#> 2206 Stereospondyli unranked clade Induan
#> 2207 Indobrachyops panchetensis species Induan
#> 2208 Lonchorhynchinae subfamily Induan
#> 2209 Dasyceps bucklandi species Asselian
#> 2210 Aulacephalodon bainii species Wuchiapingian
#> 2211 Spathicephalus pereger species Serpukhovian
#> 2212 Pholiderpeton bretonense species Serpukhovian
#> 2213 Cistecephalus microrhinus species Wuchiapingian
#> 2214 Lycaenops sollasi species Wuchiapingian
#> 2215 Dicynodontia order Wuchiapingian
#> 2216 Gorgonopsia suborder Wuchiapingian
#> 2217 Keyseria benjamini species Wuchiapingian
#> 2218 Dicynodontia order Wuchiapingian
#> 2219 Gorgonopsia suborder Wuchiapingian
#> 2220 Utaherpeton franklini species Bashkirian
#> 2221 Turfanodon bogdaensis species Changhsingian
#> 2222 Turfanodon bogdaensis species Changhsingian
#> 2223 Turfanodon bogdaensis species Lopingian
#> 2224 Emydops arctatus species Wuchiapingian
#> 2225 Pristerodon boonstrai species Wuchiapingian
#> 2226 Prodicynodon beaufortensis species Wuchiapingian
#> 2227 Dicynodontia order Wuchiapingian
#> 2228 Cistecephalus microrhinus species Wuchiapingian
#> 2229 Diictodon feliceps species Wuchiapingian
#> 2230 Pristerodon mackayi species Wuchiapingian
#> 2231 Oudenodon bainii species Wuchiapingian
#> 2232 Lycaenops sollasi species Wuchiapingian
#> 2233 Aelurosaurus felinus species Wuchiapingian
#> 2234 Aloposaurus gracilis species Wuchiapingian
#> 2235 Gorgonopidae family Wuchiapingian
#> 2236 Choerosaurus dejageri species Wuchiapingian
#> 2237 Ictidognathus parvidens species Wuchiapingian
#> 2238 Scalopocephalus watsonianus species Wuchiapingian
#> 2239 Dicynodontia order Wuchiapingian
#> 2240 Aulacephalodon bainii species Wuchiapingian
#> 2241 Oudenodon bainii species Wuchiapingian
#> 2242 Oudenodon bainii species Wuchiapingian
#> 2243 Cistecephalus microrhinus species Wuchiapingian
#> 2244 Oudenodon bainii species Wuchiapingian
#> 2245 Dicynodontia order Wuchiapingian
#> 2246 Daptocephalus leoniceps species Wuchiapingian
#> 2247 Oudenodon bainii species Wuchiapingian
#> 2248 Dicynodontia order Wuchiapingian
#> 2249 Oudenodon bainii species Wuchiapingian
#> 2250 Oudenodon bainii species Wuchiapingian
#> 2251 Struthiocephalus whaitsi species Capitanian
#> 2252 Galeops whaitsi species Capitanian
#> 2253 Pristerodon mackayi species Capitanian
#> 2254 Cynariognathus seeleyi species Capitanian
#> 2255 Daptocephalus huenei species Capitanian
#> 2256 Dicynodon lacerticeps species Wuchiapingian
#> 2257 Prorotodactylus genus Smithian
#> 2258 Prorotodactylus mirus species Spathian
#> 2259 Brachychirotherium hauboldi species Spathian
#> 2260 Brachychirotherium kalkowensis species Spathian
#> 2261 Capitosauroides fuglewiczi species Spathian
#> 2262 Isochirotherium gierlinskii species Spathian
#> 2263 Isochirotherium sanctacrucense species Spathian
#> 2264 Rhynchosauroides brevidigitatus species Spathian
#> 2265 Rhynchosauroides rdzaneki species Spathian
#> 2266 Synaptichnium kotanskii species Spathian
#> 2267 Synaptichnium chirotherioides species Spathian
#> 2268 Synaptichnium senkowiczowae species Spathian
#> 2269 Synapsida subclass Spathian
#> 2270 Diapsida unranked clade Spathian
#> 2271 Ophiderpeton brownriggi species Westphalian A
#> 2272 Owenetta rubidgei species Wuchiapingian
#> 2273 Diictodon feliceps species Wuchiapingian
#> 2274 Pristerodon platyceps species Wuchiapingian
#> 2275 Emydorhinus sciuroides species Wuchiapingian
#> 2276 Emydorhinus sciuroides species Wuchiapingian
#> 2277 Daptocephalus leoniceps species Wuchiapingian
#> 2278 Diictodon feliceps species Wuchiapingian
#> 2279 Dicynodontoidea unranked clade Wuchiapingian
#> 2280 Daptocephalus leoniceps species Wuchiapingian
#> 2281 Oudenodon bainii species Wuchiapingian
#> 2282 Crassigyrinus scoticus species Brigantian
#> 2283 Spathicephalus mirus species Pendleian
#> 2284 Aloposaurus tenuis species Wuchiapingian
#> 2285 Aelurosaurus wilmanae species Wuchiapingian
#> 2286 Notaelurodon kitchingi species Wuchiapingian
#> 2287 Ictidochampsa platyceps species Wuchiapingian
#> 2288 Ictidosuchops intermedius species Wuchiapingian
#> 2289 Homodontosaurus kitchingi species Wuchiapingian
#> 2290 Tetracynodon tenuis species Wuchiapingian
#> 2291 Theriognathus microps species Wuchiapingian
#> 2292 Procynosuchus delaharpeae species Wuchiapingian
#> 2293 Basilodon woodwardi species Wuchiapingian
#> 2294 Opisthodontosaurus carrolli species Artinskian
#> 2295 Bruktererpeton fiebigi species Marsdenian
#> 2296 Loxomma allmanni species Brigantian
#> 2297 Loxomma rankini species Westphalian A
#> 2298 Dendrysekos helogenes species Westphalian A
#> 2299 Dendrerpeton rugosum species Westphalian A
#> 2300 Eugyrinus wildi species Westphalian A
#> 2301 Baphetes kirkbyi species Kashirian
#> 2302 Baphetes planiceps species Moscovian
#> 2303 Baphetes orientalis species Westphalian D
#> 2304 Kyrinion martilli species Westphalian
#> 2305 Procochleosaurus jarrowensis species Westphalian A
#> 2306 Temnospondyli unranked clade Kasimovian
#> 2307 Colosteus scutellatus species Desmoinesian
#> 2308 Adamanterpeton ohioensis species Westphalian D
#> 2309 Astreptorhachis ohioensis species Gzhelian
#> 2310 Ossinodus pueri species Visean
#> 2311 Antlerpeton clarkii species Visean
#> 2312 Ichthyerpeton genus Westphalian A
#> 2313 Pholidogaster pisciformis species Visean
#> 2314 Greererpeton genus Serpukhovian
#> 2315 Greererpeton genus Arnsbergian
#> 2316 Crassigyrinus genus Arnsbergian
#> 2317 Crassigyrinus genus Serpukhovian
#> 2318 Crassigyrinus genus Serpukhovian
#> 2319 Colosteidae family Serpukhovian
#> 2320 Greererpeton genus Serpukhovian
#> 2321 Colosteidae family Visean
#> 2322 Baphetes kirkbyi species Bashkirian
#> 2323 Baphetes kirkbyi species Westphalian
#> 2324 Anthracosaurus russelli species Westphalian
#> 2325 Pholiderpeton genus Westphalian
#> 2326 Loxomma genus Pendleian
#> 2327 Doragnathus genus Serpukhovian
#> 2328 Doragnathus genus Pendleian
#> 2329 Doragnathus genus Visean
#> 2330 Eriphostoma microdon species Capitanian
#> 2331 Gorgonopsia suborder Capitanian
#> 2332 Eriphostoma microdon species Capitanian
#> 2333 Eriphostoma microdon species Capitanian
#> 2334 Eriphostoma microdon species Capitanian
#> 2335 Eriphostoma microdon species Capitanian
#> 2336 Pareiasauria unranked clade Capitanian
#> 2337 Eriphostoma microdon species Capitanian
#> 2338 Diictodon feliceps species Capitanian
#> 2339 Endothiodon bathystoma species Capitanian
#> 2340 Pristerodon mackayi species Capitanian
#> 2341 Pareiasaurus genus Capitanian
#> 2342 Pareiasuchus genus Capitanian
#> 2343 Gorgonops torvus species Capitanian
#> 2344 Rhinesuchidae family Capitanian
#> 2345 Tropidostoma dubium species Capitanian
#> 2346 Pardosuchus whaitsi species Capitanian
#> 2347 Eriphostoma microdon species Capitanian
#> 2348 Gorgonopsia suborder Capitanian
#> 2349 Eriphostoma microdon species Capitanian
#> 2350 Eriphostoma microdon species Capitanian
#> 2351 Eriphostoma genus Capitanian
#> 2352 Eriphostoma microdon species Capitanian
#> 2353 Aelurognathus tigriceps species Wuchiapingian
#> 2354 Aelurognathus tigriceps species Wuchiapingian
#> 2355 Aelurognathus tigriceps species Wuchiapingian
#> 2356 Megalocephalus pachycephalus species Bashkirian
#> 2357 Megalocephalus pachycephalus species Westphalian A
#> 2358 Aelurognathus tigriceps species Wuchiapingian
#> 2359 Megalocephalus pachycephalus species Bashkirian
#> 2360 Megalocephalus pachycephalus species Bashkirian
#> 2361 Megalocephalus pachycephalus species Bashkirian
#> 2362 Megalocephalus pachycephalus species Bashkirian
#> 2363 Megalocephalus pachycephalus species Bashkirian
#> 2364 Megalocephalus pachycephalus species Bashkirian
#> 2365 Megalocephalus pachycephalus species Bashkirian
#> 2366 Megalocephalus lineolatus species Desmoinesian
#> 2367 Rhineceps nyasaensis species Wuchiapingian
#> 2368 Gorgonops dixeyi species Wuchiapingian
#> 2369 Rubidgeinae subfamily Wuchiapingian
#> 2370 Lycaenops quadrata species Wuchiapingian
#> 2371 Oudenodon bainii species Wuchiapingian
#> 2372 Oudenodon bainii species Wuchiapingian
#> 2373 Gorgonops dixeyi species Wuchiapingian
#> 2374 Gorgonopsia suborder Wuchiapingian
#> 2375 Oudenodon bainii species Wuchiapingian
#> 2376 Endothiodon bathystoma species Wuchiapingian
#> 2377 Gorgonopsia suborder Wuchiapingian
#> 2378 Oudenodon bainii species Wuchiapingian
#> 2379 Lende chiweta species Wuchiapingian
#> 2380 Biarmosuchus tener species Urzhumian
#> 2381 Biarmosuchus tener species Urzhumian
#> 2382 Biarmosuchoides romanovi species Urzhumian
#> 2383 Herpetoskylax hopsoni species Wuchiapingian
#> 2384 Biarmosuchia infraorder Wuchiapingian
#> 2385 Herpetoskylax hopsoni species Wuchiapingian
#> 2386 Lemurosaurus pricei species Wuchiapingian
#> 2387 Lemurosaurus pricei species Wuchiapingian
#> 2388 Ictidorhinus martinsi species Wuchiapingian
#> 2389 Burnetiamorpha unranked clade Wuchiapingian
#> 2390 Bullacephalus jacksoni species Wordian
#> 2391 Hipposaurus brinki species Capitanian
#> 2392 Hipposaurus boonstrai species Capitanian
#> 2393 Hipposaurus boonstrai species Capitanian
#> 2394 Biarmosuchia infraorder Wuchiapingian
#> 2395 Anomocephalus africanus species Wordian
#> 2396 Kwazulusaurus shakai species Wuchiapingian
#> 2397 Daptocephalus leoniceps species Wuchiapingian
#> 2398 Moschorhinus kitchingi species Wuchiapingian
#> 2399 Eodicynodon oosthuizeni species Wordian
#> 2400 Pelanomodon moschops species Wuchiapingian
#> 2401 Theriognathus microps species Wuchiapingian
#> 2402 Procynosuchus delaharpeae species Wuchiapingian
#> 2403 Dicynodontia order Wuchiapingian
#> 2404 Cistecephalus microrhinus species Wuchiapingian
#> 2405 Pristerodon mackayi species Wuchiapingian
#> 2406 Dicynodon lacerticeps species Wuchiapingian
#> 2407 Dicynodontia order Wuchiapingian
#> 2408 Basilodon woodwardi species Wuchiapingian
#> 2409 Pareiasaurus serridens species Wuchiapingian
#> 2410 Spondylolestes rubidgei species Wuchiapingian
#> 2411 Dicynodon lacerticeps species Wuchiapingian
#> 2412 Dicynodontoides recurvidens species Wuchiapingian
#> 2413 Oudenodon bainii species Wuchiapingian
#> 2414 Lycaenops minor species Wuchiapingian
#> 2415 Moschorhinus kitchingi species Wuchiapingian
#> 2416 Theriognathus microps species Wuchiapingian
#> 2417 Basilodon woodwardi species Wuchiapingian
#> 2418 Diictodon feliceps species Capitanian
#> 2419 Daptocephalus huenei species Capitanian
#> 2420 Basilodon woodwardi species Wuchiapingian
#> 2421 Pareiasaurus serridens species Wuchiapingian
#> 2422 Daptocephalus leoniceps species Wuchiapingian
#> 2423 Diictodon feliceps species Wuchiapingian
#> 2424 Aulacephalodon bainii species Wuchiapingian
#> 2425 Pelanomodon moschops species Wuchiapingian
#> 2426 Oudenodon bainii species Wuchiapingian
#> 2427 Theriognathus microps species Wuchiapingian
#> 2428 Cistecephalus microrhinus species Wuchiapingian
#> 2429 Diictodon feliceps species Wuchiapingian
#> 2430 Diictodon feliceps species Wuchiapingian
#> 2431 Aulacephalodon bainii species Wuchiapingian
#> 2432 Oudenodon bainii species Wuchiapingian
#> 2433 Gorgonopidae family Wuchiapingian
#> 2434 Dicynodontia order Wuchiapingian
#> 2435 Gorgonopsia suborder Wuchiapingian
#> 2436 Therocephalia order Wuchiapingian
#> 2437 Brachyprosopus broomi species Capitanian
#> 2438 Brachyprosopus broomi species Wordian
#> 2439 Brachyprosopus broomi species Capitanian
#> 2440 Brachyprosopus broomi species Capitanian
#> 2441 Brachyprosopus broomi species Capitanian
#> 2442 Brachyprosopus broomi species Capitanian
#> 2443 Pristerodon mackayi species Capitanian
#> 2444 Robertia broomiana species Capitanian
#> 2445 Dicynodontia order Capitanian
#> 2446 Pristerodon buffaloensis species Wuchiapingian
#> 2447 Pristerodon buffaloensis species Wuchiapingian
#> 2448 Cistecephalus microrhinus species Wuchiapingian
#> 2449 Ictidosuchoides longiceps species Wuchiapingian
#> 2450 Dicynodon genus Wuchiapingian
#> 2451 Diictodon feliceps species Wuchiapingian
#> 2452 Diictodon feliceps species Wuchiapingian
#> 2453 Dicynodontia order Wuchiapingian
#> 2454 Ophiderpeton genus Westphalian A
#> 2455 Megalocephalus genus Westphalian
#> 2456 Cochleosaurus bohemicus species Moscovian
#> 2457 Cochleosaurus florensis species Westphalian C
#> 2458 Neldasaurus wrightae species Wolfcamp
#> 2459 Neldasaurus wrightae species Wolfcamp
#> 2460 Neldasaurus wrightae species Asselian
#> 2461 Neldasaurus wrightae species Wolfcamp
#> 2462 Dicynodon genus Wuchiapingian
#> 2463 Edops craigi species Gzhelian
#> 2464 Edops craigi species Wolfcamp
#> 2465 Edops craigi species Asselian
#> 2466 Edops craigi species Asselian
#> 2467 Edops genus Wolfcamp
#> 2468 Edops genus Sakmarian
#> 2469 Chenoprosopus milleri species Virgilian
#> 2470 Aelurosaurus genus Wuchiapingian
#> 2471 Oudenodon bainii species Wuchiapingian
#> 2472 Oudenodon bainii species Wuchiapingian
#> 2473 Lystrosaurus declivis species Induan
#> 2474 Lystrosaurus maccaigi species Induan
#> 2475 Lystrosaurus murrayi species Induan
#> 2476 Lystrosaurus curvatus species Induan
#> 2477 Anthodon serrarius species Wuchiapingian
#> 2478 Smilesaurus ferox species Wuchiapingian
#> 2479 Dicynodontia order Wuchiapingian
#> 2480 Oudenodon bainii species Wuchiapingian
#> 2481 Daptocephalus leoniceps species Changhsingian
#> 2482 Lafonius lehmani species Gzhelian
#> 2483 Dawsonerpeton polydens species Gzhelian
#> 2484 Branchierpeton reinholdi species Asselian
#> 2485 Branchierpeton reinholdi species Autunian
#> 2486 Branchierpeton saalense species Stephanian
#> 2487 Branchierpeton saalense species Stephanian
#> 2488 Branchierpeton saalense species Stephanian
#> 2489 Branchierpeton saalense species Stephanian C
#> 2490 Limnerpeton genus Gzhelian
#> 2491 Lepterpeton dobbsii species Westphalian A
#> 2492 Urocordylus wandesfordii species Westphalian A
#> 2493 Keraterpeton galvani species Westphalian A
#> 2494 Oudenodon bainii species Wuchiapingian
#> 2495 Dicynodon lacerticeps species Wuchiapingian
#> 2496 Dolichosoma emersoni species Westphalian A
#> 2497 Pristerognathoides minor species Capitanian
#> 2498 Diictodon feliceps species Capitanian
#> 2499 Owenetta rubidgei species Wuchiapingian
#> 2500 Daptocephalus leoniceps species Wuchiapingian
#> 2501 Diictodon feliceps species Wuchiapingian
#> 2502 Diictodon feliceps species Wuchiapingian
#> 2503 Micromelerpeton boyi species Autunian
#> 2504 Aulacephalodon bainii species Wuchiapingian
#> 2505 Cyonosaurus kitchingi species Wuchiapingian
#> 2506 Ictidosuchops intermedius species Wuchiapingian
#> 2507 Theriognathus microps species Wuchiapingian
#> 2508 Procynosuchus delaharpeae species Wuchiapingian
#> 2509 Oudenodon bainii species Wuchiapingian
#> 2510 Oudenodon bainii species Wuchiapingian
#> 2511 Pristerodon mackayi species Wuchiapingian
#> 2512 Pristerodon agilis species Wuchiapingian
#> 2513 Prodicynodon pearstonensis species Wuchiapingian
#> 2514 Ictidosuchus primaevus species Wuchiapingian
#> 2515 Dicynodontoides recurvidens species Wuchiapingian
#> 2516 Dicynodontoides recurvidens species Wuchiapingian
#> 2517 Diictodon feliceps species Wuchiapingian
#> 2518 Dicynodon genus Wuchiapingian
#> 2519 Oudenodon bainii species Wuchiapingian
#> 2520 Aloposaurus tenuis species Wuchiapingian
#> 2521 Aelurognathus tigriceps species Wuchiapingian
#> 2522 Ictidosuchoides intermedius species Wuchiapingian
#> 2523 Theriognathus microps species Wuchiapingian
#> 2524 Dicynodontia order Wuchiapingian
#> 2525 Pareiasuchus peringueyi species Wuchiapingian
#> 2526 Pareiasaurus serridens species Wuchiapingian
#> 2527 Endothiodon bathystoma species Wuchiapingian
#> 2528 Emydops genus Wuchiapingian
#> 2529 Pristerodon mackayi species Wuchiapingian
#> 2530 Diictodon feliceps species Wuchiapingian
#> 2531 Oudenodon grandis species Wuchiapingian
#> 2532 Scylacops capensis species Wuchiapingian
#> 2533 Arctops watsoni species Wuchiapingian
#> 2534 Gorgonops longifrons species Wuchiapingian
#> 2535 Icticephalus polycynodon species Wuchiapingian
#> 2536 Ictidosuchoides longiceps species Wuchiapingian
#> 2537 Dicynodon genus Wuchiapingian
#> 2538 Emydops genus Wuchiapingian
#> 2539 Pristerodon genus Wuchiapingian
#> 2540 Gorgonopsia suborder Wuchiapingian
#> 2541 Therocephalia order Wuchiapingian
#> 2542 Pareiasauria unranked clade Wuchiapingian
#> 2543 Oudenodon bainii species Wuchiapingian
#> 2544 Oudenodon bainii species Wuchiapingian
#> 2545 Diictodon feliceps species Capitanian
#> 2546 Oudenodon bainii species Wuchiapingian
#> 2547 Oudenodon bainii species Wuchiapingian
#> 2548 Stegotretus agyrus species Wolfcamp
#> 2549 Dicynodon hartzenbergi species Wuchiapingian
#> 2550 Aulacephalodon bainii species Wuchiapingian
#> 2551 Arctognathus cookei species Wuchiapingian
#> 2552 Bradysaurus genus Capitanian
#> 2553 Titanosuchus ferox species Capitanian
#> 2554 Tapinocephalus atherstonii species Capitanian
#> 2555 Diictodon feliceps species Capitanian
#> 2556 Diictodon feliceps species Capitanian
#> 2557 Emydops genus Capitanian
#> 2558 Alopecognathus angusticeps species Capitanian
#> 2559 Cynariognathus genus Capitanian
#> 2560 Pristerognathoides minor species Capitanian
#> 2561 Pristerognathoides parvus species Capitanian
#> 2562 Pristerognathoides vanwyki species Capitanian
#> 2563 Cistecephalus microrhinus species Wuchiapingian
#> 2564 Dicynodontoides recurvidens species Wuchiapingian
#> 2565 Endothiodon bathystoma species Capitanian
#> 2566 Endothiodon bathystoma species Capitanian
#> 2567 Diictodon feliceps species Capitanian
#> 2568 Diictodon feliceps species Capitanian
#> 2569 Diictodon feliceps species Capitanian
#> 2570 Diictodon feliceps species Capitanian
#> 2571 Oudenodon bainii species Capitanian
#> 2572 Aelurosaurus whaitsi species Capitanian
#> 2573 Aelurosaurus whaitsi species Capitanian
#> 2574 Gorgonops torvus species Capitanian
#> 2575 Gorgonops whaitsi species Capitanian
#> 2576 Alopecorhinus parvidens species Capitanian
#> 2577 Scylacoides ferox species Capitanian
#> 2578 Ictidognathus hemburyi species Capitanian
#> 2579 Cistecephalus microrhinus species Wuchiapingian
#> 2580 Oudenodon bainii species Wuchiapingian
#> 2581 Gorgonops torvus species Wuchiapingian
#> 2582 Oudenodon bainii species Wuchiapingian
#> 2583 Ictidosuchops intermedius species Wuchiapingian
#> 2584 Dicynodontia order Wuchiapingian
#> 2585 Gorgonopsia suborder Wuchiapingian
#> 2586 Emydops arctatus species Wuchiapingian
#> 2587 Dicynodontia order Wuchiapingian
#> 2588 Gorgonopsia suborder Wuchiapingian
#> 2589 Trihecaton howardinus species Moscovian
#> 2590 Coloraderpeton brilli species Moscovian
#> 2591 Colosteus scutellatus species Westphalian D
#> 2592 Megalocephalus lineolatus species Westphalian D
#> 2593 Loxomma lintonensis species Westphalian D
#> 2594 Oestocephalus amphiuminum species Westphalian D
#> 2595 Oestocephalus granulosum species Westphalian D
#> 2596 Oestocephalus amphiuminum species Westphalian D
#> 2597 Crinodon limnophyes species Westphalian D
#> 2598 Nyranerpeton amilneri species Westphalian D
#> 2599 Cochleosaurus bohemicus species Westphalian D
#> 2600 Sauravus costei species Stephanian B
#> 2601 Sauravus cambrayi species Artinskian
#> 2602 Diplocaulus salamandroides species Missourian
#> 2603 Diplocaulus salamandroides species Virgilian
#> 2604 Diplocaulus parvus species Roadian
#> 2605 Dicynodontoidea unranked clade Lopingian
#> 2606 Dicynodontia order Lopingian
#> 2607 Anthracosauromorpha order Lopingian
#> 2608 Diplocaulus recurvatus species Kungurian
#> 2609 Diplocaulus recurvatus species Kungurian
#> 2610 Diplocaulus recurvatus species Kungurian
#> 2611 Diplocaulus recurvatus species Kungurian
#> 2612 Dimetrodon giganhomogenes species Kungurian
#> 2613 Eryops megacephalus species Kungurian
#> 2614 Trimerorhachis genus Kungurian
#> 2615 Diplocaulus recurvatus species Kungurian
#> 2616 Dimetrodon giganhomogenes species Kungurian
#> 2617 Labidosaurikos meachami species Kungurian
#> 2618 Captorhinus aguti species Kungurian
#> 2619 Captorhinikos valensis species Kungurian
#> 2620 Daptocephalus leoniceps species Wuchiapingian
#> 2621 Dicynodontoidea unranked clade Wuchiapingian
#> 2622 Brachydectes newberryi species Kungurian
#> 2623 Diplocaulus recurvatus species Kungurian
#> 2624 Diplocaulus recurvatus species Kungurian
#> 2625 Diplocaulus recurvatus species Kungurian
#> 2626 Diplocaulus recurvatus species Leonard
#> 2627 Dimetrodon giganhomogenes species Leonard
#> 2628 Brachydectes newberryi species Leonard
#> 2629 Diplocaulus recurvatus species Leonard
#> 2630 Trimerorhachis genus Leonard
#> 2631 Titanosuchus ferox species Guadalupian
#> 2632 Mormosaurus seeleyi species Guadalupian
#> 2633 Emydops arctatus species Guadalupian
#> 2634 Diictodon feliceps species Guadalupian
#> 2635 Emydops genus Guadalupian
#> 2636 Aelurosaurus whaitsi species Guadalupian
#> 2637 Aelurosaurus felinus species Guadalupian
#> 2638 Cerdodon tenuidens species Guadalupian
#> 2639 Pristerognathinae subfamily Guadalupian
#> 2640 Daptocephalus leoniceps species Wuchiapingian
#> 2641 Dicynodon lacerticeps species Wuchiapingian
#> 2642 Daptocephalus leoniceps species Wuchiapingian
#> 2643 Cerdosuchus aulodon species Wuchiapingian
#> 2644 Oudenodon bainii species Wuchiapingian
#> 2645 Diplocaulus recurvatus species Kungurian
#> 2646 Dimetrodon giganhomogenes species Kungurian
#> 2647 Brachydectes newberryi species Kungurian
#> 2648 Diplocaulus recurvatus species Kungurian
#> 2649 Captorhinikos valensis species Kungurian
#> 2650 Captorhinus genus Kungurian
#> 2651 Waggoneria knoxensis species Kungurian
#> 2652 Dimetrodon giganhomogenes species Kungurian
#> 2653 Brachydectes newberryi species Kungurian
#> 2654 Diplocaulus recurvatus species Kungurian
#> 2655 Trimerorhachis genus Kungurian
#> 2656 Dimetrodon giganhomogenes species Kungurian
#> 2657 Diplocaulus recurvatus species Leonard
#> 2658 Diplocaulus magnicornis species Kungurian
#> 2659 Trimerorhachis insignis species Kungurian
#> 2660 Eryops megacephalus species Kungurian
#> 2661 Labidosaurikos meachami species Kungurian
#> 2662 Dimetrodon giganhomogenes species Kungurian
#> 2663 Dicynodontia order Wuchiapingian
#> 2664 Dicynodon lacerticeps species Wuchiapingian
#> 2665 Lystrosaurus declivis species Induan
#> 2666 Daptocephalus leoniceps species Wuchiapingian
#> 2667 Daptocephalus leoniceps species Wuchiapingian
#> 2668 Daptocephalus leoniceps species Wuchiapingian
#> 2669 Brachydectes newberryi species Westphalian D
#> 2670 Molgophis macrurus species Westphalian D
#> 2671 Brachydectes newberryi species Westphalian D
#> 2672 Molgophis macrurus species Stephanian
#> 2673 Brachydectes newberryi species Westphalian D
#> 2674 Brachydectes newberryi species Virgilian
#> 2675 Brachydectes newberryi species Leonard
#> 2676 Brachydectes newberryi species Kungurian
#> 2677 Brachydectes newberryi species Kungurian
#> 2678 Brachydectes newberryi species Kungurian
#> 2679 Brachydectes genus Sakmarian
#> 2680 Brachydectes newberryi species Missourian
#> 2681 Lysorophus dunkardensis species Wolfcamp
#> 2682 Brachydectes genus Bashkirian
#> 2683 Brachydectes genus Westphalian A
#> 2684 Saxonerpeton geinitzi species Asselian
#> 2685 Ricnodon copei species Westphalian D
#> 2686 Ricnodon genus Westphalian A
#> 2687 Euryodus dalyae species Kungurian
#> 2688 Euryodus bonneri species Sakmarian
#> 2689 Sparodus validus species Westphalian D
#> 2690 Quasicaecilia texana species Kungurian
#> 2691 Odonterpeton triangulare species Westphalian D
#> 2692 Oestocephalus pectinatus species Westphalian D
#> 2693 Sauropleura bairdi species Wolfcamp
#> 2694 Sauropleura scalaris species Westphalian D
#> 2695 Montcellia longidentata species Stephanian B
#> 2696 Scincosaurus crassus species Westphalian D
#> 2697 Scincosaurus spinosus species Stephanian B
#> 2698 Urocordylidae family Bashkirian
#> 2699 Keraterpeton longtoni species Bashkirian
#> 2700 Tuditanus punctulatus species Westphalian D
#> 2701 Erpetosaurus radiatus species Westphalian D
#> 2702 Batropetes fritschia species Sakmarian
#> 2703 Daptocephalus leoniceps species Wuchiapingian
#> 2704 Daptocephalus leoniceps species Wuchiapingian
#> 2705 Proterosuchus fergusi species Induan
#> 2706 Lystrosaurus murrayi species Induan
#> 2707 Lystrosaurus curvatus species Induan
#> 2708 Cistecephalus microrhinus species Wuchiapingian
#> 2709 Dicynodontia order Wuchiapingian
#> 2710 Basilodon woodwardi species Wuchiapingian
#> 2711 Dinanomodon gilli species Wuchiapingian
#> 2712 Aulacephalodon bainii species Wuchiapingian
#> 2713 Oudenodon bainii species Wuchiapingian
#> 2714 Lycaenops ornatus species Wuchiapingian
#> 2715 Tigrisuchus simus species Wuchiapingian
#> 2716 Ictidosuchoides longiceps species Wuchiapingian
#> 2717 Dicynodontia order Wuchiapingian
#> 2718 Daqingshanodon limbus species Lopingian
#> 2719 Daptocephalus leoniceps species Wuchiapingian
#> 2720 Daptocephalus leoniceps species Wuchiapingian
#> 2721 Pelanomodon moschops species Wuchiapingian
#> 2722 Cyonosaurus kitchingi species Wuchiapingian
#> 2723 Lycaenops angusticeps species Wuchiapingian
#> 2724 Moschorhinus kitchingi species Wuchiapingian
#> 2725 Theriognathus microps species Wuchiapingian
#> 2726 Dicynodontia order Wuchiapingian
#> 2727 Dicynodontoidea unranked clade Wuchiapingian
#> 2728 Rhachiocephalus magnus species Wuchiapingian
#> 2729 Oudenodon bainii species Wuchiapingian
#> 2730 Bradysaurus seeleyi species Capitanian
#> 2731 Robertia broomiana species Capitanian
#> 2732 Diictodon feliceps species Capitanian
#> 2733 Emydops genus Capitanian
#> 2734 Emydops genus Capitanian
#> 2735 Blattoidealestes gracilis species Capitanian
#> 2736 Oudenodon bainii species Wuchiapingian
#> 2737 Lystrosaurus murrayi species Induan
#> 2738 Pareiasaurus serridens species Wuchiapingian
#> 2739 Aulacephalodon bainii species Wuchiapingian
#> 2740 Oudenodon bainii species Wuchiapingian
#> 2741 Cyonosaurus longiceps species Wuchiapingian
#> 2742 Dicynodontia order Wuchiapingian
#> 2743 Daptocephalus leoniceps species Wuchiapingian
#> 2744 Daptocephalus leoniceps species Wuchiapingian
#> 2745 Moschorhinus kitchingi species Wuchiapingian
#> 2746 Nanictosaurus kitchingi species Wuchiapingian
#> 2747 Lystrosaurus curvatus species Induan
#> 2748 Lystrosaurus declivis species Induan
#> 2749 Lystrosaurus murrayi species Induan
#> 2750 Scaloposaurus constrictus species Induan
#> 2751 Thrinaxodon liorhinus species Induan
#> 2752 Endothiodon bathystoma species Wuchiapingian
#> 2753 Tigrisuchus simus species Wuchiapingian
#> 2754 Scaloposaurus constrictus species Wuchiapingian
#> 2755 Cynosaurus suppostus species Wuchiapingian
#> 2756 Dicynodontia order Wuchiapingian
#> 2757 Crassigyrinus scoticus species Pendleian
#> 2758 Dicynodon lacerticeps species Wuchiapingian
#> 2759 Diictodon feliceps species Wuchiapingian
#> 2760 Oudenodon bainii species Wuchiapingian
#> 2761 Gorgonopidae family Wuchiapingian
#> 2762 Gorgonopsia suborder Wuchiapingian
#> 2763 Gorgonops torvus species Wuchiapingian
#> 2764 Oudenodon bainii species Wuchiapingian
#> 2765 Aulacocephalus pithecops species Wuchiapingian
#> 2766 Pristerodon mackayi species Wuchiapingian
#> 2767 Pristerodon mackayi species Wuchiapingian
#> 2768 Oudenodon bainii species Wuchiapingian
#> 2769 Theriodontia order Wuchiapingian
#> 2770 Bidentalia unranked clade Wuchiapingian
#> 2771 Oudenodon bainii species Wuchiapingian
#> 2772 Diictodon feliceps species Wuchiapingian
#> 2773 Odontocyclops whaitsi species Wuchiapingian
#> 2774 Clelandina rubidgei species Wuchiapingian
#> 2775 Rhachiocephalus magnus species Wuchiapingian
#> 2776 Dicynodontia order Wuchiapingian
#> 2777 Bradysaurus baini species Capitanian
#> late_interval max_ma min_ma phylum class
#> 1 Gzhelian 305.90 298.90 Chordata Osteichthyes
#> 2 <NA> 265.10 259.90 Chordata Osteichthyes
#> 3 Olenekian 252.17 247.20 Chordata Reptilia
#> 4 <NA> 290.10 279.30 Chordata Reptilia
#> 5 <NA> 279.30 272.30 Chordata Osteichthyes
#> 6 <NA> 296.40 268.00 Chordata Osteichthyes
#> 7 <NA> 303.40 298.90 Chordata Osteichthyes
#> 8 <NA> 290.10 279.30 Chordata Osteichthyes
#> 9 <NA> 290.10 279.30 Chordata Osteichthyes
#> 10 <NA> 290.10 279.30 Chordata Osteichthyes
#> 11 <NA> 290.10 279.30 Chordata Osteichthyes
#> 12 <NA> 290.10 279.30 Chordata Osteichthyes
#> 13 <NA> 290.10 279.30 Chordata Osteichthyes
#> 14 <NA> 290.10 279.30 Chordata Osteichthyes
#> 15 <NA> 290.10 279.30 Chordata Osteichthyes
#> 16 <NA> 290.10 279.30 Chordata Osteichthyes
#> 17 <NA> 290.10 279.30 Chordata Osteichthyes
#> 18 <NA> 318.10 314.60 Chordata Osteichthyes
#> 19 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 20 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 21 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 22 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 23 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 24 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 25 <NA> 303.40 298.90 Chordata Osteichthyes
#> 26 <NA> 303.40 298.90 Chordata Osteichthyes
#> 27 <NA> 303.40 298.90 Chordata Osteichthyes
#> 28 <NA> 303.40 298.90 Chordata Osteichthyes
#> 29 <NA> 303.40 298.90 Chordata Osteichthyes
#> 30 <NA> 303.40 298.90 Chordata Osteichthyes
#> 31 <NA> 296.40 268.00 Chordata Osteichthyes
#> 32 <NA> 296.40 268.00 Chordata Osteichthyes
#> 33 <NA> 296.40 268.00 Chordata Osteichthyes
#> 34 <NA> 268.00 265.00 Chordata Osteichthyes
#> 35 <NA> 268.00 265.00 Chordata Osteichthyes
#> 36 <NA> 268.00 265.00 Chordata Osteichthyes
#> 37 <NA> 268.00 265.00 Chordata Osteichthyes
#> 38 <NA> 268.00 265.00 Chordata Reptilia
#> 39 <NA> 290.10 279.30 Chordata Osteichthyes
#> 40 <NA> 290.10 279.30 Chordata Osteichthyes
#> 41 <NA> 290.10 279.30 Chordata Osteichthyes
#> 42 <NA> 290.10 279.30 Chordata Osteichthyes
#> 43 <NA> 290.10 279.30 Chordata Osteichthyes
#> 44 <NA> 290.10 279.30 Chordata Osteichthyes
#> 45 <NA> 336.00 326.40 Chordata Osteichthyes
#> 46 <NA> 336.00 326.40 Chordata Osteichthyes
#> 47 <NA> 336.00 326.40 Chordata Osteichthyes
#> 48 <NA> 336.00 326.40 Chordata Osteichthyes
#> 49 <NA> 326.40 318.10 Chordata Osteichthyes
#> 50 <NA> 326.40 318.10 Chordata Osteichthyes
#> 51 <NA> 326.40 318.10 Chordata Osteichthyes
#> 52 <NA> 326.40 318.10 Chordata Osteichthyes
#> 53 <NA> 279.30 272.30 Chordata Reptilia
#> 54 <NA> 279.30 272.30 Chordata Osteichthyes
#> 55 <NA> 279.30 272.30 Chordata Osteichthyes
#> 56 <NA> 279.30 272.30 Chordata Osteichthyes
#> 57 <NA> 279.30 272.30 Chordata Osteichthyes
#> 58 <NA> 259.90 254.17 Chordata Osteichthyes
#> 59 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 60 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 61 <NA> 290.10 279.30 Chordata Osteichthyes
#> 62 <NA> 290.10 279.30 Chordata Osteichthyes
#> 63 <NA> 279.30 272.30 Chordata Osteichthyes
#> 64 <NA> 279.30 272.30 Chordata Osteichthyes
#> 65 <NA> 265.10 259.90 Chordata Reptilia
#> 66 <NA> 290.10 279.30 Chordata Osteichthyes
#> 67 <NA> 252.17 247.20 Chordata Reptilia
#> 68 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 69 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 70 <NA> 252.17 247.20 Chordata Osteichthyes
#> 71 <NA> 252.17 247.20 Chordata Osteichthyes
#> 72 <NA> 268.00 265.00 Chordata Reptilia
#> 73 <NA> 251.20 247.20 Chordata Osteichthyes
#> 74 Wordian 272.30 265.10 Chordata Reptilia
#> 75 Wordian 272.30 265.10 Chordata Osteichthyes
#> 76 Wordian 272.30 265.10 Chordata Osteichthyes
#> 77 Wordian 272.30 265.10 Chordata Osteichthyes
#> 78 Wordian 272.30 265.10 Chordata Osteichthyes
#> 79 Wordian 272.30 265.10 Chordata Reptilia
#> 80 Wordian 272.30 265.10 Chordata Osteichthyes
#> 81 Wordian 272.30 265.10 Chordata Osteichthyes
#> 82 Wordian 272.30 265.10 Chordata Osteichthyes
#> 83 Wordian 272.30 265.10 Chordata Osteichthyes
#> 84 Wordian 272.30 265.10 Chordata Osteichthyes
#> 85 Wordian 272.30 265.10 Chordata Osteichthyes
#> 86 Wordian 272.30 265.10 Chordata Osteichthyes
#> 87 Wordian 272.30 265.10 Chordata Reptilia
#> 88 Wordian 272.30 265.10 Chordata Reptilia
#> 89 Wordian 272.30 265.10 Chordata Osteichthyes
#> 90 Wordian 272.30 265.10 Chordata Osteichthyes
#> 91 Wordian 272.30 265.10 Chordata Reptilia
#> 92 Wordian 272.30 265.10 Chordata Reptilia
#> 93 Wordian 272.30 265.10 Chordata Osteichthyes
#> 94 Wordian 272.30 265.10 Chordata Reptilia
#> 95 Wordian 272.30 265.10 Chordata Reptilia
#> 96 Wordian 272.30 265.10 Chordata Osteichthyes
#> 97 Wordian 272.30 265.10 Chordata Osteichthyes
#> 98 Wordian 272.30 265.10 Chordata Osteichthyes
#> 99 Wordian 272.30 265.10 Chordata Reptilia
#> 100 Wordian 272.30 265.10 Chordata Osteichthyes
#> 101 Wordian 272.30 265.10 Chordata Osteichthyes
#> 102 Roadian 279.30 268.80 Chordata Osteichthyes
#> 103 Gzhelian 358.90 298.90 Chordata Osteichthyes
#> 104 Gzhelian 358.90 298.90 Chordata Osteichthyes
#> 105 <NA> 279.30 272.30 Chordata Osteichthyes
#> 106 <NA> 279.30 272.30 Chordata Reptilia
#> 107 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 108 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 109 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 110 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 111 <NA> 296.40 268.00 Chordata Osteichthyes
#> 112 <NA> 296.40 268.00 Chordata Osteichthyes
#> 113 <NA> 296.40 268.00 Chordata Osteichthyes
#> 114 <NA> 296.40 268.00 Chordata Osteichthyes
#> 115 <NA> 298.90 254.00 Chordata Osteichthyes
#> 116 <NA> 298.90 254.00 Chordata Osteichthyes
#> 117 <NA> 318.10 314.60 Chordata Osteichthyes
#> 118 <NA> 295.50 290.10 Chordata Osteichthyes
#> 119 <NA> 295.50 290.10 Chordata Osteichthyes
#> 120 <NA> 295.50 290.10 Chordata Osteichthyes
#> 121 <NA> 295.50 290.10 Chordata Osteichthyes
#> 122 <NA> 295.50 290.10 Chordata Osteichthyes
#> 123 <NA> 295.50 290.10 Chordata Osteichthyes
#> 124 <NA> 295.50 290.10 Chordata Osteichthyes
#> 125 <NA> 295.50 290.10 Chordata Osteichthyes
#> 126 <NA> 295.50 290.10 Chordata Osteichthyes
#> 127 <NA> 295.50 290.10 Chordata Osteichthyes
#> 128 <NA> 295.50 290.10 Chordata Osteichthyes
#> 129 <NA> 295.50 290.10 Chordata Osteichthyes
#> 130 <NA> 295.50 290.10 Chordata Osteichthyes
#> 131 <NA> 295.50 290.10 Chordata Osteichthyes
#> 132 <NA> 295.50 290.10 Chordata Osteichthyes
#> 133 <NA> 295.50 290.10 Chordata Osteichthyes
#> 134 <NA> 295.50 290.10 Chordata Osteichthyes
#> 135 <NA> 295.50 290.10 Chordata Osteichthyes
#> 136 <NA> 295.50 290.10 Chordata Osteichthyes
#> 137 <NA> 290.10 279.30 Chordata Osteichthyes
#> 138 <NA> 290.10 279.30 Chordata Osteichthyes
#> 139 <NA> 290.10 279.30 Chordata Osteichthyes
#> 140 <NA> 290.10 279.30 Chordata Osteichthyes
#> 141 <NA> 290.10 279.30 Chordata Osteichthyes
#> 142 <NA> 290.10 279.30 Chordata Osteichthyes
#> 143 <NA> 290.10 279.30 Chordata Osteichthyes
#> 144 <NA> 290.10 279.30 Chordata Osteichthyes
#> 145 <NA> 290.10 279.30 Chordata Osteichthyes
#> 146 <NA> 290.10 279.30 Chordata Osteichthyes
#> 147 <NA> 290.10 279.30 Chordata Osteichthyes
#> 148 <NA> 290.10 279.30 Chordata Osteichthyes
#> 149 <NA> 290.10 279.30 Chordata Osteichthyes
#> 150 <NA> 290.10 279.30 Chordata Osteichthyes
#> 151 <NA> 290.10 279.30 Chordata Osteichthyes
#> 152 <NA> 290.10 279.30 Chordata Osteichthyes
#> 153 <NA> 290.10 279.30 Chordata Osteichthyes
#> 154 <NA> 290.10 279.30 Chordata Osteichthyes
#> 155 <NA> 290.10 279.30 Chordata Osteichthyes
#> 156 <NA> 290.10 279.30 Chordata Reptilia
#> 157 <NA> 290.10 279.30 Chordata Reptilia
#> 158 <NA> 290.10 279.30 Chordata Osteichthyes
#> 159 <NA> 290.10 279.30 Chordata Reptilia
#> 160 <NA> 290.10 279.30 Chordata Osteichthyes
#> 161 <NA> 290.10 279.30 Chordata Osteichthyes
#> 162 <NA> 290.10 279.30 Chordata Osteichthyes
#> 163 <NA> 290.10 279.30 Chordata Osteichthyes
#> 164 <NA> 290.10 279.30 Chordata Osteichthyes
#> 165 <NA> 290.10 279.30 Chordata Osteichthyes
#> 166 <NA> 290.10 279.30 Chordata Osteichthyes
#> 167 <NA> 290.10 279.30 Chordata Osteichthyes
#> 168 <NA> 290.10 279.30 Chordata Osteichthyes
#> 169 <NA> 290.10 279.30 Chordata Osteichthyes
#> 170 <NA> 290.10 279.30 Chordata Osteichthyes
#> 171 <NA> 290.10 279.30 Chordata Osteichthyes
#> 172 <NA> 290.10 279.30 Chordata Osteichthyes
#> 173 <NA> 290.10 279.30 Chordata Osteichthyes
#> 174 <NA> 290.10 279.30 Chordata Osteichthyes
#> 175 <NA> 290.10 279.30 Chordata Osteichthyes
#> 176 <NA> 290.10 279.30 Chordata Osteichthyes
#> 177 <NA> 290.10 279.30 Chordata Osteichthyes
#> 178 <NA> 290.10 279.30 Chordata Osteichthyes
#> 179 <NA> 290.10 279.30 Chordata Osteichthyes
#> 180 <NA> 290.10 279.30 Chordata Osteichthyes
#> 181 <NA> 290.10 279.30 Chordata Osteichthyes
#> 182 <NA> 290.10 279.30 Chordata Osteichthyes
#> 183 <NA> 290.10 279.30 Chordata Osteichthyes
#> 184 <NA> 290.10 279.30 Chordata Osteichthyes
#> 185 <NA> 290.10 279.30 Chordata Osteichthyes
#> 186 <NA> 290.10 279.30 Chordata Osteichthyes
#> 187 <NA> 290.10 279.30 Chordata Osteichthyes
#> 188 <NA> 290.10 279.30 Chordata Osteichthyes
#> 189 <NA> 290.10 279.30 Chordata Osteichthyes
#> 190 <NA> 290.10 279.30 Chordata Osteichthyes
#> 191 <NA> 290.10 279.30 Chordata Osteichthyes
#> 192 <NA> 290.10 279.30 Chordata Osteichthyes
#> 193 <NA> 290.10 279.30 Chordata Osteichthyes
#> 194 <NA> 290.10 279.30 Chordata Osteichthyes
#> 195 <NA> 290.10 279.30 Chordata Osteichthyes
#> 196 <NA> 290.10 279.30 Chordata Osteichthyes
#> 197 <NA> 290.10 279.30 Chordata Osteichthyes
#> 198 <NA> 290.10 279.30 Chordata Osteichthyes
#> 199 <NA> 290.10 279.30 Chordata Osteichthyes
#> 200 <NA> 290.10 279.30 Chordata Osteichthyes
#> 201 <NA> 290.10 279.30 Chordata Osteichthyes
#> 202 <NA> 290.10 279.30 Chordata Osteichthyes
#> 203 <NA> 290.10 279.30 Chordata Osteichthyes
#> 204 <NA> 290.10 279.30 Chordata Osteichthyes
#> 205 <NA> 290.10 279.30 Chordata Osteichthyes
#> 206 <NA> 290.10 279.30 Chordata Osteichthyes
#> 207 <NA> 290.10 279.30 Chordata Osteichthyes
#> 208 <NA> 290.10 279.30 Chordata Osteichthyes
#> 209 <NA> 290.10 279.30 Chordata Osteichthyes
#> 210 <NA> 290.10 279.30 Chordata Osteichthyes
#> 211 <NA> 290.10 279.30 Chordata Osteichthyes
#> 212 <NA> 290.10 279.30 Chordata Osteichthyes
#> 213 <NA> 290.10 279.30 Chordata Osteichthyes
#> 214 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 215 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 216 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 217 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 218 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 219 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 220 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 221 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 222 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 223 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 224 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 225 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 226 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 227 Kungurian 290.10 272.30 Chordata Reptilia
#> 228 Kungurian 290.10 272.30 Chordata Reptilia
#> 229 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 230 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 231 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 232 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 233 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 234 <NA> 279.30 272.30 Chordata Osteichthyes
#> 235 <NA> 279.30 272.30 Chordata Osteichthyes
#> 236 <NA> 279.30 272.30 Chordata Reptilia
#> 237 <NA> 279.30 272.30 Chordata Osteichthyes
#> 238 <NA> 279.30 272.30 Chordata Osteichthyes
#> 239 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 240 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 241 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 242 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 243 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 244 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 245 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 246 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 247 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 248 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 249 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 250 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 251 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 252 <NA> 279.30 272.30 Chordata Osteichthyes
#> 253 <NA> 279.30 272.30 Chordata Osteichthyes
#> 254 <NA> 279.30 272.30 Chordata Osteichthyes
#> 255 <NA> 279.30 272.30 Chordata Osteichthyes
#> 256 <NA> 279.30 272.30 Chordata Osteichthyes
#> 257 <NA> 279.30 272.30 Chordata Osteichthyes
#> 258 <NA> 279.30 272.30 Chordata Osteichthyes
#> 259 <NA> 279.30 272.30 Chordata Osteichthyes
#> 260 <NA> 279.30 272.30 Chordata Osteichthyes
#> 261 <NA> 279.30 272.30 Chordata Osteichthyes
#> 262 <NA> 279.30 272.30 Chordata Osteichthyes
#> 263 <NA> 279.30 272.30 Chordata Osteichthyes
#> 264 <NA> 279.30 272.30 Chordata Osteichthyes
#> 265 <NA> 279.30 272.30 Chordata Osteichthyes
#> 266 <NA> 279.30 272.30 Chordata Reptilia
#> 267 <NA> 279.30 272.30 Chordata Reptilia
#> 268 <NA> 279.30 272.30 Chordata Reptilia
#> 269 <NA> 279.30 272.30 Chordata Reptilia
#> 270 <NA> 279.30 272.30 Chordata Reptilia
#> 271 <NA> 279.30 272.30 Chordata Reptilia
#> 272 <NA> 279.30 272.30 Chordata Osteichthyes
#> 273 <NA> 279.30 272.30 Chordata Osteichthyes
#> 274 <NA> 279.30 272.30 Chordata Osteichthyes
#> 275 <NA> 279.30 272.30 Chordata Osteichthyes
#> 276 <NA> 279.30 272.30 Chordata Osteichthyes
#> 277 <NA> 279.30 272.30 Chordata Osteichthyes
#> 278 <NA> 279.30 272.30 Chordata Osteichthyes
#> 279 <NA> 279.30 272.30 Chordata Osteichthyes
#> 280 <NA> 279.30 272.30 Chordata Osteichthyes
#> 281 <NA> 279.30 272.30 Chordata Osteichthyes
#> 282 <NA> 279.30 272.30 Chordata Osteichthyes
#> 283 <NA> 279.30 272.30 Chordata Osteichthyes
#> 284 <NA> 279.30 272.30 Chordata Osteichthyes
#> 285 <NA> 279.30 272.30 Chordata Reptilia
#> 286 <NA> 279.30 272.30 Chordata Osteichthyes
#> 287 <NA> 279.30 272.30 Chordata Osteichthyes
#> 288 <NA> 279.30 272.30 Chordata Reptilia
#> 289 <NA> 279.30 272.30 Chordata Reptilia
#> 290 <NA> 279.30 272.30 Chordata Osteichthyes
#> 291 <NA> 279.30 272.30 Chordata Osteichthyes
#> 292 <NA> 279.30 272.30 Chordata Osteichthyes
#> 293 <NA> 279.30 272.30 Chordata Osteichthyes
#> 294 <NA> 279.30 272.30 Chordata Osteichthyes
#> 295 <NA> 279.30 272.30 Chordata Osteichthyes
#> 296 <NA> 279.30 272.30 Chordata Osteichthyes
#> 297 <NA> 279.30 272.30 Chordata Reptilia
#> 298 <NA> 279.30 272.30 Chordata Reptilia
#> 299 <NA> 279.30 272.30 Chordata Osteichthyes
#> 300 <NA> 279.30 272.30 Chordata Osteichthyes
#> 301 <NA> 279.30 272.30 Chordata Osteichthyes
#> 302 <NA> 279.30 272.30 Chordata Osteichthyes
#> 303 <NA> 279.30 272.30 Chordata Osteichthyes
#> 304 <NA> 279.30 272.30 Chordata Osteichthyes
#> 305 <NA> 279.30 272.30 Chordata Osteichthyes
#> 306 <NA> 279.30 272.30 Chordata Osteichthyes
#> 307 <NA> 279.30 272.30 Chordata Osteichthyes
#> 308 <NA> 279.30 272.30 Chordata Osteichthyes
#> 309 <NA> 279.30 272.30 Chordata Osteichthyes
#> 310 <NA> 279.30 272.30 Chordata Osteichthyes
#> 311 <NA> 279.30 272.30 Chordata Osteichthyes
#> 312 <NA> 279.30 272.30 Chordata Osteichthyes
#> 313 <NA> 279.30 272.30 Chordata Osteichthyes
#> 314 <NA> 279.30 272.30 Chordata Osteichthyes
#> 315 <NA> 279.30 272.30 Chordata Osteichthyes
#> 316 <NA> 279.30 272.30 Chordata Osteichthyes
#> 317 <NA> 279.30 272.30 Chordata Osteichthyes
#> 318 <NA> 279.30 272.30 Chordata Osteichthyes
#> 319 <NA> 279.30 272.30 Chordata Osteichthyes
#> 320 <NA> 279.30 272.30 Chordata Osteichthyes
#> 321 <NA> 279.30 272.30 Chordata Osteichthyes
#> 322 <NA> 279.30 272.30 Chordata Reptilia
#> 323 <NA> 279.30 272.30 Chordata Reptilia
#> 324 <NA> 279.30 272.30 Chordata Osteichthyes
#> 325 <NA> 279.30 272.30 Chordata Osteichthyes
#> 326 <NA> 279.30 272.30 Chordata Osteichthyes
#> 327 <NA> 279.30 272.30 Chordata Osteichthyes
#> 328 <NA> 279.30 272.30 Chordata Osteichthyes
#> 329 <NA> 279.30 272.30 Chordata Osteichthyes
#> 330 <NA> 279.30 272.30 Chordata Reptilia
#> 331 <NA> 279.30 272.30 Chordata Reptilia
#> 332 <NA> 279.30 272.30 Chordata Reptilia
#> 333 <NA> 279.30 272.30 Chordata Osteichthyes
#> 334 <NA> 279.30 272.30 Chordata Osteichthyes
#> 335 <NA> 279.30 272.30 Chordata Osteichthyes
#> 336 <NA> 279.30 272.30 Chordata Osteichthyes
#> 337 <NA> 279.30 272.30 Chordata Osteichthyes
#> 338 <NA> 279.30 272.30 Chordata Osteichthyes
#> 339 <NA> 279.30 272.30 Chordata Osteichthyes
#> 340 <NA> 279.30 272.30 Chordata Reptilia
#> 341 <NA> 279.30 272.30 Chordata Osteichthyes
#> 342 <NA> 279.30 272.30 Chordata Osteichthyes
#> 343 <NA> 279.30 272.30 Chordata Osteichthyes
#> 344 <NA> 279.30 272.30 Chordata Osteichthyes
#> 345 <NA> 279.30 272.30 Chordata Osteichthyes
#> 346 <NA> 279.30 272.30 Chordata Osteichthyes
#> 347 <NA> 279.30 272.30 Chordata Osteichthyes
#> 348 <NA> 279.30 272.30 Chordata Osteichthyes
#> 349 <NA> 279.30 272.30 Chordata Osteichthyes
#> 350 <NA> 279.30 272.30 Chordata Osteichthyes
#> 351 <NA> 279.30 272.30 Chordata Osteichthyes
#> 352 <NA> 279.30 272.30 Chordata Osteichthyes
#> 353 <NA> 279.30 272.30 Chordata Osteichthyes
#> 354 <NA> 279.30 272.30 Chordata Osteichthyes
#> 355 <NA> 279.30 272.30 Chordata Osteichthyes
#> 356 <NA> 279.30 272.30 Chordata Osteichthyes
#> 357 <NA> 279.30 272.30 Chordata Osteichthyes
#> 358 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 359 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 360 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 361 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 362 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 363 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 364 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 365 <NA> 279.30 272.30 Chordata Osteichthyes
#> 366 <NA> 279.30 272.30 Chordata Osteichthyes
#> 367 <NA> 279.30 272.30 Chordata Osteichthyes
#> 368 <NA> 279.30 272.30 Chordata Osteichthyes
#> 369 <NA> 296.40 268.00 Chordata Osteichthyes
#> 370 <NA> 296.40 268.00 Chordata Osteichthyes
#> 371 <NA> 252.17 251.20 Chordata Osteichthyes
#> 372 <NA> 252.17 251.20 Chordata Osteichthyes
#> 373 <NA> 252.17 251.20 Chordata Osteichthyes
#> 374 Permian 298.90 252.17 Chordata Osteichthyes
#> 375 Permian 298.90 252.17 Chordata Osteichthyes
#> 376 Permian 298.90 252.17 Chordata Osteichthyes
#> 377 <NA> 295.50 290.10 Chordata Osteichthyes
#> 378 <NA> 290.10 279.30 Chordata Osteichthyes
#> 379 <NA> 290.10 279.30 Chordata Osteichthyes
#> 380 <NA> 290.10 279.30 Chordata Osteichthyes
#> 381 <NA> 290.10 279.30 Chordata Osteichthyes
#> 382 <NA> 252.17 247.20 Chordata Osteichthyes
#> 383 <NA> 251.20 247.20 Chordata Osteichthyes
#> 384 <NA> 251.20 247.20 Chordata Osteichthyes
#> 385 <NA> 279.50 272.50 Chordata Reptilia
#> 386 <NA> 318.10 314.60 Chordata Osteichthyes
#> 387 <NA> 318.10 314.60 Chordata Osteichthyes
#> 388 <NA> 318.10 314.60 Chordata Osteichthyes
#> 389 <NA> 318.10 314.60 Chordata Osteichthyes
#> 390 <NA> 318.10 314.60 Chordata Reptilia
#> 391 <NA> 318.10 314.60 Chordata Reptilia
#> 392 <NA> 318.10 314.60 Chordata Reptilia
#> 393 <NA> 318.10 314.60 Chordata Osteichthyes
#> 394 <NA> 318.10 314.60 Chordata Osteichthyes
#> 395 Early Triassic 259.90 247.20 Chordata Osteichthyes
#> 396 Early Triassic 259.90 247.20 Chordata Osteichthyes
#> 397 Early Triassic 259.90 247.20 Chordata Osteichthyes
#> 398 <NA> 265.00 252.30 Chordata Reptilia
#> 399 Early Vyatkian 265.00 252.30 Chordata Reptilia
#> 400 Early Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 401 Early Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 402 <NA> 265.10 259.90 Chordata Osteichthyes
#> 403 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 404 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 405 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 406 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 407 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 408 Sakmarian 298.90 290.10 Chordata Reptilia
#> 409 <NA> 303.40 298.90 Chordata Osteichthyes
#> 410 <NA> 251.20 247.20 Chordata Reptilia
#> 411 <NA> 279.30 272.30 Chordata Reptilia
#> 412 <NA> 279.30 272.30 Chordata Osteichthyes
#> 413 <NA> 303.40 298.90 Chordata Osteichthyes
#> 414 <NA> 303.40 298.90 Chordata Osteichthyes
#> 415 <NA> 323.20 298.90 Chordata Reptilia
#> 416 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 417 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 418 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 419 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 420 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 421 <NA> 259.00 252.30 Chordata Reptilia
#> 422 <NA> 290.10 279.30 Chordata Osteichthyes
#> 423 <NA> 265.00 252.30 Chordata Reptilia
#> 424 <NA> 252.17 247.20 Chordata Reptilia
#> 425 <NA> 252.17 247.20 Chordata Osteichthyes
#> 426 <NA> 252.17 247.20 Chordata Reptilia
#> 427 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 428 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 429 <NA> 279.30 272.30 Chordata Osteichthyes
#> 430 <NA> 252.17 251.20 Chordata Reptilia
#> 431 <NA> 251.20 247.20 Chordata Reptilia
#> 432 <NA> 252.17 251.20 Chordata Reptilia
#> 433 Olenekian 252.17 247.20 Chordata Reptilia
#> 434 Olenekian 252.17 247.20 Chordata Reptilia
#> 435 <NA> 265.10 259.90 Chordata Osteichthyes
#> 436 <NA> 265.10 259.90 Chordata Osteichthyes
#> 437 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 438 <NA> 251.30 247.20 Chordata Reptilia
#> 439 <NA> 251.30 247.20 Chordata Reptilia
#> 440 <NA> 259.00 252.30 Chordata Osteichthyes
#> 441 <NA> 259.00 252.30 Chordata Osteichthyes
#> 442 <NA> 259.00 252.30 Chordata Osteichthyes
#> 443 <NA> 323.20 298.90 Chordata Osteichthyes
#> 444 <NA> 259.90 254.17 Chordata Osteichthyes
#> 445 <NA> 259.90 254.17 Chordata Osteichthyes
#> 446 <NA> 259.90 254.17 Chordata Osteichthyes
#> 447 <NA> 259.90 254.17 Chordata Osteichthyes
#> 448 <NA> 298.90 254.00 Chordata Osteichthyes
#> 449 <NA> 298.90 254.00 Chordata Osteichthyes
#> 450 <NA> 251.20 247.20 Chordata Osteichthyes
#> 451 <NA> 251.20 247.20 Chordata Reptilia
#> 452 <NA> 251.20 247.20 Chordata Reptilia
#> 453 <NA> 251.20 247.20 Chordata Reptilia
#> 454 <NA> 251.20 247.20 Chordata Osteichthyes
#> 455 <NA> 251.20 247.20 Chordata Reptilia
#> 456 <NA> 251.20 247.20 Chordata Reptilia
#> 457 <NA> 251.20 247.20 Chordata Osteichthyes
#> 458 <NA> 251.20 247.20 Chordata Reptilia
#> 459 <NA> 251.20 247.20 Chordata Reptilia
#> 460 <NA> 251.30 247.20 Chordata Osteichthyes
#> 461 <NA> 251.30 247.20 Chordata Osteichthyes
#> 462 <NA> 290.10 279.30 Chordata Osteichthyes
#> 463 <NA> 307.00 303.70 Chordata Osteichthyes
#> 464 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 465 <NA> 295.50 290.10 Chordata Osteichthyes
#> 466 <NA> 295.50 290.10 Chordata Osteichthyes
#> 467 <NA> 295.50 290.10 Chordata Osteichthyes
#> 468 <NA> 295.50 290.10 Chordata Osteichthyes
#> 469 <NA> 295.50 290.10 Chordata Osteichthyes
#> 470 Olenekian 259.90 247.20 Chordata Reptilia
#> 471 <NA> 298.90 254.00 Chordata Osteichthyes
#> 472 <NA> 298.90 254.00 Chordata Osteichthyes
#> 473 <NA> 252.17 251.20 Chordata Reptilia
#> 474 <NA> 279.30 272.30 Chordata Osteichthyes
#> 475 <NA> 290.10 279.30 Chordata Osteichthyes
#> 476 <NA> 290.10 279.30 Chordata Osteichthyes
#> 477 <NA> 290.10 279.30 Chordata Osteichthyes
#> 478 <NA> 290.10 279.30 Chordata Osteichthyes
#> 479 <NA> 290.10 279.30 Chordata Osteichthyes
#> 480 <NA> 290.10 279.30 Chordata Osteichthyes
#> 481 <NA> 290.10 279.30 Chordata Osteichthyes
#> 482 <NA> 290.10 279.30 Chordata Osteichthyes
#> 483 <NA> 290.10 279.30 Chordata Reptilia
#> 484 <NA> 290.10 279.30 Chordata Osteichthyes
#> 485 <NA> 290.10 279.30 Chordata Osteichthyes
#> 486 <NA> 290.10 279.30 Chordata Reptilia
#> 487 <NA> 290.10 279.30 Chordata Reptilia
#> 488 <NA> 290.10 279.30 Chordata Reptilia
#> 489 <NA> 290.10 279.30 Chordata Reptilia
#> 490 <NA> 290.10 279.30 Chordata Reptilia
#> 491 <NA> 290.10 279.30 Chordata Reptilia
#> 492 <NA> 290.10 279.30 Chordata Osteichthyes
#> 493 <NA> 290.10 279.30 Chordata Osteichthyes
#> 494 <NA> 290.10 279.30 Chordata Osteichthyes
#> 495 <NA> 290.10 279.30 Chordata Osteichthyes
#> 496 <NA> 290.10 279.30 Chordata Reptilia
#> 497 <NA> 290.10 279.30 Chordata Osteichthyes
#> 498 <NA> 290.10 279.30 Chordata Osteichthyes
#> 499 <NA> 279.30 272.30 Chordata Osteichthyes
#> 500 <NA> 279.30 272.30 Chordata Osteichthyes
#> 501 <NA> 279.30 272.30 Chordata Osteichthyes
#> 502 <NA> 279.30 272.30 Chordata Osteichthyes
#> 503 <NA> 279.30 272.30 Chordata Osteichthyes
#> 504 <NA> 279.30 272.30 Chordata Osteichthyes
#> 505 <NA> 279.30 272.30 Chordata Osteichthyes
#> 506 <NA> 279.30 272.30 Chordata Reptilia
#> 507 <NA> 279.30 272.30 Chordata Reptilia
#> 508 <NA> 279.30 272.30 Chordata Reptilia
#> 509 <NA> 279.30 272.30 Chordata Osteichthyes
#> 510 <NA> 279.30 272.30 Chordata Osteichthyes
#> 511 <NA> 254.17 252.17 Chordata Osteichthyes
#> 512 <NA> 254.17 252.17 Chordata Osteichthyes
#> 513 <NA> 290.10 268.00 Chordata Osteichthyes
#> 514 <NA> 290.10 268.00 Chordata Osteichthyes
#> 515 <NA> 339.40 336.00 Chordata Osteichthyes
#> 516 <NA> 339.40 336.00 Chordata Osteichthyes
#> 517 <NA> 339.40 336.00 Chordata Osteichthyes
#> 518 <NA> 326.40 318.10 Chordata Osteichthyes
#> 519 <NA> 326.40 318.10 Chordata Osteichthyes
#> 520 <NA> 303.40 298.90 Chordata Reptilia
#> 521 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 522 <NA> 251.20 247.20 Chordata Osteichthyes
#> 523 <NA> 251.20 247.20 Chordata Reptilia
#> 524 <NA> 303.40 301.20 Chordata Osteichthyes
#> 525 <NA> 265.10 259.90 Chordata Osteichthyes
#> 526 <NA> 268.80 265.10 Chordata Osteichthyes
#> 527 <NA> 272.30 259.90 Chordata Osteichthyes
#> 528 <NA> 259.90 254.17 Chordata Reptilia
#> 529 <NA> 326.40 318.10 Chordata Osteichthyes
#> 530 <NA> 326.40 318.10 Chordata Osteichthyes
#> 531 Wolfcamp 303.40 268.00 Chordata Osteichthyes
#> 532 Roadian 279.30 268.80 Chordata Reptilia
#> 533 Capitanian 268.80 259.90 Chordata Reptilia
#> 534 <NA> 251.20 247.20 Chordata Reptilia
#> 535 <NA> 254.17 252.17 Chordata Reptilia
#> 536 <NA> 254.17 252.17 Chordata Reptilia
#> 537 <NA> 296.40 268.00 Chordata Reptilia
#> 538 Late Kazanian 279.50 268.00 Chordata Reptilia
#> 539 <NA> 290.10 279.30 Chordata Osteichthyes
#> 540 <NA> 290.10 279.30 Chordata Reptilia
#> 541 <NA> 290.10 268.00 Chordata Reptilia
#> 542 <NA> 279.30 272.30 Chordata Reptilia
#> 543 <NA> 279.30 272.30 Chordata Reptilia
#> 544 <NA> 279.30 272.30 Chordata Osteichthyes
#> 545 <NA> 279.30 272.30 Chordata Osteichthyes
#> 546 <NA> 279.30 272.30 Chordata Osteichthyes
#> 547 <NA> 279.30 272.30 Chordata Osteichthyes
#> 548 <NA> 259.90 254.17 Chordata Reptilia
#> 549 <NA> 311.45 306.95 Chordata Reptilia
#> 550 Roadian 279.30 268.80 Chordata Reptilia
#> 551 <NA> 290.10 268.00 Chordata Reptilia
#> 552 <NA> 279.30 272.30 Chordata Reptilia
#> 553 Roadian 279.30 268.80 Chordata Reptilia
#> 554 Wuchiapingian 265.10 254.17 Chordata Reptilia
#> 555 <NA> 290.10 268.00 Chordata Reptilia
#> 556 <NA> 251.20 247.20 Chordata Reptilia
#> 557 Urzhumian 272.50 265.00 Chordata Reptilia
#> 558 Roadian 279.30 268.80 Chordata Reptilia
#> 559 Late Kazanian 279.50 268.00 Chordata Reptilia
#> 560 <NA> 268.00 265.00 Chordata Reptilia
#> 561 <NA> 252.17 251.20 Chordata Reptilia
#> 562 <NA> 279.30 272.30 Chordata Reptilia
#> 563 <NA> 279.30 272.30 Chordata Osteichthyes
#> 564 <NA> 279.30 272.30 Chordata Reptilia
#> 565 <NA> 279.30 272.30 Chordata Reptilia
#> 566 <NA> 279.30 272.30 Chordata Reptilia
#> 567 <NA> 279.30 272.30 Chordata Osteichthyes
#> 568 Leonard 296.40 268.00 Chordata Osteichthyes
#> 569 Leonard 296.40 268.00 Chordata Osteichthyes
#> 570 Leonard 296.40 268.00 Chordata Osteichthyes
#> 571 Leonard 296.40 268.00 Chordata Osteichthyes
#> 572 Leonard 296.40 268.00 Chordata Osteichthyes
#> 573 Leonard 296.40 268.00 Chordata Osteichthyes
#> 574 Westphalian D 314.60 306.95 Chordata Osteichthyes
#> 575 Westphalian D 314.60 306.95 Chordata Osteichthyes
#> 576 Westphalian D 314.60 306.95 Chordata Osteichthyes
#> 577 <NA> 290.10 279.30 Chordata Osteichthyes
#> 578 <NA> 252.17 251.20 Chordata Reptilia
#> 579 Changhsingian 259.90 252.17 Chordata Reptilia
#> 580 Changhsingian 259.90 252.17 Chordata Reptilia
#> 581 Changhsingian 259.90 252.17 Chordata Reptilia
#> 582 Changhsingian 259.90 252.17 Chordata Reptilia
#> 583 Changhsingian 259.90 252.17 Chordata Reptilia
#> 584 Changhsingian 259.90 252.17 Chordata Reptilia
#> 585 Changhsingian 259.90 252.17 Chordata Reptilia
#> 586 Changhsingian 259.90 252.17 Chordata Reptilia
#> 587 Changhsingian 259.90 252.17 Chordata Reptilia
#> 588 <NA> 254.17 252.17 Chordata Reptilia
#> 589 Changhsingian 259.90 252.17 Chordata Reptilia
#> 590 Changhsingian 259.90 252.17 Chordata Reptilia
#> 591 <NA> 290.10 279.30 Chordata Osteichthyes
#> 592 <NA> 290.10 268.00 Chordata Osteichthyes
#> 593 Wuchiapingian 295.50 254.17 Chordata Osteichthyes
#> 594 <NA> 279.30 272.30 Chordata Osteichthyes
#> 595 Roadian 279.30 268.80 Chordata Osteichthyes
#> 596 Roadian 279.30 268.80 Chordata Osteichthyes
#> 597 Urzhumian 272.50 265.00 Chordata Osteichthyes
#> 598 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 599 Roadian 279.30 268.80 Chordata Reptilia
#> 600 <NA> 290.10 268.00 Chordata Osteichthyes
#> 601 <NA> 305.90 303.40 Chordata Osteichthyes
#> 602 <NA> 306.95 298.90 Chordata Osteichthyes
#> 603 Roadian 279.30 268.80 Chordata Osteichthyes
#> 604 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 605 <NA> 296.40 268.00 Chordata Osteichthyes
#> 606 Artinskian 295.50 279.30 Chordata Osteichthyes
#> 607 <NA> 290.10 279.30 Chordata Reptilia
#> 608 <NA> 296.40 268.00 Chordata Osteichthyes
#> 609 <NA> 301.20 298.90 Chordata Osteichthyes
#> 610 <NA> 305.90 303.40 Chordata Osteichthyes
#> 611 <NA> 290.10 279.30 Chordata Osteichthyes
#> 612 <NA> 298.90 295.50 Chordata Osteichthyes
#> 613 <NA> 305.90 303.40 Chordata Osteichthyes
#> 614 <NA> 296.40 268.00 Chordata Osteichthyes
#> 615 <NA> 295.50 290.10 Chordata Osteichthyes
#> 616 Roadian 279.30 268.80 Chordata Osteichthyes
#> 617 Virgilian 306.95 298.90 Chordata Osteichthyes
#> 618 <NA> 318.10 306.95 Chordata Osteichthyes
#> 619 <NA> 318.10 306.95 Chordata Osteichthyes
#> 620 <NA> 318.10 306.95 Chordata Osteichthyes
#> 621 <NA> 318.10 306.95 Chordata Osteichthyes
#> 622 <NA> 318.10 306.95 Chordata Osteichthyes
#> 623 <NA> 252.17 247.20 Chordata Reptilia
#> 624 <NA> 318.10 306.95 Chordata Osteichthyes
#> 625 <NA> 318.10 306.95 Chordata Osteichthyes
#> 626 <NA> 318.10 306.95 Chordata Osteichthyes
#> 627 <NA> 318.10 306.95 Chordata Osteichthyes
#> 628 <NA> 318.10 306.95 Chordata Osteichthyes
#> 629 <NA> 318.10 306.95 Chordata Osteichthyes
#> 630 <NA> 318.10 306.95 Chordata Osteichthyes
#> 631 <NA> 318.10 306.95 Chordata Osteichthyes
#> 632 <NA> 259.90 254.17 Chordata Reptilia
#> 633 <NA> 296.40 268.00 Chordata Reptilia
#> 634 <NA> 290.10 279.30 Chordata Reptilia
#> 635 Late Kazanian 279.50 268.00 Chordata Reptilia
#> 636 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 637 <NA> 279.50 272.50 Chordata Reptilia
#> 638 <NA> 279.50 272.50 Chordata Reptilia
#> 639 <NA> 254.17 252.17 Chordata Reptilia
#> 640 <NA> 259.90 254.17 Chordata Osteichthyes
#> 641 <NA> 259.90 254.17 Chordata Osteichthyes
#> 642 <NA> 259.90 254.17 Chordata Reptilia
#> 643 <NA> 259.90 254.17 Chordata Reptilia
#> 644 <NA> 259.90 254.17 Chordata Reptilia
#> 645 <NA> 254.17 252.17 Chordata Reptilia
#> 646 Wolfcamp 303.40 268.00 Chordata Reptilia
#> 647 <NA> 279.30 272.30 Chordata Osteichthyes
#> 648 <NA> 259.90 254.17 Chordata Reptilia
#> 649 <NA> 290.10 268.00 Chordata Reptilia
#> 650 <NA> 290.10 268.00 Chordata Reptilia
#> 651 <NA> 290.10 268.00 Chordata Osteichthyes
#> 652 <NA> 279.30 272.30 Chordata Osteichthyes
#> 653 <NA> 339.40 336.00 Chordata Osteichthyes
#> 654 Wolfcamp 303.40 268.00 Chordata Osteichthyes
#> 655 Wolfcamp 303.40 268.00 Chordata Osteichthyes
#> 656 <NA> 259.90 254.17 Chordata Osteichthyes
#> 657 <NA> 259.90 254.17 Chordata Osteichthyes
#> 658 <NA> 259.90 254.17 Chordata Osteichthyes
#> 659 <NA> 259.90 254.17 Chordata Osteichthyes
#> 660 <NA> 259.90 254.17 Chordata Osteichthyes
#> 661 <NA> 259.90 254.17 Chordata Osteichthyes
#> 662 <NA> 259.90 254.17 Chordata Osteichthyes
#> 663 <NA> 259.90 254.17 Chordata Osteichthyes
#> 664 <NA> 259.90 254.17 Chordata Reptilia
#> 665 <NA> 290.10 279.30 Chordata Osteichthyes
#> 666 <NA> 290.10 279.30 Chordata Osteichthyes
#> 667 <NA> 290.10 279.30 Chordata Osteichthyes
#> 668 <NA> 290.10 279.30 Chordata Osteichthyes
#> 669 <NA> 290.10 279.30 Chordata Osteichthyes
#> 670 <NA> 290.10 279.30 Chordata Osteichthyes
#> 671 <NA> 290.10 279.30 Chordata Osteichthyes
#> 672 <NA> 290.10 279.30 Chordata Reptilia
#> 673 <NA> 290.10 279.30 Chordata Osteichthyes
#> 674 <NA> 290.10 279.30 Chordata Osteichthyes
#> 675 <NA> 290.10 268.00 Chordata Osteichthyes
#> 676 <NA> 290.10 268.00 Chordata Osteichthyes
#> 677 <NA> 290.10 268.00 Chordata Osteichthyes
#> 678 <NA> 290.10 268.00 Chordata Osteichthyes
#> 679 <NA> 290.10 268.00 Chordata Osteichthyes
#> 680 <NA> 290.10 268.00 Chordata Osteichthyes
#> 681 <NA> 290.10 268.00 Chordata Osteichthyes
#> 682 <NA> 290.10 268.00 Chordata Osteichthyes
#> 683 <NA> 290.10 268.00 Chordata Osteichthyes
#> 684 <NA> 290.10 268.00 Chordata Osteichthyes
#> 685 <NA> 290.10 279.30 Chordata Reptilia
#> 686 <NA> 290.10 279.30 Chordata Osteichthyes
#> 687 Kungurian 290.10 272.30 Chordata Reptilia
#> 688 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 689 <NA> 290.10 268.00 Chordata Reptilia
#> 690 <NA> 290.10 279.30 Chordata Osteichthyes
#> 691 <NA> 290.10 268.00 Chordata Reptilia
#> 692 <NA> 290.10 268.00 Chordata Osteichthyes
#> 693 <NA> 279.30 272.30 Chordata Reptilia
#> 694 Roadian 279.30 268.80 Chordata Reptilia
#> 695 Roadian 279.30 268.80 Chordata Osteichthyes
#> 696 Roadian 279.30 268.80 Chordata Osteichthyes
#> 697 Roadian 279.30 268.80 Chordata Osteichthyes
#> 698 Roadian 279.30 268.80 Chordata Osteichthyes
#> 699 Roadian 279.30 268.80 Chordata Osteichthyes
#> 700 Roadian 279.30 268.80 Chordata Osteichthyes
#> 701 Roadian 279.30 268.80 Chordata Osteichthyes
#> 702 Roadian 279.30 268.80 Chordata Reptilia
#> 703 Roadian 279.30 268.80 Chordata Osteichthyes
#> 704 Roadian 279.30 268.80 Chordata Reptilia
#> 705 Roadian 279.30 268.80 Chordata Osteichthyes
#> 706 Roadian 279.30 268.80 Chordata Osteichthyes
#> 707 Roadian 279.30 268.80 Chordata Osteichthyes
#> 708 Roadian 279.30 268.80 Chordata Osteichthyes
#> 709 Roadian 279.30 268.80 Chordata Reptilia
#> 710 Roadian 279.30 268.80 Chordata Osteichthyes
#> 711 Roadian 279.30 268.80 Chordata Osteichthyes
#> 712 Roadian 279.30 268.80 Chordata Osteichthyes
#> 713 Roadian 279.30 268.80 Chordata Osteichthyes
#> 714 Roadian 279.30 268.80 Chordata Osteichthyes
#> 715 <NA> 296.40 268.00 Chordata Osteichthyes
#> 716 <NA> 303.40 298.90 Chordata Osteichthyes
#> 717 <NA> 303.40 298.90 Chordata Osteichthyes
#> 718 <NA> 303.40 298.90 Chordata Osteichthyes
#> 719 <NA> 303.40 298.90 Chordata Osteichthyes
#> 720 <NA> 303.40 298.90 Chordata Osteichthyes
#> 721 <NA> 303.40 298.90 Chordata Osteichthyes
#> 722 Roadian 279.30 268.80 Chordata Reptilia
#> 723 Roadian 279.30 268.80 Chordata Osteichthyes
#> 724 Wordian 272.30 265.10 Chordata Osteichthyes
#> 725 <NA> 296.40 268.00 Chordata Osteichthyes
#> 726 Roadian 279.30 268.80 Chordata Osteichthyes
#> 727 Roadian 279.30 268.80 Chordata Osteichthyes
#> 728 Roadian 279.30 268.80 Chordata Osteichthyes
#> 729 <NA> 290.10 279.30 Chordata Osteichthyes
#> 730 Roadian 279.30 268.80 Chordata Reptilia
#> 731 Roadian 279.30 268.80 Chordata Osteichthyes
#> 732 Roadian 279.30 268.80 Chordata Osteichthyes
#> 733 Roadian 279.30 268.80 Chordata Osteichthyes
#> 734 Roadian 279.30 268.80 Chordata Osteichthyes
#> 735 <NA> 298.90 295.50 Chordata Reptilia
#> 736 <NA> 290.10 279.30 Chordata Reptilia
#> 737 <NA> 290.10 279.30 Chordata Reptilia
#> 738 Roadian 279.30 268.80 Chordata Osteichthyes
#> 739 Roadian 279.30 268.80 Chordata Osteichthyes
#> 740 Roadian 279.30 268.80 Chordata Osteichthyes
#> 741 <NA> 279.30 272.30 Chordata Osteichthyes
#> 742 <NA> 311.45 306.95 Chordata Osteichthyes
#> 743 <NA> 311.45 306.95 Chordata Osteichthyes
#> 744 Leonard 296.40 268.00 Chordata Osteichthyes
#> 745 Kungurian 290.10 272.30 Chordata Reptilia
#> 746 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 747 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 748 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 749 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 750 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 751 Kungurian 290.10 272.30 Chordata Reptilia
#> 752 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 753 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 754 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 755 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 756 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 757 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 758 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 759 Kungurian 290.10 272.30 Chordata Reptilia
#> 760 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 761 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 762 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 763 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 764 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 765 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 766 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 767 <NA> 254.17 252.17 Chordata Osteichthyes
#> 768 <NA> 254.17 252.17 Chordata Osteichthyes
#> 769 <NA> 254.17 252.17 Chordata Reptilia
#> 770 <NA> 254.17 252.17 Chordata Osteichthyes
#> 771 <NA> 290.10 279.30 Chordata Reptilia
#> 772 <NA> 296.40 268.00 Chordata Osteichthyes
#> 773 <NA> 296.40 268.00 Chordata Osteichthyes
#> 774 <NA> 296.40 268.00 Chordata Reptilia
#> 775 Kungurian 290.10 272.30 Chordata Reptilia
#> 776 Kungurian 290.10 272.30 Chordata Reptilia
#> 777 <NA> 279.30 272.30 Chordata Reptilia
#> 778 <NA> 279.30 272.30 Chordata Reptilia
#> 779 <NA> 279.30 272.30 Chordata Reptilia
#> 780 <NA> 279.30 272.30 Chordata Osteichthyes
#> 781 <NA> 290.10 268.00 Chordata Reptilia
#> 782 <NA> 290.10 268.00 Chordata Reptilia
#> 783 <NA> 290.10 268.00 Chordata Reptilia
#> 784 <NA> 272.30 268.80 Chordata Osteichthyes
#> 785 <NA> 272.30 268.80 Chordata Osteichthyes
#> 786 <NA> 272.30 268.80 Chordata Osteichthyes
#> 787 <NA> 272.30 268.80 Chordata Reptilia
#> 788 <NA> 272.30 268.80 Chordata Osteichthyes
#> 789 <NA> 272.30 268.80 Chordata Osteichthyes
#> 790 <NA> 272.30 268.80 Chordata Osteichthyes
#> 791 <NA> 290.10 279.30 Chordata Osteichthyes
#> 792 <NA> 296.40 268.00 Chordata Reptilia
#> 793 <NA> 296.40 268.00 Chordata Reptilia
#> 794 <NA> 296.40 268.00 Chordata Reptilia
#> 795 <NA> 296.40 268.00 Chordata Reptilia
#> 796 <NA> 296.40 268.00 Chordata Reptilia
#> 797 <NA> 296.40 268.00 Chordata Reptilia
#> 798 <NA> 279.30 272.30 Chordata Osteichthyes
#> 799 <NA> 279.30 272.30 Chordata Reptilia
#> 800 <NA> 311.45 306.95 Chordata Osteichthyes
#> 801 <NA> 311.45 306.95 Chordata Osteichthyes
#> 802 <NA> 311.45 306.95 Chordata Reptilia
#> 803 <NA> 311.45 306.95 Chordata Reptilia
#> 804 <NA> 311.45 306.95 Chordata Reptilia
#> 805 <NA> 311.45 306.95 Chordata Osteichthyes
#> 806 <NA> 311.45 306.95 Chordata Osteichthyes
#> 807 <NA> 311.45 306.95 Chordata Osteichthyes
#> 808 <NA> 311.45 306.95 Chordata Osteichthyes
#> 809 <NA> 279.30 272.30 Chordata Osteichthyes
#> 810 <NA> 298.90 295.50 Chordata Osteichthyes
#> 811 <NA> 251.30 247.20 Chordata Reptilia
#> 812 <NA> 251.20 247.20 Chordata Osteichthyes
#> 813 <NA> 251.20 247.20 Chordata Osteichthyes
#> 814 <NA> 251.20 247.20 Chordata Osteichthyes
#> 815 <NA> 251.20 247.20 Chordata Reptilia
#> 816 <NA> 251.20 247.20 Chordata Osteichthyes
#> 817 <NA> 251.20 247.20 Chordata Reptilia
#> 818 <NA> 268.00 265.00 Chordata Reptilia
#> 819 Westphalian D 314.60 306.95 Chordata Reptilia
#> 820 <NA> 305.90 303.40 Chordata Osteichthyes
#> 821 <NA> 305.90 303.40 Chordata Osteichthyes
#> 822 <NA> 305.90 303.40 Chordata Osteichthyes
#> 823 <NA> 279.30 272.30 Chordata Osteichthyes
#> 824 Urzhumian 272.50 265.00 Chordata Osteichthyes
#> 825 <NA> 305.90 303.40 Chordata Osteichthyes
#> 826 <NA> 305.90 303.40 Chordata Osteichthyes
#> 827 <NA> 305.90 303.40 Chordata Osteichthyes
#> 828 <NA> 305.90 303.40 Chordata Reptilia
#> 829 <NA> 305.90 303.40 Chordata Reptilia
#> 830 <NA> 296.40 268.00 Chordata Osteichthyes
#> 831 <NA> 296.40 268.00 Chordata Osteichthyes
#> 832 <NA> 296.40 268.00 Chordata Osteichthyes
#> 833 <NA> 296.40 268.00 Chordata Osteichthyes
#> 834 <NA> 296.40 268.00 Chordata Osteichthyes
#> 835 <NA> 296.40 268.00 Chordata Reptilia
#> 836 <NA> 296.40 268.00 Chordata Osteichthyes
#> 837 <NA> 295.50 290.10 Chordata Osteichthyes
#> 838 <NA> 298.90 295.50 Chordata Osteichthyes
#> 839 <NA> 296.40 268.00 Chordata Osteichthyes
#> 840 <NA> 296.40 268.00 Chordata Osteichthyes
#> 841 <NA> 296.40 268.00 Chordata Osteichthyes
#> 842 <NA> 296.40 268.00 Chordata Osteichthyes
#> 843 <NA> 296.40 268.00 Chordata Osteichthyes
#> 844 <NA> 296.40 268.00 Chordata Osteichthyes
#> 845 <NA> 296.40 268.00 Chordata Osteichthyes
#> 846 <NA> 296.40 268.00 Chordata Reptilia
#> 847 <NA> 296.40 268.00 Chordata Osteichthyes
#> 848 <NA> 296.40 268.00 Chordata Osteichthyes
#> 849 <NA> 296.40 268.00 Chordata Osteichthyes
#> 850 <NA> 296.40 268.00 Chordata Osteichthyes
#> 851 <NA> 296.40 268.00 Chordata Osteichthyes
#> 852 <NA> 296.40 268.00 Chordata Osteichthyes
#> 853 <NA> 296.40 268.00 Chordata Osteichthyes
#> 854 <NA> 296.40 268.00 Chordata Osteichthyes
#> 855 <NA> 296.40 268.00 Chordata Osteichthyes
#> 856 Vyatkian 265.00 252.30 Chordata Reptilia
#> 857 Vyatkian 265.00 252.30 Chordata Reptilia
#> 858 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 859 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 860 Vyatkian 265.00 252.30 Chordata Reptilia
#> 861 <NA> 296.40 268.00 Chordata Osteichthyes
#> 862 <NA> 290.10 279.30 Chordata Osteichthyes
#> 863 <NA> 259.90 254.17 Chordata Reptilia
#> 864 <NA> 259.00 252.30 Chordata Reptilia
#> 865 <NA> 259.00 252.30 Chordata Reptilia
#> 866 <NA> 259.00 252.30 Chordata Reptilia
#> 867 <NA> 259.90 252.17 Chordata Reptilia
#> 868 <NA> 259.90 252.17 Chordata Reptilia
#> 869 <NA> 259.90 252.17 Chordata Reptilia
#> 870 <NA> 259.90 252.17 Chordata Osteichthyes
#> 871 <NA> 259.90 252.17 Chordata Osteichthyes
#> 872 <NA> 259.90 252.17 Chordata Reptilia
#> 873 <NA> 265.10 259.90 Chordata Osteichthyes
#> 874 <NA> 303.40 298.90 Chordata Osteichthyes
#> 875 <NA> 259.90 252.17 Chordata Reptilia
#> 876 <NA> 259.90 252.17 Chordata Reptilia
#> 877 <NA> 268.00 265.00 Chordata Reptilia
#> 878 <NA> 265.00 252.30 Chordata Reptilia
#> 879 <NA> 268.00 265.00 Chordata Reptilia
#> 880 <NA> 268.00 265.00 Chordata Osteichthyes
#> 881 <NA> 268.00 265.00 Chordata Osteichthyes
#> 882 <NA> 268.00 265.00 Chordata Osteichthyes
#> 883 <NA> 268.00 265.00 Chordata Osteichthyes
#> 884 <NA> 259.90 254.17 Chordata Reptilia
#> 885 <NA> 259.90 254.17 Chordata Reptilia
#> 886 <NA> 296.40 268.00 Chordata Osteichthyes
#> 887 <NA> 279.30 272.30 Chordata Reptilia
#> 888 <NA> 279.30 272.30 Chordata Osteichthyes
#> 889 <NA> 279.30 272.30 Chordata Reptilia
#> 890 <NA> 279.30 272.30 Chordata Osteichthyes
#> 891 <NA> 279.30 272.30 Chordata Osteichthyes
#> 892 <NA> 279.30 272.30 Chordata Osteichthyes
#> 893 <NA> 279.30 272.30 Chordata Reptilia
#> 894 <NA> 279.30 272.30 Chordata Osteichthyes
#> 895 <NA> 279.30 272.30 Chordata Reptilia
#> 896 <NA> 279.30 272.30 Chordata Osteichthyes
#> 897 <NA> 279.30 272.30 Chordata Osteichthyes
#> 898 <NA> 279.30 272.30 Chordata Osteichthyes
#> 899 <NA> 279.30 272.30 Chordata Osteichthyes
#> 900 <NA> 279.30 272.30 Chordata Osteichthyes
#> 901 <NA> 279.30 272.30 Chordata Osteichthyes
#> 902 <NA> 279.30 272.30 Chordata Reptilia
#> 903 <NA> 279.30 272.30 Chordata Reptilia
#> 904 <NA> 259.00 252.30 Chordata Reptilia
#> 905 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 906 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 907 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 908 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 909 Olenekian 259.90 247.20 Chordata Reptilia
#> 910 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 911 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 912 <NA> 252.17 251.20 Chordata Reptilia
#> 913 <NA> 252.17 251.20 Chordata Reptilia
#> 914 <NA> 259.00 252.30 Chordata Reptilia
#> 915 <NA> 254.17 252.17 Chordata Reptilia
#> 916 <NA> 259.00 252.30 Chordata Reptilia
#> 917 <NA> 259.00 252.30 Chordata Reptilia
#> 918 Capitanian 268.80 259.90 Chordata Osteichthyes
#> 919 <NA> 279.30 272.30 Chordata Reptilia
#> 920 <NA> 279.30 272.30 Chordata Reptilia
#> 921 <NA> 298.90 295.50 Chordata Reptilia
#> 922 <NA> 298.90 295.50 Chordata Reptilia
#> 923 <NA> 290.10 268.00 Chordata Osteichthyes
#> 924 <NA> 290.10 268.00 Chordata Osteichthyes
#> 925 <NA> 290.10 268.00 Chordata Osteichthyes
#> 926 <NA> 290.10 268.00 Chordata Osteichthyes
#> 927 <NA> 290.10 268.00 Chordata Osteichthyes
#> 928 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 929 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 930 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 931 <NA> 290.10 279.30 Chordata Osteichthyes
#> 932 <NA> 259.90 254.17 Chordata Reptilia
#> 933 <NA> 296.40 268.00 Chordata Osteichthyes
#> 934 <NA> 305.90 303.40 Chordata Osteichthyes
#> 935 <NA> 305.90 303.40 Chordata Osteichthyes
#> 936 <NA> 279.30 272.30 Chordata Osteichthyes
#> 937 <NA> 296.40 268.00 Chordata Osteichthyes
#> 938 <NA> 296.40 268.00 Chordata Osteichthyes
#> 939 <NA> 296.40 268.00 Chordata Osteichthyes
#> 940 <NA> 296.40 268.00 Chordata Osteichthyes
#> 941 <NA> 290.10 268.00 Chordata Osteichthyes
#> 942 <NA> 290.10 279.30 Chordata Osteichthyes
#> 943 <NA> 290.10 279.30 Chordata Osteichthyes
#> 944 <NA> 290.10 279.30 Chordata Osteichthyes
#> 945 <NA> 296.40 268.00 Chordata Osteichthyes
#> 946 <NA> 272.50 268.00 Chordata Reptilia
#> 947 <NA> 290.10 279.30 Chordata Osteichthyes
#> 948 <NA> 290.10 279.30 Chordata Osteichthyes
#> 949 <NA> 290.10 279.30 Chordata Osteichthyes
#> 950 <NA> 290.10 279.30 Chordata Osteichthyes
#> 951 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 952 Westphalian D 314.60 306.95 Chordata Osteichthyes
#> 953 <NA> 265.00 254.00 Chordata Osteichthyes
#> 954 Westphalian D 314.60 306.95 Chordata Osteichthyes
#> 955 <NA> 272.50 268.00 Chordata Reptilia
#> 956 <NA> 311.45 306.95 Chordata Osteichthyes
#> 957 <NA> 311.45 306.95 Chordata Osteichthyes
#> 958 <NA> 311.45 306.95 Chordata Osteichthyes
#> 959 <NA> 311.45 306.95 Chordata Osteichthyes
#> 960 <NA> 311.45 306.95 Chordata Osteichthyes
#> 961 <NA> 290.10 279.30 Chordata Osteichthyes
#> 962 <NA> 290.10 279.30 Chordata Osteichthyes
#> 963 <NA> 296.40 268.00 Chordata Osteichthyes
#> 964 <NA> 295.50 290.10 Chordata Osteichthyes
#> 965 <NA> 290.10 279.30 Chordata Osteichthyes
#> 966 <NA> 290.10 279.30 Chordata Osteichthyes
#> 967 <NA> 290.10 279.30 Chordata Osteichthyes
#> 968 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 969 <NA> 298.90 295.50 Chordata Osteichthyes
#> 970 <NA> 290.10 279.30 Chordata Osteichthyes
#> 971 <NA> 290.10 279.30 Chordata Osteichthyes
#> 972 <NA> 295.50 290.10 Chordata Osteichthyes
#> 973 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 974 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 975 <NA> 259.00 252.30 Chordata Reptilia
#> 976 <NA> 318.10 314.60 Chordata Osteichthyes
#> 977 <NA> 259.90 254.17 Chordata Reptilia
#> 978 <NA> 259.90 254.17 Chordata Reptilia
#> 979 <NA> 259.90 254.17 Chordata Reptilia
#> 980 <NA> 251.30 247.20 Chordata Reptilia
#> 981 <NA> 252.17 251.20 Chordata Reptilia
#> 982 Olenekian 252.17 247.20 Chordata Reptilia
#> 983 Kungurian 290.10 272.30 Chordata Reptilia
#> 984 <NA> 252.17 251.20 Chordata Reptilia
#> 985 <NA> 252.17 251.20 Chordata Reptilia
#> 986 Urzhumian 272.50 265.00 Chordata Reptilia
#> 987 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 988 Wordian 272.30 265.10 Chordata Reptilia
#> 989 <NA> 279.30 272.30 Chordata Osteichthyes
#> 990 <NA> 259.90 254.17 Chordata Reptilia
#> 991 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 992 <NA> 259.90 254.17 Chordata Osteichthyes
#> 993 <NA> 259.90 254.17 Chordata Osteichthyes
#> 994 <NA> 259.90 254.17 Chordata Osteichthyes
#> 995 <NA> 259.90 254.17 Chordata Osteichthyes
#> 996 <NA> 259.90 254.17 Chordata Osteichthyes
#> 997 <NA> 259.90 254.17 Chordata Osteichthyes
#> 998 <NA> 259.90 254.17 Chordata Osteichthyes
#> 999 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1000 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1001 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1002 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1003 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1004 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1005 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1006 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1007 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1008 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1009 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1010 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1011 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1012 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1013 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1014 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1015 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1016 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1017 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1018 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1019 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1020 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1021 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1022 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1023 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1024 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1025 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1026 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1027 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1028 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1029 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1030 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1031 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1032 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1033 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1034 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1035 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1036 <NA> 303.40 298.90 Chordata Reptilia
#> 1037 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1038 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1039 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1040 <NA> 259.00 252.30 Chordata Reptilia
#> 1041 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1042 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1043 <NA> 259.00 252.30 Chordata Reptilia
#> 1044 <NA> 259.00 252.30 Chordata Reptilia
#> 1045 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1046 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1047 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1048 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1049 <NA> 259.00 252.30 Chordata Reptilia
#> 1050 <NA> 259.00 252.30 Chordata Reptilia
#> 1051 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1052 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1053 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1054 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1055 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 1056 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1057 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 1058 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 1059 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 1060 Early Severodvinian 268.00 252.30 Chordata Osteichthyes
#> 1061 Urzhumian 272.50 265.00 Chordata Osteichthyes
#> 1062 Urzhumian 272.50 265.00 Chordata Osteichthyes
#> 1063 Wordian 272.30 265.10 Chordata Osteichthyes
#> 1064 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 1065 <NA> 318.10 314.60 Chordata Osteichthyes
#> 1066 <NA> 318.10 314.60 Chordata Osteichthyes
#> 1067 <NA> 318.10 314.60 Chordata Osteichthyes
#> 1068 <NA> 259.90 254.17 Chordata Reptilia
#> 1069 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 1070 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1071 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1072 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1073 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1074 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1075 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1076 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1077 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1078 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1079 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1080 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1081 <NA> 290.10 268.00 Chordata Reptilia
#> 1082 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1083 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1084 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1085 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1086 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1087 Late Kazanian 279.50 268.00 Chordata Reptilia
#> 1088 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 1089 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 1090 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 1091 Late Kazanian 279.50 268.00 Chordata Osteichthyes
#> 1092 <NA> 268.00 265.00 Chordata Reptilia
#> 1093 <NA> 279.30 272.30 Chordata Reptilia
#> 1094 <NA> 279.30 272.30 Chordata Reptilia
#> 1095 <NA> 279.50 272.50 Chordata Osteichthyes
#> 1096 <NA> 279.50 272.50 Chordata Osteichthyes
#> 1097 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1098 <NA> 251.20 247.20 Chordata Reptilia
#> 1099 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1100 Olenekian 252.17 247.20 Chordata Reptilia
#> 1101 <NA> 252.17 247.20 Chordata Reptilia
#> 1102 <NA> 252.17 247.20 Chordata Reptilia
#> 1103 Kungurian 290.10 272.30 Chordata Reptilia
#> 1104 Olenekian 252.17 247.20 Chordata Reptilia
#> 1105 <NA> 279.30 272.30 Chordata Reptilia
#> 1106 Olenekian 252.17 247.20 Chordata Reptilia
#> 1107 <NA> 252.17 247.20 Chordata Reptilia
#> 1108 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1109 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1110 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1111 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1112 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1113 Olenekian 259.90 247.20 Chordata Reptilia
#> 1114 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1115 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1116 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1117 <NA> 259.90 254.17 Chordata Reptilia
#> 1118 <NA> 265.10 259.90 Chordata Reptilia
#> 1119 <NA> 259.90 254.17 Chordata Reptilia
#> 1120 <NA> 259.90 254.17 Chordata Reptilia
#> 1121 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1122 <NA> 265.10 259.90 Chordata Reptilia
#> 1123 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1124 <NA> 265.00 252.30 Chordata Reptilia
#> 1125 <NA> 265.00 252.30 Chordata Osteichthyes
#> 1126 <NA> 298.90 295.50 Chordata Osteichthyes
#> 1127 <NA> 298.90 295.50 Chordata Osteichthyes
#> 1128 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1129 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 1130 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 1131 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 1132 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 1133 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 1134 Kungurian 290.10 272.30 Chordata Osteichthyes
#> 1135 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1136 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1137 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1138 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1139 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1140 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1141 <NA> 265.10 259.90 Chordata Reptilia
#> 1142 <NA> 265.10 259.90 Chordata Reptilia
#> 1143 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1144 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1145 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1146 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1147 Wolfcamp 303.40 268.00 Chordata Osteichthyes
#> 1148 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1149 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1150 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1151 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1152 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1153 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1154 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1155 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1156 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1157 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1158 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1159 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1160 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1161 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1162 <NA> 265.10 259.90 Chordata Reptilia
#> 1163 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1164 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1165 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1166 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1167 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1168 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1169 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1170 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1171 Spathian 251.30 247.20 Chordata Reptilia
#> 1172 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1173 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1174 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1175 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1176 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1177 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1178 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1179 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1180 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1181 <NA> 251.30 247.20 Chordata Reptilia
#> 1182 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1183 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1184 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1185 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1186 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1187 Roadian 279.30 268.80 Chordata Osteichthyes
#> 1188 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1189 Roadian 279.30 268.80 Chordata Osteichthyes
#> 1190 Roadian 279.30 268.80 Chordata Osteichthyes
#> 1191 Roadian 279.30 268.80 Chordata Osteichthyes
#> 1192 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1193 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1194 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1195 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1196 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1197 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1198 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1199 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1200 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1201 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1202 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1203 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1204 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1205 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1206 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1207 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1208 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1209 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1210 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1211 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1212 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1213 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1214 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1215 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1216 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1217 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1218 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1219 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1220 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1221 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1222 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1223 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1224 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1225 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1226 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1227 Westphalian B 318.10 314.60 Chordata Osteichthyes
#> 1228 <NA> 251.20 247.20 Chordata Reptilia
#> 1229 <NA> 251.20 247.20 Chordata Reptilia
#> 1230 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1231 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1232 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1233 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1234 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1235 <NA> 254.17 252.17 Chordata Reptilia
#> 1236 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1237 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1238 <NA> 254.17 252.17 Chordata Reptilia
#> 1239 <NA> 265.10 259.90 Chordata Reptilia
#> 1240 Olenekian 254.17 247.20 Chordata Reptilia
#> 1241 <NA> 259.90 252.17 Chordata Reptilia
#> 1242 <NA> 259.90 252.17 Chordata Reptilia
#> 1243 Smithian 252.17 247.20 Chordata Reptilia
#> 1244 Smithian 252.17 247.20 Chordata Reptilia
#> 1245 Smithian 252.17 247.20 Chordata Reptilia
#> 1246 Smithian 252.17 247.20 Chordata Reptilia
#> 1247 Smithian 252.17 247.20 Chordata Reptilia
#> 1248 Smithian 252.17 247.20 Chordata Reptilia
#> 1249 <NA> 259.90 252.17 Chordata Reptilia
#> 1250 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1251 <NA> 259.90 254.17 Chordata Reptilia
#> 1252 <NA> 265.10 259.90 Chordata Reptilia
#> 1253 <NA> 265.10 259.90 Chordata Reptilia
#> 1254 <NA> 265.10 259.90 Chordata Reptilia
#> 1255 <NA> 268.00 265.00 Chordata Osteichthyes
#> 1256 <NA> 254.17 252.17 Chordata Osteichthyes
#> 1257 <NA> 254.17 252.17 Chordata Reptilia
#> 1258 <NA> 254.17 252.17 Chordata Reptilia
#> 1259 <NA> 265.00 254.00 Chordata Reptilia
#> 1260 Urzhumian 272.50 265.00 Chordata Reptilia
#> 1261 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1262 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1263 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1264 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1265 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1266 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1267 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1268 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1269 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1270 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1271 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1272 Vyatkian 265.00 252.30 Chordata Reptilia
#> 1273 <NA> 259.90 254.17 Chordata Reptilia
#> 1274 <NA> 259.90 254.17 Chordata Reptilia
#> 1275 <NA> 259.90 254.17 Chordata Reptilia
#> 1276 <NA> 259.90 254.17 Chordata Reptilia
#> 1277 <NA> 259.90 254.17 Chordata Reptilia
#> 1278 <NA> 265.10 259.90 Chordata Reptilia
#> 1279 <NA> 265.10 259.90 Chordata Reptilia
#> 1280 <NA> 265.10 259.90 Chordata Reptilia
#> 1281 <NA> 265.10 259.90 Chordata Reptilia
#> 1282 <NA> 265.10 259.90 Chordata Reptilia
#> 1283 <NA> 265.10 259.90 Chordata Reptilia
#> 1284 <NA> 265.10 259.90 Chordata Reptilia
#> 1285 <NA> 265.10 259.90 Chordata Reptilia
#> 1286 <NA> 265.10 259.90 Chordata Reptilia
#> 1287 <NA> 265.10 259.90 Chordata Reptilia
#> 1288 <NA> 265.10 259.90 Chordata Reptilia
#> 1289 <NA> 265.10 259.90 Chordata Reptilia
#> 1290 <NA> 251.20 247.20 Chordata Reptilia
#> 1291 <NA> 259.90 254.17 Chordata Reptilia
#> 1292 <NA> 251.20 247.20 Chordata Reptilia
#> 1293 <NA> 251.20 247.20 Chordata Reptilia
#> 1294 <NA> 251.20 247.20 Chordata Reptilia
#> 1295 <NA> 251.20 247.20 Chordata Reptilia
#> 1296 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1297 <NA> 251.20 247.20 Chordata Reptilia
#> 1298 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1299 <NA> 251.20 247.20 Chordata Reptilia
#> 1300 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1301 <NA> 251.20 247.20 Chordata Reptilia
#> 1302 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1303 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1304 <NA> 251.20 247.20 Chordata Reptilia
#> 1305 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1306 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1307 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1308 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1309 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1310 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1311 <NA> 251.20 247.20 Chordata Reptilia
#> 1312 <NA> 251.20 247.20 Chordata Reptilia
#> 1313 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1314 <NA> 251.20 247.20 Chordata Reptilia
#> 1315 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1316 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1317 <NA> 265.00 254.00 Chordata Reptilia
#> 1318 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1319 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1320 <NA> 251.20 247.20 Chordata Reptilia
#> 1321 <NA> 251.20 247.20 Chordata Reptilia
#> 1322 <NA> 251.20 247.20 Chordata Reptilia
#> 1323 <NA> 251.20 247.20 Chordata Reptilia
#> 1324 <NA> 251.20 247.20 Chordata Reptilia
#> 1325 <NA> 251.20 247.20 Chordata Reptilia
#> 1326 <NA> 252.17 251.20 Chordata Reptilia
#> 1327 <NA> 254.17 252.17 Chordata Reptilia
#> 1328 <NA> 254.17 252.17 Chordata Reptilia
#> 1329 <NA> 252.17 251.20 Chordata Reptilia
#> 1330 <NA> 252.17 251.20 Chordata Reptilia
#> 1331 <NA> 252.17 251.20 Chordata Reptilia
#> 1332 <NA> 252.17 251.20 Chordata Reptilia
#> 1333 <NA> 251.20 247.20 Chordata Reptilia
#> 1334 <NA> 251.20 247.20 Chordata Reptilia
#> 1335 Olenekian 252.17 247.20 Chordata Reptilia
#> 1336 Olenekian 252.17 247.20 Chordata Reptilia
#> 1337 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1338 <NA> 251.20 247.20 Chordata Reptilia
#> 1339 <NA> 251.20 247.20 Chordata Reptilia
#> 1340 <NA> 251.20 247.20 Chordata Reptilia
#> 1341 Olenekian 252.17 247.20 Chordata Reptilia
#> 1342 Olenekian 252.17 247.20 Chordata Reptilia
#> 1343 Olenekian 252.17 247.20 Chordata Reptilia
#> 1344 Olenekian 252.17 247.20 Chordata Reptilia
#> 1345 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1346 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1347 <NA> 252.17 251.20 Chordata Reptilia
#> 1348 <NA> 251.20 247.20 Chordata Reptilia
#> 1349 <NA> 251.20 247.20 Chordata Reptilia
#> 1350 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1351 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1352 <NA> 251.20 247.20 Chordata Reptilia
#> 1353 <NA> 251.20 247.20 Chordata Reptilia
#> 1354 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1355 <NA> 251.20 247.20 Chordata Reptilia
#> 1356 <NA> 251.20 247.20 Chordata Reptilia
#> 1357 <NA> 252.17 251.20 Chordata Reptilia
#> 1358 <NA> 252.17 251.20 Chordata Reptilia
#> 1359 Olenekian 252.17 247.20 Chordata Reptilia
#> 1360 Olenekian 252.17 247.20 Chordata Reptilia
#> 1361 Olenekian 252.17 247.20 Chordata Reptilia
#> 1362 Olenekian 252.17 247.20 Chordata Reptilia
#> 1363 <NA> 251.20 247.20 Chordata Reptilia
#> 1364 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1365 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1366 <NA> 272.30 268.80 Chordata Osteichthyes
#> 1367 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1368 <NA> 290.10 279.30 Chordata Reptilia
#> 1369 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1370 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1371 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1372 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1373 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1374 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1375 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1376 <NA> 272.30 259.90 Chordata Osteichthyes
#> 1377 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1378 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1379 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1380 <NA> 268.80 265.10 Chordata Osteichthyes
#> 1381 <NA> 318.10 314.60 Chordata Reptilia
#> 1382 <NA> 318.10 314.60 Chordata Osteichthyes
#> 1383 <NA> 318.10 314.60 Chordata Reptilia
#> 1384 <NA> 318.10 314.60 Chordata Osteichthyes
#> 1385 <NA> 252.17 247.20 Chordata Reptilia
#> 1386 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1387 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1388 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1389 <NA> 290.10 279.30 Chordata Reptilia
#> 1390 <NA> 290.10 279.30 Chordata Reptilia
#> 1391 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1392 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1393 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1394 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1395 <NA> 251.30 247.20 Chordata Reptilia
#> 1396 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1397 <NA> 251.30 247.20 Chordata Reptilia
#> 1398 <NA> 251.30 247.20 Chordata Reptilia
#> 1399 <NA> 251.30 247.20 Chordata Reptilia
#> 1400 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1401 <NA> 251.30 247.20 Chordata Reptilia
#> 1402 <NA> 251.30 247.20 Chordata Reptilia
#> 1403 <NA> 251.30 247.20 Chordata Reptilia
#> 1404 <NA> 252.17 247.20 Chordata Reptilia
#> 1405 <NA> 252.17 247.20 Chordata Reptilia
#> 1406 <NA> 252.17 247.20 Chordata Reptilia
#> 1407 <NA> 252.17 247.20 Chordata Reptilia
#> 1408 <NA> 265.00 252.30 Chordata Reptilia
#> 1409 <NA> 251.30 247.20 Chordata Reptilia
#> 1410 <NA> 251.20 247.20 Chordata Reptilia
#> 1411 Spathian 251.30 247.20 Chordata Reptilia
#> 1412 <NA> 251.20 247.20 Chordata Reptilia
#> 1413 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1414 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1415 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1416 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1417 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1418 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1419 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1420 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1421 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1422 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1423 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1424 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1425 Olenekian 252.17 247.20 Chordata Reptilia
#> 1426 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1427 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1428 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1429 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1430 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1431 Olenekian 252.17 247.20 Chordata Reptilia
#> 1432 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1433 Olenekian 252.17 247.20 Chordata Reptilia
#> 1434 Olenekian 252.17 247.20 Chordata Reptilia
#> 1435 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1436 Olenekian 252.17 247.20 Chordata Reptilia
#> 1437 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1438 Olenekian 252.17 247.20 Chordata Reptilia
#> 1439 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1440 Olenekian 252.17 247.20 Chordata Reptilia
#> 1441 Olenekian 252.17 247.20 Chordata Reptilia
#> 1442 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1443 Olenekian 252.17 247.20 Chordata Reptilia
#> 1444 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1445 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1446 <NA> 252.17 251.20 Chordata Reptilia
#> 1447 <NA> 358.90 323.20 Chordata Reptilia
#> 1448 <NA> 251.30 247.20 Chordata Reptilia
#> 1449 <NA> 251.30 247.20 Chordata Reptilia
#> 1450 <NA> 251.30 247.20 Chordata Reptilia
#> 1451 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1452 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1453 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1454 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1455 Olenekian 252.17 247.20 Chordata Reptilia
#> 1456 Olenekian 252.17 247.20 Chordata Reptilia
#> 1457 Olenekian 252.17 247.20 Chordata Reptilia
#> 1458 Olenekian 252.17 247.20 Chordata Reptilia
#> 1459 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1460 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1461 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1462 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1463 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1464 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1465 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1466 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1467 Olenekian 252.17 247.20 Chordata Reptilia
#> 1468 Olenekian 252.17 247.20 Chordata Reptilia
#> 1469 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1470 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1471 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1472 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1473 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1474 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1475 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1476 <NA> 252.17 247.20 Chordata Reptilia
#> 1477 <NA> 252.17 247.20 Chordata Reptilia
#> 1478 <NA> 252.17 247.20 Chordata Reptilia
#> 1479 <NA> 252.17 247.20 Chordata Reptilia
#> 1480 <NA> 252.17 247.20 Chordata Reptilia
#> 1481 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1482 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1483 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1484 Olenekian 252.17 247.20 Chordata Reptilia
#> 1485 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1486 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1487 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1488 <NA> 252.17 251.20 Chordata Reptilia
#> 1489 <NA> 252.17 247.20 Chordata Reptilia
#> 1490 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1491 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1492 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1493 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1494 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1495 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1496 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1497 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1498 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1499 Olenekian 252.17 247.20 Chordata Reptilia
#> 1500 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1501 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1502 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1503 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1504 Olenekian 252.17 247.20 Chordata Reptilia
#> 1505 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1506 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1507 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1508 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1509 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1510 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1511 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1512 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1513 <NA> 252.17 251.20 Chordata Reptilia
#> 1514 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1515 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1516 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1517 <NA> 353.80 345.30 Chordata Osteichthyes
#> 1518 <NA> 251.20 247.20 Chordata Reptilia
#> 1519 <NA> 251.20 247.20 Chordata Reptilia
#> 1520 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1521 Capitanian 272.30 259.90 Chordata Osteichthyes
#> 1522 <NA> 251.30 247.20 Chordata Reptilia
#> 1523 <NA> 303.70 298.90 Chordata Osteichthyes
#> 1524 <NA> 251.20 247.20 Chordata Reptilia
#> 1525 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1526 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1527 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1528 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1529 <NA> 311.45 306.95 Chordata Osteichthyes
#> 1530 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 1531 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1532 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1533 <NA> 305.90 303.40 Chordata Osteichthyes
#> 1534 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1535 <NA> 259.90 254.17 Chordata Reptilia
#> 1536 <NA> 259.90 254.17 Chordata Reptilia
#> 1537 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1538 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1539 <NA> 252.17 251.20 Chordata Reptilia
#> 1540 <NA> 252.17 251.20 Chordata Reptilia
#> 1541 <NA> 252.17 251.20 Chordata Reptilia
#> 1542 Spathian 252.17 247.20 Chordata Reptilia
#> 1543 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1544 <NA> 251.30 247.20 Chordata Reptilia
#> 1545 <NA> 252.17 247.20 Chordata Reptilia
#> 1546 <NA> 252.17 247.20 Chordata Reptilia
#> 1547 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1548 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1549 <NA> 252.17 247.20 Chordata Reptilia
#> 1550 <NA> 252.17 247.20 Chordata Reptilia
#> 1551 <NA> 252.17 247.20 Chordata Reptilia
#> 1552 <NA> 252.17 247.20 Chordata Reptilia
#> 1553 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1554 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1555 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1556 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1557 <NA> 252.17 247.20 Chordata Reptilia
#> 1558 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1559 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1560 Olenekian 252.17 247.20 Chordata Reptilia
#> 1561 Smithian 252.17 247.20 Chordata Reptilia
#> 1562 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1563 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1564 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1565 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1566 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1567 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1568 Smithian 252.17 247.20 Chordata Reptilia
#> 1569 Induan 259.90 251.20 Chordata Osteichthyes
#> 1570 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1571 <NA> 252.17 251.20 Chordata Reptilia
#> 1572 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1573 <NA> 251.20 247.20 Chordata Reptilia
#> 1574 <NA> 251.20 247.20 Chordata Reptilia
#> 1575 <NA> 251.20 247.20 Chordata Reptilia
#> 1576 <NA> 251.20 247.20 Chordata Reptilia
#> 1577 <NA> 251.20 247.20 Chordata Reptilia
#> 1578 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1579 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1580 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1581 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1582 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1583 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1584 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1585 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1586 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1587 <NA> 272.30 268.80 Chordata Reptilia
#> 1588 <NA> 259.90 252.17 Chordata Reptilia
#> 1589 Kungurian 290.10 272.30 Chordata Reptilia
#> 1590 <NA> 290.10 279.30 Chordata Reptilia
#> 1591 <NA> 265.00 252.30 Chordata Osteichthyes
#> 1592 <NA> 265.00 252.30 Chordata Osteichthyes
#> 1593 <NA> 265.00 252.30 Chordata Osteichthyes
#> 1594 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1595 <NA> 259.00 252.30 Chordata Osteichthyes
#> 1596 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1597 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1598 <NA> 265.10 259.90 Chordata Osteichthyes
#> 1599 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1600 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1601 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1602 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1603 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1604 <NA> 306.95 298.90 Chordata Osteichthyes
#> 1605 <NA> 290.10 279.30 Chordata Osteichthyes
#> 1606 <NA> 326.40 318.10 Chordata Osteichthyes
#> 1607 <NA> 326.40 318.10 Chordata Osteichthyes
#> 1608 <NA> 323.20 298.90 Chordata Osteichthyes
#> 1609 <NA> 303.40 298.90 Chordata Osteichthyes
#> 1610 <NA> 306.95 298.90 Chordata Osteichthyes
#> 1611 Sakmarian 306.95 290.10 Chordata Osteichthyes
#> 1612 Sakmarian 306.95 290.10 Chordata Osteichthyes
#> 1613 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1614 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1615 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1616 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1617 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1618 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1619 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1620 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1621 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1622 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1623 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1624 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1625 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1626 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1627 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1628 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1629 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1630 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1631 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1632 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1633 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1634 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1635 <NA> 296.40 268.00 Chordata Osteichthyes
#> 1636 <NA> 314.60 306.95 Chordata Osteichthyes
#> 1637 <NA> 298.90 252.17 Chordata Reptilia
#> 1638 <NA> 295.50 290.10 Chordata Osteichthyes
#> 1639 <NA> 336.00 326.40 Chordata Osteichthyes
#> 1640 <NA> 336.00 326.40 Chordata Osteichthyes
#> 1641 <NA> 336.00 326.40 Chordata Osteichthyes
#> 1642 <NA> 290.10 279.30 Chordata Reptilia
#> 1643 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1644 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1645 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1646 <NA> 252.17 251.20 Chordata Reptilia
#> 1647 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1648 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1649 <NA> 251.30 247.20 Chordata Reptilia
#> 1650 <NA> 251.30 247.20 Chordata Reptilia
#> 1651 <NA> 251.30 247.20 Chordata Reptilia
#> 1652 <NA> 251.30 247.20 Chordata Reptilia
#> 1653 <NA> 251.30 247.20 Chordata Reptilia
#> 1654 <NA> 251.30 247.20 Chordata Reptilia
#> 1655 <NA> 251.30 247.20 Chordata Reptilia
#> 1656 <NA> 251.30 247.20 Chordata Reptilia
#> 1657 <NA> 251.30 247.20 Chordata Reptilia
#> 1658 <NA> 251.30 247.20 Chordata Reptilia
#> 1659 <NA> 251.30 247.20 Chordata Reptilia
#> 1660 <NA> 251.30 247.20 Chordata Reptilia
#> 1661 <NA> 251.30 247.20 Chordata Reptilia
#> 1662 <NA> 251.30 247.20 Chordata Reptilia
#> 1663 <NA> 251.30 247.20 Chordata Reptilia
#> 1664 <NA> 251.30 247.20 Chordata Reptilia
#> 1665 <NA> 251.30 247.20 Chordata Reptilia
#> 1666 <NA> 251.30 247.20 Chordata Reptilia
#> 1667 <NA> 251.30 247.20 Chordata Reptilia
#> 1668 Capitanian 268.80 259.90 Chordata Osteichthyes
#> 1669 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1670 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1671 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1672 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1673 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1674 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1675 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1676 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1677 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1678 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1679 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1680 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1681 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1682 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1683 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1684 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1685 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1686 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1687 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1688 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1689 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1690 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1691 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1692 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1693 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1694 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1695 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1696 <NA> 252.17 251.20 Chordata Reptilia
#> 1697 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1698 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1699 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1700 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1701 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1702 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1703 Spathian 252.17 247.20 Chordata Osteichthyes
#> 1704 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1705 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1706 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1707 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1708 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1709 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1710 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1711 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1712 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1713 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1714 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1715 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1716 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1717 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1718 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1719 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1720 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1721 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1722 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1723 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1724 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1725 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1726 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1727 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1728 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1729 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1730 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1731 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1732 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1733 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1734 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1735 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1736 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1737 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1738 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1739 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1740 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1741 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1742 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1743 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1744 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1745 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1746 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1747 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1748 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1749 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1750 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1751 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1752 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1753 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1754 Induan 259.90 251.20 Chordata Osteichthyes
#> 1755 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1756 <NA> 251.30 247.20 Chordata Reptilia
#> 1757 <NA> 298.90 295.00 Chordata Osteichthyes
#> 1758 <NA> 298.90 295.50 Chordata Osteichthyes
#> 1759 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1760 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1761 <NA> 251.30 247.20 Chordata Reptilia
#> 1762 <NA> 251.30 247.20 Chordata Reptilia
#> 1763 <NA> 251.30 247.20 Chordata Reptilia
#> 1764 <NA> 290.10 279.30 Chordata Reptilia
#> 1765 <NA> 252.17 247.20 Chordata Reptilia
#> 1766 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1767 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1768 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1769 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1770 <NA> 251.20 247.20 Chordata Reptilia
#> 1771 <NA> 251.20 247.20 Chordata Reptilia
#> 1772 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1773 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1774 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1775 <NA> 251.20 247.20 Chordata Reptilia
#> 1776 <NA> 251.20 247.20 Chordata Reptilia
#> 1777 <NA> 251.20 247.20 Chordata Reptilia
#> 1778 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1779 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1780 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1781 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1782 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1783 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1784 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1785 <NA> 251.20 247.20 Chordata Reptilia
#> 1786 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1787 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1788 <NA> 251.20 247.20 Chordata Reptilia
#> 1789 <NA> 251.20 247.20 Chordata Reptilia
#> 1790 <NA> 251.20 247.20 Chordata Reptilia
#> 1791 <NA> 251.20 247.20 Chordata Reptilia
#> 1792 <NA> 251.20 247.20 Chordata Reptilia
#> 1793 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1794 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1795 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1796 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1797 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1798 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1799 <NA> 252.17 251.20 Chordata Reptilia
#> 1800 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1801 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1802 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1803 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1804 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1805 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1806 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1807 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1808 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1809 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1810 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1811 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1812 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1813 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1814 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1815 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1816 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1817 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1818 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1819 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1820 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1821 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1822 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1823 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1824 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1825 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1826 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1827 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1828 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1829 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1830 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1831 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1832 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1833 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1834 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1835 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1836 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1837 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1838 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1839 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1840 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1841 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1842 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1843 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1844 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1845 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1846 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1847 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1848 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1849 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1850 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1851 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1852 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1853 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1854 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1855 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1856 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1857 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1858 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1859 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1860 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1861 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1862 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1863 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1864 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1865 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1866 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1867 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1868 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1869 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1870 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1871 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1872 Smithian 252.17 247.20 Chordata Reptilia
#> 1873 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1874 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1875 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1876 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1877 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1878 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1879 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1880 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1881 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1882 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1883 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1884 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1885 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1886 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1887 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1888 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1889 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1890 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1891 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1892 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1893 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1894 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1895 <NA> 251.30 247.20 Chordata Reptilia
#> 1896 <NA> 251.30 247.20 Chordata Reptilia
#> 1897 <NA> 251.30 247.20 Chordata Reptilia
#> 1898 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1899 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1900 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1901 <NA> 251.20 247.20 Chordata Reptilia
#> 1902 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1903 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1904 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1905 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1906 <NA> 251.20 247.20 Chordata Reptilia
#> 1907 <NA> 251.20 247.20 Chordata Reptilia
#> 1908 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1909 <NA> 251.20 247.20 Chordata Reptilia
#> 1910 <NA> 251.20 247.20 Chordata Osteichthyes
#> 1911 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1912 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1913 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1914 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1915 Smithian 252.17 247.20 Chordata Osteichthyes
#> 1916 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1917 <NA> 252.17 251.20 Chordata Osteichthyes
#> 1918 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 1919 <NA> 259.90 254.17 Chordata Reptilia
#> 1920 <NA> 259.90 254.17 Chordata Reptilia
#> 1921 <NA> 265.00 254.00 Chordata Reptilia
#> 1922 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1923 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1924 <NA> 265.00 254.00 Chordata Osteichthyes
#> 1925 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1926 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1927 <NA> 259.90 254.17 Chordata Reptilia
#> 1928 <NA> 251.20 247.20 Chordata Reptilia
#> 1929 <NA> 251.20 247.20 Chordata Reptilia
#> 1930 <NA> 251.20 247.20 Chordata Reptilia
#> 1931 <NA> 251.20 247.20 Chordata Reptilia
#> 1932 <NA> 251.20 247.20 Chordata Reptilia
#> 1933 <NA> 251.20 247.20 Chordata Reptilia
#> 1934 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1935 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1936 Olenekian 259.90 247.20 Chordata Osteichthyes
#> 1937 <NA> 323.20 298.90 Chordata Osteichthyes
#> 1938 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1939 <NA> 251.30 247.20 Chordata Reptilia
#> 1940 <NA> 251.30 247.20 Chordata Reptilia
#> 1941 <NA> 251.30 247.20 Chordata Reptilia
#> 1942 <NA> 251.30 247.20 Chordata Reptilia
#> 1943 <NA> 303.40 298.90 Chordata Osteichthyes
#> 1944 <NA> 251.30 247.20 Chordata Reptilia
#> 1945 <NA> 259.90 252.17 Chordata Osteichthyes
#> 1946 <NA> 251.30 247.20 Chordata Osteichthyes
#> 1947 <NA> 313.80 311.45 Chordata Osteichthyes
#> 1948 <NA> 252.17 247.20 Chordata Reptilia
#> 1949 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1950 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1951 <NA> 252.17 247.20 Chordata Reptilia
#> 1952 <NA> 252.17 247.20 Chordata Osteichthyes
#> 1953 Roadian 279.30 268.80 Chordata Osteichthyes
#> 1954 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1955 <NA> 290.10 268.00 Chordata Osteichthyes
#> 1956 <NA> 279.30 272.30 Chordata Osteichthyes
#> 1957 Asselian 303.70 295.50 Chordata Reptilia
#> 1958 <NA> 252.17 247.20 Chordata Reptilia
#> 1959 <NA> 252.17 247.20 Chordata Reptilia
#> 1960 <NA> 252.17 247.20 Chordata Reptilia
#> 1961 <NA> 252.17 247.20 Chordata Reptilia
#> 1962 <NA> 252.17 247.20 Chordata Reptilia
#> 1963 <NA> 313.80 305.90 Chordata Osteichthyes
#> 1964 <NA> 305.90 303.40 Chordata Reptilia
#> 1965 <NA> 259.90 254.17 Chordata Osteichthyes
#> 1966 Induan 254.17 251.20 Chordata Reptilia
#> 1967 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1968 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1969 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1970 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1971 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1972 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1973 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1974 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1975 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1976 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1977 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1978 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1979 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1980 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1981 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 1982 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1983 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1984 Changhsingian 259.90 252.17 Chordata Reptilia
#> 1985 <NA> 303.70 298.90 Chordata Reptilia
#> 1986 <NA> 296.40 268.00 Chordata Reptilia
#> 1987 <NA> 295.50 290.10 Chordata Reptilia
#> 1988 <NA> 298.90 295.50 Chordata Reptilia
#> 1989 <NA> 254.17 252.17 Chordata Reptilia
#> 1990 <NA> 259.90 252.17 Chordata Osteichthyes
#> 1991 <NA> 259.90 252.17 Chordata Reptilia
#> 1992 <NA> 290.10 279.30 Chordata Reptilia
#> 1993 <NA> 290.10 279.30 Chordata Reptilia
#> 1994 Olenekian 252.17 247.20 Chordata Reptilia
#> 1995 <NA> 259.90 254.17 Chordata Reptilia
#> 1996 <NA> 259.90 254.17 Chordata Reptilia
#> 1997 <NA> 259.90 254.17 Chordata Reptilia
#> 1998 <NA> 259.90 254.17 Chordata Reptilia
#> 1999 Capitanian 272.30 259.90 Chordata Reptilia
#> 2000 Capitanian 272.30 259.90 Chordata Reptilia
#> 2001 <NA> 259.90 254.17 Chordata Reptilia
#> 2002 <NA> 254.17 252.17 Chordata Reptilia
#> 2003 <NA> 254.17 252.17 Chordata Reptilia
#> 2004 <NA> 259.90 254.17 Chordata Reptilia
#> 2005 <NA> 259.90 254.17 Chordata Reptilia
#> 2006 <NA> 259.90 254.17 Chordata Reptilia
#> 2007 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2008 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2009 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2010 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2011 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2012 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2013 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2014 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2015 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2016 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2017 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2018 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2019 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2020 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2021 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2022 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2023 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2024 <NA> 252.17 251.30 Chordata Osteichthyes
#> 2025 <NA> 298.90 295.50 Chordata Osteichthyes
#> 2026 Sakmarian 298.90 290.10 Chordata Osteichthyes
#> 2027 Wolfcamp 303.40 268.00 Chordata Osteichthyes
#> 2028 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2029 <NA> 251.30 247.20 Chordata Reptilia
#> 2030 Visean 358.90 330.90 Chordata Osteichthyes
#> 2031 Virgilian 305.90 298.90 Chordata Osteichthyes
#> 2032 Asbian 342.80 336.00 Chordata Osteichthyes
#> 2033 <NA> 339.40 336.00 Chordata Osteichthyes
#> 2034 <NA> 339.40 336.00 Chordata Osteichthyes
#> 2035 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2036 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2037 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2038 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2039 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2040 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2041 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2042 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2043 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2044 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2045 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2046 <NA> 259.90 254.17 Chordata Reptilia
#> 2047 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2048 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2049 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2050 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2051 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2052 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2053 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2054 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2055 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2056 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2057 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2058 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2059 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2060 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2061 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2062 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2063 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2064 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2065 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2066 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2067 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2068 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2069 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2070 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2071 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2072 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2073 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2074 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2075 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2076 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2077 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2078 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2079 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2080 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2081 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2082 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2083 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2084 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2085 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2086 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2087 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2088 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2089 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2090 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2091 <NA> 336.00 326.40 Chordata Osteichthyes
#> 2092 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2093 <NA> 336.00 326.40 Chordata Osteichthyes
#> 2094 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2095 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2096 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2097 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2098 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2099 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2100 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2101 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2102 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2103 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2104 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2105 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2106 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2107 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2108 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2109 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2110 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 2111 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2112 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2113 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2114 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2115 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2116 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2117 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2118 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2119 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2120 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2121 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2122 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2123 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2124 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2125 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 2126 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 2127 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 2128 Vyatkian 265.00 252.30 Chordata Osteichthyes
#> 2129 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2130 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2131 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2132 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2133 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2134 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2135 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2136 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2137 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2138 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2139 <NA> 298.90 272.30 Chordata Reptilia
#> 2140 <NA> 298.90 272.30 Chordata Reptilia
#> 2141 <NA> 298.90 272.30 Chordata Reptilia
#> 2142 <NA> 298.90 272.30 Chordata Reptilia
#> 2143 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2144 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2145 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2146 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2147 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2148 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2149 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2150 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2151 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2152 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2153 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2154 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2155 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2156 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2157 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2158 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2159 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2160 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2161 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2162 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2163 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2164 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2165 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2166 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2167 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2168 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2169 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2170 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2171 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2172 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2173 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2174 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2175 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2176 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2177 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2178 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2179 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2180 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2181 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2182 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2183 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2184 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2185 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2186 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2187 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2188 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2189 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2190 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2191 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2192 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2193 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2194 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2195 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2196 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2197 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2198 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2199 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2200 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2201 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2202 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2203 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2204 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2205 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2206 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2207 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2208 Smithian 252.17 247.20 Chordata Osteichthyes
#> 2209 <NA> 298.90 295.50 Chordata Osteichthyes
#> 2210 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2211 Bashkirian 330.90 315.20 Chordata Osteichthyes
#> 2212 Bashkirian 330.90 315.20 Chordata Osteichthyes
#> 2213 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2214 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2215 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2216 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2217 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2218 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2219 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2220 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2221 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2222 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2223 <NA> 259.90 252.17 Chordata Osteichthyes
#> 2224 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2225 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2226 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2227 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2228 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2229 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2230 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2231 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2232 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2233 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2234 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2235 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2236 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2237 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2238 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2239 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2240 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2241 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2242 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2243 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2244 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2245 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2246 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2247 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2248 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2249 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2250 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2251 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2252 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2253 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2254 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2255 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2256 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2257 <NA> 251.30 247.20 Chordata Reptilia
#> 2258 <NA> 251.30 247.20 Chordata Reptilia
#> 2259 <NA> 251.30 247.20 Chordata Reptilia
#> 2260 <NA> 251.30 247.20 Chordata Reptilia
#> 2261 <NA> 251.30 247.20 Chordata Osteichthyes
#> 2262 <NA> 251.30 247.20 Chordata Reptilia
#> 2263 <NA> 251.30 247.20 Chordata Reptilia
#> 2264 <NA> 251.30 247.20 Chordata Reptilia
#> 2265 <NA> 251.30 247.20 Chordata Reptilia
#> 2266 <NA> 251.30 247.20 Chordata Reptilia
#> 2267 <NA> 251.30 247.20 Chordata Reptilia
#> 2268 <NA> 251.30 247.20 Chordata Reptilia
#> 2269 <NA> 251.30 247.20 Chordata Osteichthyes
#> 2270 <NA> 251.30 247.20 Chordata Reptilia
#> 2271 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2272 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2273 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2274 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2275 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2276 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2277 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2278 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2279 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2280 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2281 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2282 <NA> 336.00 326.40 Chordata Osteichthyes
#> 2283 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2284 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2285 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2286 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2287 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2288 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2289 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2290 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2291 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2292 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2293 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2294 <NA> 290.10 279.30 Chordata Reptilia
#> 2295 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2296 <NA> 336.00 326.40 Chordata Osteichthyes
#> 2297 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2298 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2299 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2300 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2301 <NA> 313.80 311.45 Chordata Osteichthyes
#> 2302 <NA> 315.20 307.00 Chordata Osteichthyes
#> 2303 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2304 <NA> 318.10 306.95 Chordata Osteichthyes
#> 2305 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2306 <NA> 307.00 303.70 Chordata Osteichthyes
#> 2307 <NA> 313.80 305.90 Chordata Osteichthyes
#> 2308 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2309 <NA> 303.70 298.90 Chordata Osteichthyes
#> 2310 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2311 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2312 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2313 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2314 <NA> 330.90 323.20 Chordata Osteichthyes
#> 2315 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2316 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2317 <NA> 330.90 323.20 Chordata Osteichthyes
#> 2318 <NA> 330.90 323.20 Chordata Osteichthyes
#> 2319 Bashkirian 330.90 315.20 Chordata Osteichthyes
#> 2320 <NA> 330.90 323.20 Chordata Osteichthyes
#> 2321 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2322 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2323 <NA> 318.10 306.95 Chordata Osteichthyes
#> 2324 <NA> 318.10 306.95 Chordata Osteichthyes
#> 2325 <NA> 318.10 306.95 Chordata Osteichthyes
#> 2326 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2327 <NA> 330.90 323.20 Chordata Osteichthyes
#> 2328 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2329 <NA> 346.70 330.90 Chordata Osteichthyes
#> 2330 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2331 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2332 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2333 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2334 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2335 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2336 <NA> 265.10 259.90 Chordata Reptilia
#> 2337 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2338 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2339 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2340 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2341 <NA> 265.10 259.90 Chordata Reptilia
#> 2342 <NA> 265.10 259.90 Chordata Reptilia
#> 2343 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2344 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2345 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2346 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2347 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2348 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2349 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2350 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2351 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2352 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2353 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2354 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2355 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2356 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2357 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2358 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2359 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2360 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2361 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2362 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2363 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2364 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2365 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2366 <NA> 313.80 305.90 Chordata Osteichthyes
#> 2367 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2368 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2369 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2370 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2371 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2372 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2373 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2374 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2375 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2376 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2377 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2378 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2379 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2380 <NA> 268.00 265.00 Chordata Osteichthyes
#> 2381 <NA> 268.00 265.00 Chordata Osteichthyes
#> 2382 <NA> 268.00 265.00 Chordata Osteichthyes
#> 2383 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2384 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2385 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2386 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2387 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2388 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2389 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2390 Capitanian 268.80 259.90 Chordata Osteichthyes
#> 2391 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2392 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2393 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2394 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2395 <NA> 268.80 265.10 Chordata Osteichthyes
#> 2396 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2397 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2398 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2399 <NA> 268.80 265.10 Chordata Osteichthyes
#> 2400 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2401 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2402 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2403 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2404 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2405 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2406 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2407 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2408 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2409 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2410 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2411 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2412 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2413 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2414 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2415 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2416 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2417 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2418 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2419 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2420 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2421 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2422 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2423 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2424 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2425 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2426 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2427 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2428 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2429 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2430 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2431 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2432 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2433 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2434 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2435 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2436 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2437 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2438 Capitanian 268.80 259.90 Chordata Osteichthyes
#> 2439 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2440 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2441 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2442 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2443 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2444 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2445 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2446 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2447 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2448 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2449 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2450 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2451 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2452 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2453 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2454 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2455 <NA> 318.10 306.95 Chordata Osteichthyes
#> 2456 <NA> 315.20 307.00 Chordata Osteichthyes
#> 2457 Westphalian D 314.60 306.95 Chordata Osteichthyes
#> 2458 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2459 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2460 Kungurian 298.90 272.30 Chordata Osteichthyes
#> 2461 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2462 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2463 Wolfcamp 303.70 268.00 Chordata Osteichthyes
#> 2464 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2465 <NA> 298.90 295.50 Chordata Osteichthyes
#> 2466 <NA> 298.90 295.50 Chordata Osteichthyes
#> 2467 Leonard 296.40 268.00 Chordata Osteichthyes
#> 2468 <NA> 295.50 290.10 Chordata Osteichthyes
#> 2469 Wolfcamp 303.40 268.00 Chordata Osteichthyes
#> 2470 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2471 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2472 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2473 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2474 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2475 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2476 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2477 <NA> 259.90 254.17 Chordata Reptilia
#> 2478 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2479 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2480 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2481 <NA> 254.17 252.17 Chordata Osteichthyes
#> 2482 <NA> 303.70 298.90 Chordata Osteichthyes
#> 2483 <NA> 303.70 298.90 Chordata Osteichthyes
#> 2484 <NA> 298.90 295.50 Chordata Osteichthyes
#> 2485 <NA> 298.90 295.00 Chordata Osteichthyes
#> 2486 <NA> 306.95 298.90 Chordata Osteichthyes
#> 2487 Autunian 306.95 295.00 Chordata Osteichthyes
#> 2488 <NA> 306.95 298.90 Chordata Osteichthyes
#> 2489 <NA> 303.40 301.20 Chordata Osteichthyes
#> 2490 <NA> 303.70 298.90 Chordata Osteichthyes
#> 2491 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2492 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2493 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2494 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2495 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2496 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2497 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2498 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2499 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2500 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2501 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2502 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2503 <NA> 298.90 295.00 Chordata Osteichthyes
#> 2504 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2505 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2506 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2507 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2508 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2509 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2510 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2511 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2512 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2513 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2514 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2515 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2516 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2517 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2518 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2519 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2520 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2521 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2522 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2523 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2524 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2525 <NA> 259.90 254.17 Chordata Reptilia
#> 2526 <NA> 259.90 254.17 Chordata Reptilia
#> 2527 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2528 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2529 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2530 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2531 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2532 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2533 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2534 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2535 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2536 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2537 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2538 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2539 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2540 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2541 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2542 <NA> 259.90 254.17 Chordata Reptilia
#> 2543 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2544 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2545 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2546 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2547 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2548 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2549 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2550 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2551 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2552 <NA> 265.10 259.90 Chordata Reptilia
#> 2553 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2554 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2555 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2556 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2557 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2558 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2559 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2560 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2561 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2562 <NA> 265.10 259.90 Chordata Osteichthyes
#> 2563 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2564 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2565 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2566 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2567 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2568 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2569 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2570 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2571 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2572 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2573 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2574 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2575 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2576 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2577 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2578 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2579 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2580 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2581 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2582 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2583 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2584 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2585 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2586 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2587 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2588 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2589 <NA> 315.20 307.00 Chordata Osteichthyes
#> 2590 <NA> 315.20 307.00 Chordata Osteichthyes
#> 2591 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2592 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2593 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2594 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2595 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2596 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2597 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2598 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2599 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2600 Stephanian C 304.80 301.20 Chordata Osteichthyes
#> 2601 <NA> 290.10 279.30 Chordata Osteichthyes
#> 2602 <NA> 305.90 303.40 Chordata Osteichthyes
#> 2603 <NA> 303.40 298.90 Chordata Osteichthyes
#> 2604 Wordian 272.30 265.10 Chordata Osteichthyes
#> 2605 <NA> 259.90 252.17 Chordata Osteichthyes
#> 2606 <NA> 259.90 252.17 Chordata Osteichthyes
#> 2607 <NA> 259.90 252.17 Chordata Osteichthyes
#> 2608 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2609 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2610 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2611 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2612 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2613 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2614 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2615 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2616 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2617 <NA> 279.30 272.30 Chordata Reptilia
#> 2618 <NA> 279.30 272.30 Chordata Reptilia
#> 2619 <NA> 279.30 272.30 Chordata Reptilia
#> 2620 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2621 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2622 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2623 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2624 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2625 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2626 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2627 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2628 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2629 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2630 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2631 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2632 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2633 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2634 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2635 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2636 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2637 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2638 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2639 <NA> 272.30 259.90 Chordata Osteichthyes
#> 2640 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2641 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2642 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2643 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2644 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2645 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2646 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2647 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2648 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2649 <NA> 279.30 272.30 Chordata Reptilia
#> 2650 <NA> 279.30 272.30 Chordata Reptilia
#> 2651 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2652 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2653 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2654 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2655 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2656 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2657 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2658 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2659 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2660 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2661 <NA> 279.30 272.30 Chordata Reptilia
#> 2662 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2663 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2664 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2665 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2666 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2667 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2668 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2669 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2670 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2671 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2672 <NA> 306.95 298.90 Chordata Osteichthyes
#> 2673 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2674 <NA> 303.40 298.90 Chordata Osteichthyes
#> 2675 <NA> 290.10 268.00 Chordata Osteichthyes
#> 2676 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2677 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2678 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2679 <NA> 295.50 290.10 Chordata Osteichthyes
#> 2680 <NA> 305.90 303.40 Chordata Osteichthyes
#> 2681 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2682 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2683 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2684 <NA> 298.90 295.50 Chordata Osteichthyes
#> 2685 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2686 <NA> 318.10 314.60 Chordata Osteichthyes
#> 2687 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2688 <NA> 295.50 290.10 Chordata Osteichthyes
#> 2689 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2690 <NA> 279.30 272.30 Chordata Osteichthyes
#> 2691 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2692 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2693 <NA> 296.40 268.00 Chordata Osteichthyes
#> 2694 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2695 Stephanian C 304.80 301.20 Chordata Osteichthyes
#> 2696 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2697 Stephanian C 304.80 301.20 Chordata Osteichthyes
#> 2698 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2699 <NA> 323.20 315.20 Chordata Osteichthyes
#> 2700 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2701 <NA> 311.45 306.95 Chordata Osteichthyes
#> 2702 <NA> 295.50 290.10 Chordata Osteichthyes
#> 2703 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2704 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2705 Olenekian 252.17 247.20 Chordata Reptilia
#> 2706 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2707 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2708 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2709 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2710 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2711 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2712 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2713 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2714 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2715 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2716 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2717 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2718 <NA> 259.90 252.17 Chordata Osteichthyes
#> 2719 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2720 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2721 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2722 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2723 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2724 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2725 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2726 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2727 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2728 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2729 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2730 Wuchiapingian 265.10 254.17 Chordata Reptilia
#> 2731 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2732 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2733 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2734 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2735 Wuchiapingian 265.10 254.17 Chordata Osteichthyes
#> 2736 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2737 <NA> 252.17 251.20 Chordata Osteichthyes
#> 2738 Changhsingian 259.90 252.17 Chordata Reptilia
#> 2739 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2740 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2741 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2742 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2743 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2744 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2745 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2746 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2747 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2748 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2749 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2750 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2751 Olenekian 252.17 247.20 Chordata Osteichthyes
#> 2752 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2753 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2754 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2755 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2756 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2757 <NA> 326.40 318.10 Chordata Osteichthyes
#> 2758 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2759 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2760 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2761 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2762 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2763 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2764 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2765 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2766 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2767 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2768 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2769 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2770 Changhsingian 259.90 252.17 Chordata Osteichthyes
#> 2771 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2772 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2773 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2774 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2775 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2776 <NA> 259.90 254.17 Chordata Osteichthyes
#> 2777 <NA> 265.10 259.90 Chordata Reptilia
#> order family genus abund_value
#> 1 Temnospondyli Trematopidae Anconastes 2
#> 2 Cotylosauria <NA> <NA> 1
#> 3 NO_ORDER_SPECIFIED Procolophonidae Procolophon 10
#> 4 Araeoscelidia Araeoscelidae Araeoscelis 2
#> 5 Temnospondyli Dissorophidae Broiliellus 6
#> 6 Temnospondyli Dissorophidae Broiliellus 2
#> 7 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 8 NO_ORDER_SPECIFIED Archeriidae Cricotus 39
#> 9 Temnospondyli Eryopidae Eryops 56
#> 10 Temnospondyli Dissorophidae Aspidosaurus 2
#> 11 Temnospondyli Zatracheidae Zatrachys 1
#> 12 Temnospondyli Trimerorhachidae Trimerorhachis 3
#> 13 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 14 Cotylosauria Diadectidae Diadectes 3
#> 15 Cotylosauria NO_FAMILY_SPECIFIED Archeria 4
#> 16 Cotylosauria Ophiacodontidae Ophiacodon 11
#> 17 Cotylosauria Mesosauridae <NA> 1
#> 18 Temnospondyli Dendrerpetidae Dendrerpeton 1
#> 19 Temnospondyli Eryopidae Eryops NA
#> 20 Temnospondyli Dissorophidae Platyhystrix NA
#> 21 <NA> <NA> <NA> 2
#> 22 Cotylosauria Limnoscelidae <NA> 1
#> 23 Cotylosauria Ophiacodontidae Ophiacodon NA
#> 24 Cotylosauria Sphenacodontidae <NA> 1
#> 25 Temnospondyli Eryopidae Eryops 3
#> 26 Cotylosauria Diadectidae Diadectes 3
#> 27 Cotylosauria Ophiacodontidae Ophiacodon 30
#> 28 Cotylosauria <NA> <NA> 2
#> 29 <NA> <NA> <NA> 1
#> 30 <NA> <NA> <NA> 1
#> 31 Temnospondyli Eryopidae Eryops NA
#> 32 Cotylosauria NO_FAMILY_SPECIFIED Archeria NA
#> 33 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 34 Temnospondyli Archegosauridae Platyoposaurus NA
#> 35 Temnospondyli Archegosauridae Platyoposaurus NA
#> 36 Temnospondyli Archegosauridae Melosaurus NA
#> 37 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 38 NO_ORDER_SPECIFIED Nycteroleteridae Rhipaeosaurus NA
#> 39 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 40 Temnospondyli Eryopidae Eryops NA
#> 41 Cotylosauria NO_FAMILY_SPECIFIED Archeria NA
#> 42 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 43 Cotylosauria Ophiacodontidae Ophiacodon NA
#> 44 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 45 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Westlothiana NA
#> 46 Temnospondyli NO_FAMILY_SPECIFIED Balanerpeton 27
#> 47 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Silvanerpeton 1
#> 48 NO_ORDER_SPECIFIED Baphetidae <NA> NA
#> 49 <NA> <NA> <NA> NA
#> 50 <NA> <NA> <NA> NA
#> 51 NO_ORDER_SPECIFIED Spathicephalidae Spathicephalus NA
#> 52 NO_ORDER_SPECIFIED Eoherpetontidae Eoherpeton NA
#> 53 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 2
#> 54 NO_ORDER_SPECIFIED Seymouriidae Seymouria 9
#> 55 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 360
#> 56 Temnospondyli Trimerorhachidae Trimerorhachis 32
#> 57 Temnospondyli Eryopidae <NA> 8
#> 58 Dicynodontia Pylaecephalidae Diictodon 12
#> 59 Dicynodontia Pylaecephalidae Diictodon 14
#> 60 Temnospondyli Dissorophidae Parioxys 8
#> 61 Temnospondyli Trematopidae Acheloma 5
#> 62 Temnospondyli Dissorophidae Parioxys 2
#> 63 Cotylosauria Conodectidae Conodectes 4
#> 64 Temnospondyli Dissorophidae Dissorophus 6
#> 65 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 66 Cotylosauria Brachystelechidae Carrolla 1
#> 67 NO_ORDER_SPECIFIED Procolophonidae Youngetta 1
#> 68 Temnospondyli Lysipterygiidae Lysipterygium 1
#> 69 Temnospondyli Archegosauridae Kashmirosaurus NA
#> 70 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 71 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 72 NO_ORDER_SPECIFIED Bolosauridae Belebey 3
#> 73 Cotylosauria NO_FAMILY_SPECIFIED Vitalia 3
#> 74 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 7
#> 75 Cotylosauria <NA> <NA> 1
#> 76 Cotylosauria Caseidae Cotylorhynchus 1
#> 77 Cotylosauria Caseidae Cotylorhynchus 1
#> 78 Cotylosauria Caseidae Angelosaurus 1
#> 79 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 3
#> 80 Cotylosauria Caseidae Cotylorhynchus 2
#> 81 Cotylosauria Caseidae <NA> 1
#> 82 Cotylosauria Tappenosauridae <NA> 5
#> 83 Microsauria NO_FAMILY_SPECIFIED Cymatorhiza 1
#> 84 Temnospondyli Trimerorhachidae Nannospondylus 1
#> 85 Temnospondyli Dissorophidae Fayella 2
#> 86 Cotylosauria Varanopidae Varanodon 1
#> 87 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 1
#> 88 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 1
#> 89 Cotylosauria Caseidae <NA> 1
#> 90 Cotylosauria <NA> <NA> 1
#> 91 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 3
#> 92 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 2
#> 93 Cotylosauria <NA> <NA> 1
#> 94 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 1
#> 95 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 33
#> 96 Cotylosauria Caseidae Cotylorhynchus 22
#> 97 Cotylosauria Caseidae Angelosaurus 33
#> 98 Microsauria NO_FAMILY_SPECIFIED Cymatorhiza 1
#> 99 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 3
#> 100 <NA> <NA> <NA> 2
#> 101 Cotylosauria Caseidae <NA> 2
#> 102 <NA> <NA> <NA> 1
#> 103 Temnospondyli NO_FAMILY_SPECIFIED Matthewichnus 1
#> 104 Temnospondyli NO_FAMILY_SPECIFIED Pseudobradypus 1
#> 105 NO_ORDER_SPECIFIED Waggoneriidae Waggoneria 1
#> 106 NO_ORDER_SPECIFIED Captorhinidae Captorhinoides 1
#> 107 Cotylosauria Ulemosauridae Ulemosaurus 1
#> 108 Cotylosauria NO_FAMILY_SPECIFIED Ulemica NA
#> 109 Dicynodontia Dicynodontidae Elph 2
#> 110 Dicynodontia Dicynodontidae Elph 2
#> 111 NO_ORDER_SPECIFIED <NA> <NA> 1
#> 112 Temnospondyli Eryopidae Eryops NA
#> 113 Cotylosauria Diadectidae <NA> NA
#> 114 Cotylosauria Sphenacodontidae <NA> NA
#> 115 NO_ORDER_SPECIFIED <NA> <NA> 1
#> 116 <NA> <NA> <NA> NA
#> 117 Temnospondyli Dendrerpetidae Dendrerpeton 1
#> 118 Temnospondyli Eryopidae Eryops 1
#> 119 Temnospondyli Eryopidae Eryops 3
#> 120 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 121 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 122 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 123 Temnospondyli Eryopidae Eryops 1
#> 124 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 125 Temnospondyli Eryopidae Eryops 2
#> 126 Temnospondyli Zatracheidae Zatrachys 1
#> 127 Cotylosauria Sphenacodontidae Dimetrodon 2
#> 128 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 129 Temnospondyli Eryopidae Eryops 1
#> 130 Cotylosauria Diadectidae Diadectes 1
#> 131 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 132 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 133 Temnospondyli Eryopidae Eryops 1
#> 134 Cotylosauria Diadectidae Diadectes 1
#> 135 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 136 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 137 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 138 Temnospondyli Eryopidae Eryops 2
#> 139 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 140 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 141 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 142 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 143 Temnospondyli Eryopidae Eryops 3
#> 144 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 145 Cotylosauria Sphenacodontidae Dimetrodon 4
#> 146 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 147 Temnospondyli Eryopidae Eryops 7
#> 148 Temnospondyli Trimerorhachidae Trimerorhachis 2
#> 149 Temnospondyli Dissorophidae Parioxys 1
#> 150 Cotylosauria Diadectidae Diadectes NA
#> 151 Cotylosauria Diadectidae Diadectes NA
#> 152 Cotylosauria Diadectidae Diadectes NA
#> 153 Cotylosauria Ophiacodontidae Ophiacodon 6
#> 154 Cotylosauria Sphenacodontidae Dimetrodon 8
#> 155 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 156 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus 7
#> 157 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus 1
#> 158 Cotylosauria Edaphosauridae Edaphosaurus 21
#> 159 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus 7
#> 160 Cotylosauria NO_FAMILY_SPECIFIED Tomicosaurus 1
#> 161 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 162 Temnospondyli Eryopidae Eryops 11
#> 163 Temnospondyli Trimerorhachidae Trimerorhachis 5
#> 164 Cotylosauria Diadectidae Diadectes 7
#> 165 Cotylosauria Diadectidae Diadectes NA
#> 166 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 167 Cotylosauria Sphenacodontidae Dimetrodon 24
#> 168 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 169 Temnospondyli Eryopidae Eryops 2
#> 170 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 171 Cotylosauria Diadectidae Diadectes 1
#> 172 Cotylosauria Sphenacodontidae Dimetrodon 5
#> 173 Temnospondyli Eryopidae Eryops 14
#> 174 Temnospondyli Dissorophidae Aspidosaurus 1
#> 175 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 176 Cotylosauria Diadectidae Diadectes 5
#> 177 Cotylosauria Sphenacodontidae Dimetrodon 6
#> 178 Temnospondyli Eryopidae Eryops 6
#> 179 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 180 Temnospondyli Eryopidae Eryops 37
#> 181 Temnospondyli Trimerorhachidae Trimerorhachis 30
#> 182 Cotylosauria Diadectidae Diadectes 18
#> 183 Cotylosauria Sphenacodontidae Dimetrodon 38
#> 184 Cotylosauria Edaphosauridae Edaphosaurus 4
#> 185 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 186 Temnospondyli Micropholidae Tersomius 1
#> 187 Cotylosauria Gymnarthridae Cardiocephalus 1
#> 188 Temnospondyli Eryopidae Eryops 10
#> 189 Temnospondyli Zatracheidae Zatrachys 1
#> 190 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 191 Cotylosauria Diadectidae Diadectes 5
#> 192 Cotylosauria Sphenacodontidae Dimetrodon 4
#> 193 Temnospondyli Eryopidae Eryops 12
#> 194 Temnospondyli Dissorophidae Aspidosaurus 1
#> 195 Temnospondyli Trimerorhachidae Trimerorhachis 12
#> 196 Cotylosauria Diadectidae Diadectes NA
#> 197 Cotylosauria Sphenacodontidae Secodontosaurus NA
#> 198 Temnospondyli Eryopidae Eryops 1
#> 199 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 200 Cotylosauria Diadectidae Diadectes 1
#> 201 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 202 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 203 Temnospondyli Eryopidae Eryops 3
#> 204 Cotylosauria Diadectidae Diadectes 1
#> 205 Cotylosauria Ophiacodontidae Varanosaurus 1
#> 206 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 207 Cotylosauria Sphenacodontidae Dimetrodon 2
#> 208 Temnospondyli Eryopidae Eryops 2
#> 209 Cotylosauria Diadectidae Diadectes 1
#> 210 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 211 Cotylosauria Sphenacodontidae Secodontosaurus 1
#> 212 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 213 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 214 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 215 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 216 Temnospondyli Eryopidae Eryops 3
#> 217 Temnospondyli Trimerorhachidae Trimerorhachis 2
#> 218 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 4
#> 219 Cotylosauria Diadectidae Diadectes 2
#> 220 Cotylosauria Ophiacodontidae Ophiacodon 5
#> 221 Cotylosauria Sphenacodontidae Dimetrodon 2
#> 222 Temnospondyli Dissorophidae Broiliellus NA
#> 223 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 224 Temnospondyli Eryopidae Eryops 1
#> 225 Temnospondyli Dissorophidae Broiliellus 2
#> 226 Temnospondyli Trimerorhachidae Trimerorhachis 3
#> 227 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 228 NO_ORDER_SPECIFIED Captorhinidae Reiszorhinus 1
#> 229 Cotylosauria Pantylidae Pantylus 9
#> 230 Cotylosauria Ophiacodontidae Varanosaurus 1
#> 231 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 232 Cotylosauria Sphenacodontidae Dimetrodon 2
#> 233 Cotylosauria Edaphosauridae Glaucosaurus 1
#> 234 Temnospondyli Eryopidae Eryops 2
#> 235 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 236 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 237 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 238 Cotylosauria Diadectidae Chilonyx NA
#> 239 Temnospondyli Eryopidae Eryops 2
#> 240 Cotylosauria Diadectidae Diadectes 1
#> 241 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 242 Cotylosauria Sphenacodontidae Dimetrodon 4
#> 243 Temnospondyli Eryopidae Eryops 1
#> 244 Cotylosauria Diadectidae Diadectes 2
#> 245 Cotylosauria Pantylidae Pantylus NA
#> 246 Cotylosauria Diadectidae Diadectes 1
#> 247 Cotylosauria Diadectidae Diadectes NA
#> 248 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 249 Temnospondyli Eryopidae Eryops NA
#> 250 Cotylosauria Sphenacodontidae Secodontosaurus NA
#> 251 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 252 Temnospondyli Eryopidae Eryops 14
#> 253 Temnospondyli Dissorophidae Dissorophus 3
#> 254 Temnospondyli Dissorophidae Aspidosaurus 2
#> 255 Temnospondyli Zatracheidae Dasyceps NA
#> 256 Temnospondyli Trimerorhachidae Trimerorhachis 8
#> 257 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 258 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 23
#> 259 Cotylosauria Molgophidae Brachydectes 54
#> 260 Cotylosauria Gymnarthridae Cardiocephalus 2
#> 261 NO_ORDER_SPECIFIED Seymouriidae Seymouria 2
#> 262 NO_ORDER_SPECIFIED Seymouriidae Seymouria 1
#> 263 Cotylosauria Diadectidae Diadectes 24
#> 264 Cotylosauria Diadectidae Diadectes 1
#> 265 Cotylosauria Gymnarthridae Pariotichus 1
#> 266 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 267 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 268 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 37
#> 269 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 2
#> 270 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 271 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 272 Cotylosauria Ostodolepidae Ostodolepis 1
#> 273 Cotylosauria Pantylidae Pantylus 4
#> 274 Cotylosauria Ophiacodontidae Varanosaurus 1
#> 275 Cotylosauria NO_FAMILY_SPECIFIED Tetraceratops 1
#> 276 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 277 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 278 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 279 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 280 Temnospondyli Eryopidae Eryops 6
#> 281 Temnospondyli Dissorophidae Cacops 21
#> 282 Temnospondyli Trimerorhachidae Trimerorhachis 4
#> 283 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 5
#> 284 NO_ORDER_SPECIFIED Seymouriidae Seymouria 1
#> 285 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 286 Temnospondyli Eobrachyopidae Isodectes 1
#> 287 Cotylosauria Diadectidae Diadectes 3
#> 288 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 4
#> 289 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 290 Cotylosauria Varanopidae Varanops 99
#> 291 Cotylosauria Ophiacodontidae Ophiacodon 4
#> 292 Cotylosauria Sphenacodontidae Dimetrodon 2
#> 293 Cotylosauria Edaphosauridae Edaphosaurus 5
#> 294 Cotylosauria Caseidae Casea 1
#> 295 Temnospondyli Eryopidae Eryops 6
#> 296 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 13
#> 297 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 298 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 299 Cotylosauria Ophiacodontidae Ophiacodon 10
#> 300 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 301 Temnospondyli Dissorophidae Dissorophus 1
#> 302 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 2
#> 303 Temnospondyli Dissorophidae Dissorophus NA
#> 304 NO_ORDER_SPECIFIED Seymouriidae Seymouria 1
#> 305 Cotylosauria Conodectidae Conodectes NA
#> 306 Temnospondyli Eryopidae Eryops NA
#> 307 Temnospondyli Dissorophidae <NA> NA
#> 308 Temnospondyli Dissorophidae <NA> NA
#> 309 Temnospondyli Dissorophidae <NA> NA
#> 310 Temnospondyli Zatracheidae Zatrachys NA
#> 311 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 312 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 7
#> 313 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 314 Cotylosauria Molgophidae Brachydectes NA
#> 315 NO_ORDER_SPECIFIED Seymouriidae Seymouria NA
#> 316 Cotylosauria Diadectidae Diadectes NA
#> 317 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 318 Cotylosauria Ophiacodontidae Ophiacodon NA
#> 319 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 320 Temnospondyli Eryopidae Eryops NA
#> 321 Cotylosauria Caseidae Trichasaurus NA
#> 322 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus NA
#> 323 Araeoscelidia Araeoscelidae Araeoscelis 5
#> 324 Temnospondyli Trematopidae Acheloma 1
#> 325 Temnospondyli Eryopidae Eryops 3
#> 326 Temnospondyli Dissorophidae Dissorophus 1
#> 327 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 328 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 3
#> 329 Cotylosauria Molgophidae Brachydectes 2
#> 330 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 331 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 332 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 333 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 334 Temnospondyli Eryopidae Eryops 2
#> 335 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 336 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 8
#> 337 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 6
#> 338 NO_ORDER_SPECIFIED Seymouriidae Seymouria 1
#> 339 Cotylosauria Diadectidae Diadectes 2
#> 340 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 2
#> 341 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 342 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 343 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 344 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 3
#> 345 Cotylosauria Diadectidae Diadectes 1
#> 346 Cotylosauria Ophiacodontidae Ophiacodon 4
#> 347 Temnospondyli Zatracheidae Zatrachys 1
#> 348 Cotylosauria Diadectidae Diadectes 1
#> 349 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 350 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 351 Cotylosauria NO_FAMILY_SPECIFIED Bathyglyptus 1
#> 352 Cotylosauria Molgophidae Brachydectes 1
#> 353 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 354 Temnospondyli Eryopidae Eryops 1
#> 355 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 356 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 357 Temnospondyli <NA> <NA> NA
#> 358 NO_ORDER_SPECIFIED Archeriidae Cricotus 1
#> 359 Temnospondyli Eryopidae Eryops 6
#> 360 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 361 Cotylosauria Diadectidae Diadectes 3
#> 362 Cotylosauria Diadectidae Diadectes NA
#> 363 Cotylosauria Gymnarthridae Pariotichus 1
#> 364 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 365 Temnospondyli Eryopidae Anisodexis 1
#> 366 Temnospondyli Trematopidae Acheloma 1
#> 367 Cotylosauria Gymnarthridae Cardiocephalus 1
#> 368 Temnospondyli Eobrachyopidae Isodectes 1
#> 369 Temnospondyli Zatracheidae Zatrachys 1
#> 370 Cotylosauria Diadectidae Diadectes NA
#> 371 NO_ORDER_SPECIFIED Bystrowianidae Axitectum 12
#> 372 NO_ORDER_SPECIFIED Bystrowianidae Axitectum 1
#> 373 NO_ORDER_SPECIFIED Bystrowianidae Axitectum 1
#> 374 Temnospondyli Branchiosauridae Apateon NA
#> 375 Temnospondyli Branchiosauridae Apateon NA
#> 376 Temnospondyli Branchiosauridae Apateon NA
#> 377 Temnospondyli Eryopidae Eryops 1
#> 378 Cotylosauria Mesosauridae Mesosaurus NA
#> 379 Cotylosauria Mesosauridae Mesosaurus NA
#> 380 Cotylosauria Mesosauridae Mesosaurus NA
#> 381 Cotylosauria Mesosauridae Mesosaurus NA
#> 382 Temnospondyli NO_FAMILY_SPECIFIED Thoosuchus NA
#> 383 Temnospondyli NO_FAMILY_SPECIFIED Benthosuchus 250
#> 384 Temnospondyli NO_FAMILY_SPECIFIED Thoosuchus 1
#> 385 NO_ORDER_SPECIFIED Bolosauridae <NA> 1
#> 386 Temnospondyli Dendrerpetidae Dendrerpeton 1
#> 387 Temnospondyli Dendrerpetidae Platystegos 3
#> 388 Temnospondyli Dendrerpetidae Dendrysekos 1
#> 389 NO_ORDER_SPECIFIED Eogyrinidae Calligenethlon 1
#> 390 NO_ORDER_SPECIFIED Protorothyrididae Hylonomus 3
#> 391 NO_ORDER_SPECIFIED Protorothyrididae Hylonomus 4
#> 392 NO_ORDER_SPECIFIED Protorothyrididae Hylonomus 1
#> 393 Cotylosauria Gymnarthridae Leiocephalikon 1
#> 394 <NA> <NA> <NA> NA
#> 395 Temnospondyli Branchiosauridae Tungussogyrinus 1
#> 396 Temnospondyli Branchiosauridae Tungussogyrinus 1
#> 397 Temnospondyli Branchiosauridae Tungussogyrinus 6
#> 398 NO_ORDER_SPECIFIED Pareiasauridae Deltavjatia 1
#> 399 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus NA
#> 400 Cotylosauria Inostranceviidae Inostrancevia NA
#> 401 Dicynodontia NO_FAMILY_SPECIFIED Vivaxosaurus NA
#> 402 Cotylosauria Gorgonopidae Gorgonops 1
#> 403 Cotylosauria NO_FAMILY_SPECIFIED Archeria NA
#> 404 Temnospondyli Eryopidae Eryops NA
#> 405 Cotylosauria Diadectidae Diadectes NA
#> 406 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 407 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 408 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus NA
#> 409 <NA> <NA> <NA> NA
#> 410 Ichthyosauria Grippiidae Grippia 1
#> 411 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 412 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 413 Cotylosauria Ophiacodontidae Elcabrosaurus 1
#> 414 Cotylosauria Ophiacodontidae Ophiacodon 9
#> 415 NO_ORDER_SPECIFIED Rhynchosauroidae Dromopus NA
#> 416 Temnospondyli Eryopidae Actinodon NA
#> 417 Therocephalia Akidnognathidae Olivierosuchus 1
#> 418 Temnospondyli Lydekkerinidae Lydekkerina NA
#> 419 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 22
#> 420 Therocephalia Lycideopidae Tetracynodon 1
#> 421 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasuchus 1
#> 422 <NA> <NA> <NA> NA
#> 423 <NA> <NA> <NA> NA
#> 424 Eosuchia <NA> <NA> NA
#> 425 Cotylosauria <NA> <NA> NA
#> 426 <NA> <NA> <NA> NA
#> 427 Temnospondyli Archegosauridae Platyoposaurus 1
#> 428 Temnospondyli Archegosauridae Tryphosuchus 7
#> 429 Temnospondyli Dissorophidae Cacops 1
#> 430 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Vonhuenia NA
#> 431 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 1
#> 432 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 2
#> 433 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 1
#> 434 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus NA
#> 435 Therocephalia Pristerognathidae Pristerognathus NA
#> 436 Dicynodontia Pylaecephalidae Diictodon NA
#> 437 Temnospondyli Archegosauridae Melosaurus 1
#> 438 Ichthyosauria Grippiidae Chaohusaurus 1
#> 439 Ichthyosauria Grippiidae Chaohusaurus 1
#> 440 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 441 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 442 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 443 <NA> <NA> <NA> NA
#> 444 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 445 Cotylosauria <NA> <NA> 1
#> 446 Cotylosauria <NA> <NA> NA
#> 447 Cotylosauria <NA> <NA> 1
#> 448 NO_ORDER_SPECIFIED Discosauriscidae Ariekanerpeton NA
#> 449 NO_ORDER_SPECIFIED Discosauriscidae Ariekanerpeton NA
#> 450 Salientia NO_FAMILY_SPECIFIED Czatkobatrachus 76
#> 451 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Czatkowiella NA
#> 452 Eosuchia NO_FAMILY_SPECIFIED Sophineta 84
#> 453 NO_ORDER_SPECIFIED Euparkeriidae Osmolskina 260
#> 454 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 53
#> 455 Eosuchia Kuehneosauridae Pamelina 114
#> 456 NO_ORDER_SPECIFIED Procolophonidae Procolina NA
#> 457 Temnospondyli NO_FAMILY_SPECIFIED Wetlugasaurus NA
#> 458 NO_ORDER_SPECIFIED Procolophonidae Timanophon 3
#> 459 <NA> <NA> <NA> NA
#> 460 Temnospondyli Trematosauridae Aphaneramma NA
#> 461 Temnospondyli Trematosauridae Aphaneramma NA
#> 462 Cotylosauria Sphenacodontidae Bathygnathus 1
#> 463 <NA> <NA> <NA> 1
#> 464 NO_ORDER_SPECIFIED Karpinskiosauridae Discosauriscus NA
#> 465 Temnospondyli Eryopidae Onchiodon NA
#> 466 Temnospondyli Eryopidae Onchiodon NA
#> 467 Temnospondyli Branchiosauridae Apateon NA
#> 468 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 469 Temnospondyli Zatracheidae Acanthostomatops NA
#> 470 NO_ORDER_SPECIFIED Chirotheriidae <NA> 2
#> 471 Temnospondyli Branchiosauridae Apateon NA
#> 472 NO_ORDER_SPECIFIED Karpinskiosauridae Discosauriscus NA
#> 473 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 474 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 475 Temnospondyli <NA> <NA> 1
#> 476 Temnospondyli Dissorophidae Cacops 7
#> 477 Temnospondyli Amphibamidae Doleserpeton NA
#> 478 Temnospondyli Micropholidae Tersomius 1
#> 479 Temnospondyli Trematopidae <NA> 1
#> 480 NO_ORDER_SPECIFIED Seymouriidae Seymouria 7
#> 481 Aistopoda Phlegethontiidae Sillerpeton 7
#> 482 Cotylosauria Gymnarthridae Cardiocephalus 25
#> 483 NO_ORDER_SPECIFIED Captorhinidae Opisthodontosaurus 25
#> 484 Microsauria Hapsidopareiidae Llistrofus 1
#> 485 Cotylosauria Gymnarthridae Bolterpeton 45
#> 486 NO_ORDER_SPECIFIED Acleistorhinidae Colobomycter 3
#> 487 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 91
#> 488 NO_ORDER_SPECIFIED Captorhinidae <NA> 2
#> 489 NO_ORDER_SPECIFIED Captorhinidae Baeotherates 1
#> 490 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus 3
#> 491 NO_ORDER_SPECIFIED Acleistorhinidae Delorhynchus 3
#> 492 Cotylosauria Varanopidae <NA> 3
#> 493 Cotylosauria Caseidae Oromycter 1
#> 494 Cotylosauria Varanopidae Mycterosaurus 10
#> 495 Cotylosauria Varanopidae Varanops 3
#> 496 Eosuchia <NA> <NA> 1
#> 497 Temnospondyli Trematopidae Acheloma 2
#> 498 Temnospondyli Dissorophidae Cacops 1
#> 499 Temnospondyli Trimerorhachidae Trimerorhachis 7
#> 500 Temnospondyli Micropholidae Tersomius 80
#> 501 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 3
#> 502 Cotylosauria Molgophidae Brachydectes 1
#> 503 Cotylosauria Gymnarthridae Cardiocephalus 3
#> 504 Microsauria Hapsidopareiidae Hapsidopareion 9
#> 505 Cotylosauria Ostodolepidae Micraroter 4
#> 506 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 20
#> 507 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 1
#> 508 NO_ORDER_SPECIFIED Acleistorhinidae Acleistorhinus 1
#> 509 Cotylosauria Sphenacodontidae Dimetrodon 3
#> 510 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 511 Temnospondyli NO_FAMILY_SPECIFIED Saharastega 1
#> 512 Temnospondyli Cochleosauridae Nigerpeton 1
#> 513 Cotylosauria Varanopidae Varanops 1
#> 514 Cotylosauria Diadectidae Diadectes 1
#> 515 NO_ORDER_SPECIFIED Whatcheeriidae Whatcheeria NA
#> 516 NO_ORDER_SPECIFIED <NA> <NA> NA
#> 517 NO_ORDER_SPECIFIED Colosteidae <NA> NA
#> 518 NO_ORDER_SPECIFIED Colosteidae Greererpeton NA
#> 519 Microsauria <NA> <NA> NA
#> 520 NO_ORDER_SPECIFIED Captorhinidae Euconcordia 2
#> 521 Cotylosauria Varanopidae Mycterosaurus 1
#> 522 Temnospondyli <NA> <NA> NA
#> 523 NO_ORDER_SPECIFIED Chirotheriidae <NA> 1
#> 524 Microsauria NO_FAMILY_SPECIFIED Puertollanopus NA
#> 525 Cotylosauria Burnetiidae Pachydectes 1
#> 526 Cotylosauria NO_FAMILY_SPECIFIED Patranomodon 1
#> 527 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 1
#> 528 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 529 NO_ORDER_SPECIFIED <NA> <NA> NA
#> 530 NO_ORDER_SPECIFIED Colosteidae <NA> NA
#> 531 <NA> <NA> <NA> 12
#> 532 NO_ORDER_SPECIFIED Captorhinidae Kahneria 1
#> 533 NO_ORDER_SPECIFIED Pareiasauridae Provelosaurus 1
#> 534 NO_ORDER_SPECIFIED Procolophonidae Coletta 1
#> 535 NO_ORDER_SPECIFIED Pareiasauridae Sanchuansaurus 3
#> 536 <NA> <NA> <NA> 1
#> 537 NO_ORDER_SPECIFIED Captorhinidae Romeria 1
#> 538 NO_ORDER_SPECIFIED Captorhinidae Gecatogomphius 1
#> 539 NO_ORDER_SPECIFIED Cricotidae Cricotillus 2
#> 540 NO_ORDER_SPECIFIED Captorhinidae Protocaptorhinus 50
#> 541 Araeosceloidea NO_FAMILY_SPECIFIED Dictybolos 1
#> 542 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 32
#> 543 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 2
#> 544 Temnospondyli Micropholidae Tersomius 17
#> 545 Microsauria Goniorhynchidae Rhynchonkos 11
#> 546 Cotylosauria Molgophidae Brachydectes 16
#> 547 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 6
#> 548 NO_ORDER_SPECIFIED Captorhinidae Acrodenta 1
#> 549 NO_ORDER_SPECIFIED Protorothyrididae Cephalerpeton 1
#> 550 NO_ORDER_SPECIFIED Captorhinidae Kahneria 4
#> 551 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos 4
#> 552 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos 1
#> 553 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 2
#> 554 NO_ORDER_SPECIFIED Captorhinidae <NA> NA
#> 555 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 7
#> 556 NO_ORDER_SPECIFIED Procolophonidae Kapes 1
#> 557 NO_ORDER_SPECIFIED Nycteroleteridae Nycteroleter 1
#> 558 NO_ORDER_SPECIFIED Captorhinidae Kahneria 2
#> 559 NO_ORDER_SPECIFIED Nyctiphruretidae Nyctiboetus 2
#> 560 NO_ORDER_SPECIFIED Nycteroleteridae Macroleter 1
#> 561 NO_ORDER_SPECIFIED Owenettidae Saurodektes 1
#> 562 <NA> <NA> <NA> 1
#> 563 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 564 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos 1
#> 565 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 566 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 567 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 9
#> 568 Cotylosauria Tseajaiidae Tseajaia NA
#> 569 Cotylosauria Ophiacodontidae Ophiacodon NA
#> 570 Temnospondyli Eryopidae Eryops 2
#> 571 Cotylosauria Diadectidae Diadectes NA
#> 572 Cotylosauria Sphenacodontidae Sphenacodon NA
#> 573 Cotylosauria Sphenacodontidae Ctenospondylus NA
#> 574 Cotylosauria Limnoscelidae Limnostygis 1
#> 575 Cotylosauria Ophiacodontidae Clepsydrops NA
#> 576 Temnospondyli Cochleosauridae Cochleosaurus NA
#> 577 Cotylosauria Diadectidae Diadectes 4
#> 578 NO_ORDER_SPECIFIED Owenettidae Saurodektes 4
#> 579 NO_ORDER_SPECIFIED Millerettidae <NA> 1
#> 580 NO_ORDER_SPECIFIED Millerettidae Milleropsis 8
#> 581 NO_ORDER_SPECIFIED Millerettidae Milleretta 1
#> 582 NO_ORDER_SPECIFIED Millerettidae Milleretta 3
#> 583 NO_ORDER_SPECIFIED Millerettidae Milleropsis 1
#> 584 NO_ORDER_SPECIFIED Millerettidae Milleretta 1
#> 585 NO_ORDER_SPECIFIED Millerettidae Millerosaurus 1
#> 586 NO_ORDER_SPECIFIED Millerettidae Millerosaurus 1
#> 587 NO_ORDER_SPECIFIED Millerettidae Milleretta 1
#> 588 NO_ORDER_SPECIFIED Millerettidae Milleretta 1
#> 589 NO_ORDER_SPECIFIED Millerettidae Milleretta 1
#> 590 NO_ORDER_SPECIFIED Millerettidae Millerinoides 1
#> 591 Cotylosauria Eothyrididae Eothyris 1
#> 592 Cotylosauria Caseidae Casea 1
#> 593 Cotylosauria Caseidae Euromycter NA
#> 594 Cotylosauria Caseidae Cotylorhynchus NA
#> 595 Cotylosauria Caseidae Cotylorhynchus 1
#> 596 Cotylosauria Caseidae Angelosaurus 2
#> 597 Cotylosauria Caseidae Ennatosaurus 5
#> 598 Cotylosauria Caseidae Phreatophasma 1
#> 599 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 2
#> 600 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 601 Cotylosauria Ophiacodontidae Clepsydrops 14
#> 602 Cotylosauria Eothyrididae Stereorhachis NA
#> 603 Temnospondyli Tupilakosauridae Slaugenhopia 1
#> 604 Cotylosauria Eothyrididae Baldwinonus NA
#> 605 Cotylosauria Eothyrididae Stereophallodon 1
#> 606 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 607 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 608 Cotylosauria Edaphosauridae Edaphosaurus 1
#> 609 Cotylosauria Caseidae Datheosaurus 1
#> 610 Cotylosauria Edaphosauridae <NA> 1
#> 611 Cotylosauria NO_FAMILY_SPECIFIED Haptodus NA
#> 612 Cotylosauria NO_FAMILY_SPECIFIED Hypselohaptodus 1
#> 613 Cotylosauria NO_FAMILY_SPECIFIED Haptodus 17
#> 614 Cotylosauria Sphenacodontidae Sphenacodon 1
#> 615 Cotylosauria Sphenacodontidae Ctenospondylus NA
#> 616 Cotylosauria Caseidae Cotylorhynchus 1
#> 617 Pelycosauria NO_FAMILY_SPECIFIED Milosaurus 1
#> 618 Temnospondyli NO_FAMILY_SPECIFIED Matthewichnus NA
#> 619 Temnospondyli NO_FAMILY_SPECIFIED Nanopus NA
#> 620 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Attenosaurus NA
#> 621 Cotylosauria NO_FAMILY_SPECIFIED Collettosaurus NA
#> 622 Cotylosauria NO_FAMILY_SPECIFIED Cincosaurus NA
#> 623 Thecodontia NO_FAMILY_SPECIFIED Tikoepentapodiscus 1
#> 624 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Attenosaurus NA
#> 625 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Attenosaurus NA
#> 626 Cotylosauria NO_FAMILY_SPECIFIED Cincosaurus NA
#> 627 Cotylosauria NO_FAMILY_SPECIFIED Cincosaurus NA
#> 628 Cotylosauria NO_FAMILY_SPECIFIED Cincosaurus NA
#> 629 Cotylosauria NO_FAMILY_SPECIFIED Cincosaurus NA
#> 630 NO_ORDER_SPECIFIED Urocordylidae Ctenerpeton NA
#> 631 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Quadropedia NA
#> 632 NO_ORDER_SPECIFIED Captorhinidae Saurorictus 1
#> 633 NO_ORDER_SPECIFIED Captorhinidae Romeria 1
#> 634 NO_ORDER_SPECIFIED Captorhinidae Protocaptorhinus 1
#> 635 NO_ORDER_SPECIFIED Captorhinidae Gecatogomphius 1
#> 636 Temnospondyli Archegosauridae Melosaurus NA
#> 637 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 638 NO_ORDER_SPECIFIED Captorhinidae <NA> 3
#> 639 NO_ORDER_SPECIFIED Captorhinidae Moradisaurus 3
#> 640 Cotylosauria Procynosuchidae Procynosuchus 1
#> 641 Dicynodontia <NA> <NA> NA
#> 642 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus NA
#> 643 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 644 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 645 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bunostegos 1
#> 646 NO_ORDER_SPECIFIED Captorhinidae Rhiodenticulatus 2
#> 647 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 648 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 649 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 650 Araeosceloidea NO_FAMILY_SPECIFIED Dictybolos 131
#> 651 Temnospondyli Trimerorhachidae Trimerorhachis 13
#> 652 Temnospondyli Trimerorhachidae Trimerorhachis 13
#> 653 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Casineria 1
#> 654 Cotylosauria Eothyrididae Oedaleops 4
#> 655 Cotylosauria Varanopidae Aerosaurus 3
#> 656 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon 30
#> 657 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon 6
#> 658 Cotylosauria Oudenodontidae Oudenodon 1
#> 659 Dicynodontia Kingoriidae Dicynodontoides 1
#> 660 Dicynodontia Cistecephalidae Sauroscaptor 1
#> 661 Dicynodontia Cistecephalidae Sauroscaptor 4
#> 662 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 5
#> 663 Cotylosauria <NA> <NA> 3
#> 664 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 665 Cotylosauria NO_FAMILY_SPECIFIED Archeria NA
#> 666 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 667 Temnospondyli Eryopidae Eryops NA
#> 668 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 669 NO_ORDER_SPECIFIED Urocordylidae Crossotelos NA
#> 670 Cotylosauria Molgophidae Brachydectes NA
#> 671 NO_ORDER_SPECIFIED Seymouriidae Seymouria NA
#> 672 NO_ORDER_SPECIFIED Captorhinidae Captorhinus NA
#> 673 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 674 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 675 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 676 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 677 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 678 Cotylosauria NO_FAMILY_SPECIFIED Archeria 1
#> 679 Temnospondyli Trimerorhachidae Trimerorhachis 9
#> 680 Temnospondyli Eryopidae Eryops 1
#> 681 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 682 Cotylosauria Sphenacodontidae Dimetrodon 5
#> 683 Cotylosauria Edaphosauridae Edaphosaurus 3
#> 684 Temnospondyli Eryopidae Eryops 9
#> 685 NO_ORDER_SPECIFIED Captorhinidae Protocaptorhinus 1
#> 686 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 687 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 688 Cotylosauria Varanopidae Mycterosaurus 2
#> 689 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 690 Cotylosauria Varanopidae <NA> 1
#> 691 NO_ORDER_SPECIFIED Captorhinidae Captorhinus NA
#> 692 Temnospondyli Amphibamidae Doleserpeton NA
#> 693 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos 2
#> 694 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 2
#> 695 Temnospondyli Tupilakosauridae Slaugenhopia 1
#> 696 Cotylosauria Caseidae Cotylorhynchus 15
#> 697 Cotylosauria Sphenacodontidae <NA> 3
#> 698 Cotylosauria Phthinosuchidae Gorgodon 2
#> 699 Cotylosauria Phthinosuchidae <NA> 1
#> 700 Cotylosauria Phthinosuchidae Knoxosaurus 2
#> 701 Cotylosauria Caseidae Cotylorhynchus 1
#> 702 NO_ORDER_SPECIFIED Captorhinidae Kahneria 2
#> 703 Cotylosauria Caseidae Caseopsis 1
#> 704 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 1
#> 705 Cotylosauria Caseidae Angelosaurus 2
#> 706 Cotylosauria Tappenosauridae Tappenosaurus 1
#> 707 Cotylosauria Caseidae Caseoides 2
#> 708 <NA> <NA> <NA> 1
#> 709 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 710 Cotylosauria Caseidae Cotylorhynchus 1
#> 711 Cotylosauria Caseidae Cotylorhynchus 4
#> 712 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 713 Cotylosauria Caseidae Caseopsis 1
#> 714 Cotylosauria Caseidae Cotylorhynchus 4
#> 715 Cotylosauria Diadectidae Diadectes 1
#> 716 Cotylosauria Eothyrididae Baldwinonus 1
#> 717 Cotylosauria Varanopidae Ruthiromia 1
#> 718 Cotylosauria Varanopidae Aerosaurus 1
#> 719 Cotylosauria NO_FAMILY_SPECIFIED Chamasaurus NA
#> 720 Cotylosauria Limnoscelidae Limnoscelis NA
#> 721 Pelycosauria NO_FAMILY_SPECIFIED Nitosaurus 1
#> 722 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 1
#> 723 Cotylosauria Caseidae Angelosaurus 1
#> 724 Cotylosauria Caseidae <NA> 1
#> 725 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 726 Cotylosauria Mastersoniidae Mastersonia 1
#> 727 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 728 Cotylosauria Caseidae Cotylorhynchus 3
#> 729 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 730 NO_ORDER_SPECIFIED Captorhinidae Rothianiscus 1
#> 731 Cotylosauria Caseidae Cotylorhynchus 2
#> 732 Cotylosauria Tappenosauridae Tappenosaurus 1
#> 733 Cotylosauria Dimacrodontidae Dimacrodon 1
#> 734 Cotylosauria Dimacrodontidae Dimacrodon 3
#> 735 NO_ORDER_SPECIFIED Protorothyrididae Protorothyris 7
#> 736 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Thuringothyris 8
#> 737 NO_ORDER_SPECIFIED Bolosauridae Eudibamus 1
#> 738 Cotylosauria Caseidae Cotylorhynchus 3
#> 739 Cotylosauria Caseidae Cotylorhynchus 1
#> 740 Cotylosauria Phthinosuchidae Steppesaurus 1
#> 741 Cotylosauria Gymnarthridae Cardiocephalus 1
#> 742 Temnospondyli Eobrachyopidae Isodectes 1
#> 743 Temnospondyli Eobrachyopidae Isodectes 1
#> 744 Temnospondyli Zatracheidae <NA> NA
#> 745 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 6
#> 746 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 747 NO_ORDER_SPECIFIED Urocordylidae Crossotelos 1
#> 748 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 749 Aistopoda Phlegethontiidae Phlegethontia NA
#> 750 Cotylosauria Molgophidae Brachydectes NA
#> 751 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 5
#> 752 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 753 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 754 <NA> <NA> <NA> 1
#> 755 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 756 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 757 Aistopoda Phlegethontiidae Phlegethontia NA
#> 758 Cotylosauria Molgophidae Brachydectes NA
#> 759 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 760 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 761 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 762 Temnospondyli Eryopidae Eryops 1
#> 763 Cotylosauria Diadectidae Diadectes 1
#> 764 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 765 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 766 Cotylosauria Edaphosauridae Edaphosaurus 2
#> 767 Cotylosauria Gorgonopidae <NA> 1
#> 768 Temnospondyli Cochleosauridae Nigerpeton 3
#> 769 NO_ORDER_SPECIFIED Captorhinidae Moradisaurus 1
#> 770 Cotylosauria Gorgonopidae <NA> 1
#> 771 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 6
#> 772 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 773 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 774 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 775 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 3
#> 776 NO_ORDER_SPECIFIED Captorhinidae Protocaptorhinus 1
#> 777 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 778 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 6
#> 779 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 2
#> 780 Cotylosauria Ophiacodontidae Ophiacodon 5
#> 781 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 782 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 783 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 784 Temnospondyli Dissorophidae Anakamacops 1
#> 785 NO_ORDER_SPECIFIED Chroniosuchidae Ingentidens 1
#> 786 NO_ORDER_SPECIFIED Chroniosuchidae Phratochronis 1
#> 787 NO_ORDER_SPECIFIED Bolosauridae Belebey 8
#> 788 Cotylosauria Anteosauridae Sinophoneus 12
#> 789 Cotylosauria Anteosauridae Sinophoneus 4
#> 790 Cotylosauria NO_FAMILY_SPECIFIED Biseridens 3
#> 791 NO_ORDER_SPECIFIED Seymouriidae Seymouria 4
#> 792 <NA> <NA> <NA> 1
#> 793 NO_ORDER_SPECIFIED Captorhinidae <NA> 2
#> 794 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 795 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 796 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 797 NO_ORDER_SPECIFIED Captorhinidae <NA> 2
#> 798 Cotylosauria Ophiacodontidae Varanosaurus 2
#> 799 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 800 Aistopoda Phlegethontiidae Phlegethontia 8
#> 801 Aistopoda Pseudophlegethontiidae Pseudophlegethontia 1
#> 802 NO_ORDER_SPECIFIED Protorothyrididae Anthracodromeus 1
#> 803 NO_ORDER_SPECIFIED Protorothyrididae Brouffia 1
#> 804 NO_ORDER_SPECIFIED Protorothyrididae Coelostegus 1
#> 805 NO_ORDER_SPECIFIED Gephyrostegidae Gephyrostegus 1
#> 806 Cotylosauria <NA> <NA> 1
#> 807 NO_ORDER_SPECIFIED Gephyrostegidae Gephyrostegus 1
#> 808 Microsauria Microbrachidae Microbrachis 7
#> 809 Cotylosauria Sphenacodontidae Secodontosaurus 14
#> 810 Cotylosauria Brachystelechidae Batropetes 1
#> 811 Eosuchia Weigeltisauridae Wapitisaurus 1
#> 812 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 1
#> 813 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 1
#> 814 Temnospondyli NO_FAMILY_SPECIFIED Yarengia 1
#> 815 NO_ORDER_SPECIFIED Procolophonidae Kapes 1
#> 816 Temnospondyli NO_FAMILY_SPECIFIED Eryosuchus NA
#> 817 NO_ORDER_SPECIFIED Procolophonidae Kapes 14
#> 818 NO_ORDER_SPECIFIED Nycteroleteridae Bashkyroleter 3
#> 819 NO_ORDER_SPECIFIED Protorothyrididae Paleothyris 18
#> 820 Cotylosauria Ophiacodontidae Clepsydrops 1
#> 821 Cotylosauria Ophiacodontidae Clepsydrops 2
#> 822 Cotylosauria Ophiacodontidae Clepsydrops 9
#> 823 Cotylosauria Sphenacodontidae Dimetrodon 13
#> 824 Cotylosauria Caseidae Ennatosaurus 3
#> 825 Cotylosauria Edaphosauridae Ianthasaurus 5
#> 826 Cotylosauria <NA> <NA> 1
#> 827 Pelycosauria NO_FAMILY_SPECIFIED Xyrospondylus 1
#> 828 Araeoscelidia Petrolacosauridae Petrolacosaurus 10
#> 829 Araeoscelidia Petrolacosauridae Petrolacosaurus 1
#> 830 Temnospondyli Eryopidae Eryops NA
#> 831 Temnospondyli Zatracheidae Zatrachys NA
#> 832 Temnospondyli Trematopidae Acheloma 1
#> 833 Temnospondyli Trematopidae Phonerpeton 1
#> 834 Cotylosauria NO_FAMILY_SPECIFIED Archeria 1
#> 835 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus 1
#> 836 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 837 Cotylosauria NO_FAMILY_SPECIFIED Haptodus NA
#> 838 Cotylosauria NO_FAMILY_SPECIFIED Haptodus 6
#> 839 Cotylosauria NO_FAMILY_SPECIFIED Cutleria 1
#> 840 Cotylosauria <NA> <NA> 1
#> 841 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 842 Pelycosauria <NA> <NA> 1
#> 843 Pelycosauria <NA> <NA> 1
#> 844 Cotylosauria Eothyrididae Vaughnictis 1
#> 845 Temnospondyli Eryopidae Eryops 1
#> 846 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 847 Temnospondyli Dissorophidae Platyhystrix 1
#> 848 NO_ORDER_SPECIFIED Seymouriidae Seymouria 1
#> 849 Cotylosauria <NA> <NA> 1
#> 850 Pelycosauria <NA> <NA> 1
#> 851 Cotylosauria Eothyrididae Vaughnictis 1
#> 852 Pelycosauria <NA> <NA> 2
#> 853 Cotylosauria NO_FAMILY_SPECIFIED Cutleria 1
#> 854 Cotylosauria Diadectidae Oradectes 1
#> 855 Pelycosauria <NA> <NA> 1
#> 856 Eosuchia Weigeltisauridae Rautiania 2
#> 857 Eosuchia Weigeltisauridae Rautiania 2
#> 858 NO_ORDER_SPECIFIED <NA> <NA> NA
#> 859 NO_ORDER_SPECIFIED Chroniosuchidae <NA> NA
#> 860 <NA> <NA> <NA> NA
#> 861 Pelycosauria <NA> <NA> 1
#> 862 Temnospondyli NO_FAMILY_SPECIFIED Georgenthalia 1
#> 863 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 864 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 865 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 866 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 867 Eosuchia Younginidae Thadeosaurus 15
#> 868 Eosuchia Claudiosauridae Claudiosaurus 13
#> 869 Eosuchia Claudiosauridae Claudiosaurus 9
#> 870 Theriodontia <NA> <NA> 1
#> 871 Dicynodontia <NA> <NA> 1
#> 872 Eosuchia Claudiosauridae Claudiosaurus 1
#> 873 Cotylosauria Varanopidae Heleosaurus 1
#> 874 Cotylosauria Varanopidae Archaeovenator 1
#> 875 Eosuchia NO_FAMILY_SPECIFIED Coelurosauravus 1
#> 876 Eosuchia NO_FAMILY_SPECIFIED Coelurosauravus 2
#> 877 NO_ORDER_SPECIFIED Bolosauridae Belebey 3
#> 878 NO_ORDER_SPECIFIED Nycteroleteridae Emeroleter 7
#> 879 NO_ORDER_SPECIFIED Bolosauridae Belebey 1
#> 880 Temnospondyli Konzhukoviidae Konzhukovia NA
#> 881 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chalcosaurus 1
#> 882 Cotylosauria Anteosauridae Titanophoneus 1
#> 883 Cotylosauria NO_FAMILY_SPECIFIED Ulemica 1
#> 884 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 2
#> 885 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 886 Cotylosauria Varanopidae Apsisaurus 1
#> 887 NO_ORDER_SPECIFIED Captorhinidae Captorhinus NA
#> 888 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 889 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 890 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 891 Cotylosauria Gymnarthridae <NA> NA
#> 892 Cotylosauria Molgophidae Brachydectes NA
#> 893 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus NA
#> 894 Cotylosauria Edaphosauridae <NA> NA
#> 895 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 896 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 897 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 898 Cotylosauria Gymnarthridae <NA> NA
#> 899 Cotylosauria Molgophidae Brachydectes NA
#> 900 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 901 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 902 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos 2
#> 903 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos 1
#> 904 Eosuchia Weigeltisauridae Weigeltisaurus 1
#> 905 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 1
#> 906 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 5
#> 907 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 8
#> 908 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 22
#> 909 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Ingenierichnus 1
#> 910 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 1
#> 911 Cotylosauria <NA> <NA> 4
#> 912 NO_ORDER_SPECIFIED Prolacertidae Kadimakara 2
#> 913 Eosuchia NO_FAMILY_SPECIFIED Kudnu 2
#> 914 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 915 NO_ORDER_SPECIFIED Pareiasauridae <NA> 2
#> 916 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 917 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 918 <NA> <NA> <NA> 1
#> 919 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 920 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 921 NO_ORDER_SPECIFIED Protorothyrididae Protorothyris 5
#> 922 NO_ORDER_SPECIFIED Captorhinidae Romeria 1
#> 923 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 924 Temnospondyli Eryopidae Eryops NA
#> 925 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 926 Cotylosauria Ophiacodontidae Ophiacodon NA
#> 927 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 928 Temnospondyli Zatracheidae Zatrachys NA
#> 929 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 930 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 931 Cotylosauria Sphenacodontidae Secodontosaurus 1
#> 932 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasuchus 5
#> 933 Cotylosauria Sphenacodontidae Sphenacodon 1
#> 934 Cotylosauria Ophiacodontidae Clepsydrops 18
#> 935 Cotylosauria Ophiacodontidae Clepsydrops 1
#> 936 Cotylosauria Ophiacodontidae Varanosaurus 1
#> 937 Cotylosauria Sphenacodontidae Sphenacodon 1
#> 938 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 939 Temnospondyli Cochleosauridae Chenoprosopus 1
#> 940 Cotylosauria Ophiacodontidae Ophiacodon NA
#> 941 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 942 Cotylosauria Ophiacodontidae Ophiacodon 14
#> 943 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 944 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 945 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 946 NO_ORDER_SPECIFIED Nycteroleteridae <NA> 1
#> 947 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 948 Cotylosauria Sphenacodontidae Ctenospondylus 1
#> 949 Cotylosauria Ophiacodontidae Varanosaurus 3
#> 950 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 951 Cotylosauria Ulemosauridae Ulemosaurus 1
#> 952 Cotylosauria Ophiacodontidae Archaeothyris 10
#> 953 Cotylosauria Geikiidae Idelesaurus 7
#> 954 Pelycosauria NO_FAMILY_SPECIFIED Echinerpeton 6
#> 955 NO_ORDER_SPECIFIED Nycteroleteridae <NA> 1
#> 956 Cotylosauria Ophiacodontidae Archaeothyris 1
#> 957 Cotylosauria Ophiacodontidae Archaeothyris 2
#> 958 Pelycosauria <NA> <NA> 1
#> 959 NO_ORDER_SPECIFIED Gephyrostegidae Eusauropleura 2
#> 960 NO_ORDER_SPECIFIED Gephyrostegidae Eusauropleura 1
#> 961 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 962 Cotylosauria Ophiacodontidae Ophiacodon 14
#> 963 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 964 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 965 Cotylosauria Ophiacodontidae Ophiacodon 6
#> 966 Cotylosauria Ophiacodontidae Ophiacodon 4
#> 967 Cotylosauria Ophiacodontidae Ophiacodon 2
#> 968 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 969 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 970 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 971 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 972 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 973 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 974 Cotylosauria Anteosauridae Titanophoneus 18
#> 975 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 976 Pelycosauria NO_FAMILY_SPECIFIED Protoclepsydrops 1
#> 977 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 978 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 1
#> 979 Eosuchia NO_FAMILY_SPECIFIED Coelurosauravus 1
#> 980 Eosauropterygia NO_FAMILY_SPECIFIED Corosaurus NA
#> 981 Rhynchosauria NO_FAMILY_SPECIFIED Noteosuchus 1
#> 982 NO_ORDER_SPECIFIED Procolophonidae Sauropareion 2
#> 983 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 1
#> 984 NO_ORDER_SPECIFIED Procolophonidae Phaanthosaurus 3
#> 985 NO_ORDER_SPECIFIED Procolophonidae Phaanthosaurus 1
#> 986 NO_ORDER_SPECIFIED Nyctiphruretidae Nyctiphruretus 4
#> 987 Cotylosauria Ulemosauridae Ulemosaurus 3
#> 988 NO_ORDER_SPECIFIED Nycteroleteridae Macroleter 1
#> 989 Cotylosauria Caseidae Casea 2
#> 990 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasuchus 1
#> 991 Cotylosauria Burnetiidae Burnetia 1
#> 992 Cotylosauria NO_FAMILY_SPECIFIED Lobalopex 1
#> 993 Cotylosauria NO_FAMILY_SPECIFIED Lophorhinus 1
#> 994 Dicynodontia Pylaecephalidae Diictodon 15
#> 995 Cotylosauria Oudenodontidae Tropidostoma 1
#> 996 Dicynodontia <NA> <NA> 1
#> 997 Therocephalia Ictidosuchidae Ictidosuchops 1
#> 998 Dicynodontia Pylaecephalidae Diictodon 1
#> 999 Dicynodontia Pylaecephalidae Diictodon 2
#> 1000 Dicynodontia Pylaecephalidae Diictodon 1
#> 1001 Dicynodontia Pylaecephalidae Diictodon 4
#> 1002 Dicynodontia <NA> <NA> 2
#> 1003 Dicynodontia NO_FAMILY_SPECIFIED Emydops 1
#> 1004 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 1005 Cotylosauria Oudenodontidae Oudenodon 1
#> 1006 Cotylosauria Gorgonopidae Lycaenops 1
#> 1007 Dicynodontia Pylaecephalidae Diictodon 4
#> 1008 Dicynodontia <NA> <NA> 1
#> 1009 Dicynodontia NO_FAMILY_SPECIFIED Emydops 1
#> 1010 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 1011 Dicynodontia Pylaecephalidae Diictodon 1
#> 1012 Cotylosauria Oudenodontidae Oudenodon 1
#> 1013 Dicynodontia Pylaecephalidae Diictodon 15
#> 1014 Dicynodontia <NA> <NA> 1
#> 1015 Cotylosauria Oudenodontidae Oudenodon 1
#> 1016 Dicynodontia Pylaecephalidae Diictodon 6
#> 1017 Dicynodontia <NA> <NA> 2
#> 1018 Dicynodontia Pylaecephalidae Diictodon 22
#> 1019 Cotylosauria Oudenodontidae Tropidostoma 1
#> 1020 Cotylosauria Oudenodontidae Oudenodon 5
#> 1021 Cotylosauria Galesauridae Cynosaurus 1
#> 1022 Dicynodontia NO_FAMILY_SPECIFIED Emydops 1
#> 1023 Dicynodontia <NA> <NA> 1
#> 1024 Dicynodontia Pylaecephalidae Diictodon 1
#> 1025 Cotylosauria Oudenodontidae Tropidostoma 1
#> 1026 Dicynodontia Pylaecephalidae Diictodon 7
#> 1027 Dicynodontia <NA> <NA> 1
#> 1028 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 1029 Therocephalia Ictidosuchidae Ictidosuchops 1
#> 1030 Dicynodontia Pylaecephalidae Diictodon 4
#> 1031 Dicynodontia Pylaecephalidae Diictodon 5
#> 1032 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 1033 Dicynodontia <NA> <NA> 1
#> 1034 Cotylosauria Oudenodontidae Oudenodon 1
#> 1035 Cotylosauria Charassognathidae Charassognathus 1
#> 1036 Araeoscelidia NO_FAMILY_SPECIFIED Spinoaequalis 1
#> 1037 Cotylosauria Gymnarthridae Euryodus 5
#> 1038 Temnospondyli Dissorophidae <NA> 2
#> 1039 Temnospondyli Dissorophidae <NA> 1
#> 1040 NO_ORDER_SPECIFIED Proterosuchidae Archosaurus 7
#> 1041 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 1042 NO_ORDER_SPECIFIED Karpinskiosauridae Karpinskiosaurus 1
#> 1043 NO_ORDER_SPECIFIED Elginiidae Obirkovia 2
#> 1044 NO_ORDER_SPECIFIED Elginiidae <NA> 2
#> 1045 NO_ORDER_SPECIFIED Bystrowianidae Bystrowiana 1
#> 1046 NO_ORDER_SPECIFIED Chroniosuchidae Uralerpeton 1
#> 1047 Dicynodontia Dicynodontidae <NA> NA
#> 1048 Therocephalia Whaitsiidae Moschowhaitsia 6
#> 1049 NO_ORDER_SPECIFIED Proterosuchidae Archosaurus NA
#> 1050 NO_ORDER_SPECIFIED Proterosuchidae Archosaurus 2
#> 1051 Therocephalia Whaitsiidae Megawhaitsia 1
#> 1052 Therocephalia Whaitsiidae Megawhaitsia 1
#> 1053 Cotylosauria Varanopidae Elliotsmithia 1
#> 1054 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Kinelia 1
#> 1055 NO_ORDER_SPECIFIED Kotlassidae Microphon 1
#> 1056 NO_ORDER_SPECIFIED Pareiasauridae <NA> 1
#> 1057 Anthracosauromorpha Enosuchidae Enosuchus NA
#> 1058 Cotylosauria Anteosauridae Syodon 2
#> 1059 Cotylosauria NO_FAMILY_SPECIFIED Deuterosaurus 2
#> 1060 Therocephalia Lycosuchidae Porosteognathus NA
#> 1061 Cotylosauria Varanopidae Mesenosaurus 6
#> 1062 Cotylosauria Varanopidae Mesenosaurus 12
#> 1063 Cotylosauria Varanopidae Watongia 1
#> 1064 <NA> <NA> <NA> 1
#> 1065 <NA> <NA> <NA> 1
#> 1066 Microsauria NO_FAMILY_SPECIFIED Archerpeton 3
#> 1067 <NA> <NA> <NA> 4
#> 1068 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Adelosaurus 1
#> 1069 Temnospondyli Archegosauridae Platyoposaurus 1
#> 1070 Temnospondyli Archegosauridae Platyoposaurus 1
#> 1071 Temnospondyli Archegosauridae Platyoposaurus 1
#> 1072 Temnospondyli Archegosauridae Melosaurus NA
#> 1073 Cotylosauria Anteosauridae Syodon NA
#> 1074 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 4
#> 1075 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 1076 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 1077 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 44
#> 1078 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 2
#> 1079 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 1080 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 3
#> 1081 NO_ORDER_SPECIFIED Bolosauridae Bolosaurus 1
#> 1082 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 1083 Cotylosauria Ophiacodontidae Clepsydrops 1
#> 1084 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 1085 Temnospondyli Eryopidae Eryops 1
#> 1086 Temnospondyli Trimerorhachidae Trimerorhachis 1
#> 1087 NO_ORDER_SPECIFIED Nyctiphruretidae Nyctiboetus 1
#> 1088 Temnospondyli Archegosauridae Melosaurus 6
#> 1089 Temnospondyli Dissorophidae Zygosaurus NA
#> 1090 NO_ORDER_SPECIFIED Kotlassidae Leptoropha 6
#> 1091 NO_ORDER_SPECIFIED Kotlassidae Leptoropha 1
#> 1092 NO_ORDER_SPECIFIED Nycteroleteridae Rhipaeosaurus 1
#> 1093 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 3
#> 1094 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos 1
#> 1095 Temnospondyli Intasuchidae Intasuchus 1
#> 1096 Temnospondyli Actinodontidae Syndyodosuchus 3
#> 1097 Cotylosauria NO_FAMILY_SPECIFIED Biarmosuchus 3
#> 1098 Ichthyosauria Utatsusauridae Utatsusaurus NA
#> 1099 Cotylosauria NO_FAMILY_SPECIFIED Biarmosuchus 1
#> 1100 Eosuchia Tangasauridae Kenyasaurus 1
#> 1101 NO_ORDER_SPECIFIED Procolophonidae Procolophon 7
#> 1102 NO_ORDER_SPECIFIED Procolophonidae Procolophon 3
#> 1103 Araeoscelidia Araeoscelidae Araeoscelis 5
#> 1104 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1105 NO_ORDER_SPECIFIED Captorhinidae Labidosaurus 32
#> 1106 Eosuchia NO_FAMILY_SPECIFIED Paliguana 1
#> 1107 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1108 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 2
#> 1109 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 12
#> 1110 Cotylosauria <NA> <NA> 2
#> 1111 Temnospondyli <NA> <NA> 1
#> 1112 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 30
#> 1113 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides 1
#> 1114 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 6
#> 1115 Eosuchia Younginidae Youngina 2
#> 1116 Eosuchia Younginidae Youngina 1
#> 1117 Eosuchia Younginidae Youngina 5
#> 1118 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eunotosaurus 2
#> 1119 NO_ORDER_SPECIFIED Captorhinidae <NA> 1
#> 1120 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Arganaceras 1
#> 1121 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 3
#> 1122 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Australothyris 1
#> 1123 Cotylosauria Varanopidae Microvaranops 5
#> 1124 NO_ORDER_SPECIFIED Pareiasauridae Deltavjatia 9
#> 1125 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 1126 Cotylosauria Sphenacodontidae Sphenacodon 1
#> 1127 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 1128 Cotylosauria Varanopidae Anningia 1
#> 1129 NO_ORDER_SPECIFIED Archeriidae Cricotus NA
#> 1130 Temnospondyli Eryopidae Eryops NA
#> 1131 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 1132 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 1133 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 1134 Cotylosauria Edaphosauridae Edaphosaurus NA
#> 1135 Cotylosauria Mesosauridae Mesosaurus 1
#> 1136 Cotylosauria Mesosauridae Brazilosaurus 1
#> 1137 Cotylosauria Mesosauridae Stereosternum NA
#> 1138 Cotylosauria Mesosauridae Brazilosaurus 10
#> 1139 Cotylosauria Mesosauridae Mesosaurus NA
#> 1140 Cotylosauria Mesosauridae Stereosternum NA
#> 1141 NO_ORDER_SPECIFIED Millerettidae Broomia 1
#> 1142 NO_ORDER_SPECIFIED Millerettidae Broomia 1
#> 1143 NO_ORDER_SPECIFIED Millerettidae Millerosaurus 1
#> 1144 NO_ORDER_SPECIFIED Millerettidae Milleretta 1
#> 1145 NO_ORDER_SPECIFIED Millerettidae Millerosaurus 1
#> 1146 Cotylosauria Varanopidae <NA> 1
#> 1147 Cotylosauria Eothyrididae Oedaleops 1
#> 1148 Cotylosauria Mesosauridae Mesosaurus 9
#> 1149 Cotylosauria Mesosauridae Mesosaurus 1
#> 1150 Cotylosauria Mesosauridae Stereosternum 2
#> 1151 Cotylosauria Mesosauridae Stereosternum 4
#> 1152 Cotylosauria Mesosauridae Stereosternum 13
#> 1153 Cotylosauria Mesosauridae Brazilosaurus 3
#> 1154 Cotylosauria Mesosauridae <NA> 3
#> 1155 Cotylosauria Mesosauridae Brazilosaurus 1
#> 1156 Cotylosauria Mesosauridae Stereosternum 4
#> 1157 Cotylosauria Mesosauridae Mesosaurus 1
#> 1158 Cotylosauria Mesosauridae Stereosternum 1
#> 1159 Cotylosauria Mesosauridae Stereosternum 1
#> 1160 Cotylosauria Mesosauridae Stereosternum 1
#> 1161 Cotylosauria Mesosauridae Brazilosaurus 3
#> 1162 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eunotosaurus 2
#> 1163 Cotylosauria Mesosauridae <NA> 3
#> 1164 Cotylosauria Mesosauridae Stereosternum 1
#> 1165 Cotylosauria Mesosauridae Mesosaurus 1
#> 1166 Cotylosauria Mesosauridae Mesosaurus 1
#> 1167 Cotylosauria Mesosauridae Mesosaurus 2
#> 1168 Cotylosauria Mesosauridae Mesosaurus 3
#> 1169 Cotylosauria Mesosauridae Mesosaurus 1
#> 1170 Cotylosauria Mesosauridae Mesosaurus 1
#> 1171 Ichthyosauria Cymbospondylidae Cymbospondylus NA
#> 1172 Cotylosauria Mesosauridae Mesosaurus 1
#> 1173 Cotylosauria Mesosauridae Mesosaurus NA
#> 1174 Cotylosauria Mesosauridae Mesosaurus NA
#> 1175 Cotylosauria Mesosauridae Stereosternum 6
#> 1176 Cotylosauria Mesosauridae <NA> 3
#> 1177 Cotylosauria Mesosauridae <NA> 3
#> 1178 Cotylosauria Mesosauridae <NA> 10
#> 1179 Cotylosauria Mesosauridae Mesosaurus 1
#> 1180 Cotylosauria Mesosauridae <NA> 1
#> 1181 Ichthyosauria Utatsusauridae Utatsusaurus NA
#> 1182 Cotylosauria Mesosauridae <NA> 6
#> 1183 Cotylosauria Mesosauridae Mesosaurus 25
#> 1184 Cotylosauria Mesosauridae Stereosternum 10
#> 1185 Cotylosauria Mesosauridae Brazilosaurus 2
#> 1186 Cotylosauria Mesosauridae <NA> 9
#> 1187 Temnospondyli <NA> <NA> 1
#> 1188 Temnospondyli Lapillopsidae Lapillopsis 15
#> 1189 Cotylosauria Driveriidae Driveria 1
#> 1190 Cotylosauria Tappenosauridae Tappenosaurus 1
#> 1191 Cotylosauria Sphenacodontidae <NA> 1
#> 1192 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 1193 Cotylosauria Molgophidae Brachydectes NA
#> 1194 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 1195 Cotylosauria Ostodolepidae Pelodosotis 1
#> 1196 Cotylosauria Ostodolepidae Micraroter 1
#> 1197 Cotylosauria Ostodolepidae Nannaroter 1
#> 1198 Cotylosauria Mesosauridae Mesosaurus 17
#> 1199 Cotylosauria Mesosauridae Mesosaurus 1
#> 1200 Cotylosauria Mesosauridae Mesosaurus 33
#> 1201 Cotylosauria Mesosauridae Mesosaurus 1
#> 1202 Cotylosauria Mesosauridae Mesosaurus 1
#> 1203 Cotylosauria Mesosauridae <NA> NA
#> 1204 Cotylosauria Mesosauridae Stereosternum 1
#> 1205 Cotylosauria Mesosauridae Mesosaurus NA
#> 1206 Cotylosauria Mesosauridae Mesosaurus NA
#> 1207 Cotylosauria Mesosauridae Mesosaurus NA
#> 1208 Cotylosauria Mesosauridae Mesosaurus NA
#> 1209 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus 1
#> 1210 Temnospondyli Micropholidae Pasawioops 2
#> 1211 Cotylosauria Gymnarthridae Cardiocephalus 60
#> 1212 Temnospondyli Trematopidae Tambachia 1
#> 1213 Temnospondyli NO_FAMILY_SPECIFIED Gerobatrachus 1
#> 1214 Cotylosauria Diadectidae Orobates 4
#> 1215 Salientia NO_FAMILY_SPECIFIED Triadobatrachus NA
#> 1216 Aistopoda Phlegethontiidae Phlegethontia 1
#> 1217 Aistopoda Phlegethontiidae Phlegethontia 1
#> 1218 Aistopoda Phlegethontiidae Phlegethontia 19
#> 1219 Aistopoda Phlegethontiidae Phlegethontia 1
#> 1220 Aistopoda Phlegethontiidae Phlegethontia 1
#> 1221 Aistopoda Ophiderpetontidae Ophiderpeton 15
#> 1222 Aistopoda Phlegethontiidae Phlegethontia 2
#> 1223 Cotylosauria Gymnarthridae Elfridia 21
#> 1224 NO_ORDER_SPECIFIED Urocordylidae Ptyonius 14
#> 1225 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Arizonerpeton 24
#> 1226 <NA> <NA> <NA> 23
#> 1227 <NA> <NA> <NA> NA
#> 1228 NO_ORDER_SPECIFIED Procolophonidae Kitchingnathus 1
#> 1229 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1230 Dicynodontia NO_FAMILY_SPECIFIED Gordonia 1
#> 1231 Dicynodontia NO_FAMILY_SPECIFIED Gordonia 1
#> 1232 Dicynodontia NO_FAMILY_SPECIFIED Gordonia 1
#> 1233 Dicynodontia NO_FAMILY_SPECIFIED Gordonia 1
#> 1234 Dicynodontia NO_FAMILY_SPECIFIED Gordonia 1
#> 1235 NO_ORDER_SPECIFIED Elginiidae Elginia 1
#> 1236 Dicynodontia NO_FAMILY_SPECIFIED Gordonia 1
#> 1237 Cotylosauria Geikiidae Geikia 1
#> 1238 NO_ORDER_SPECIFIED Elginiidae Elginia 2
#> 1239 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eunotosaurus 1
#> 1240 NO_ORDER_SPECIFIED Owenettidae Owenetta 1
#> 1241 Eosuchia NO_FAMILY_SPECIFIED Coelurosauravus 1
#> 1242 NO_ORDER_SPECIFIED Owenettidae Barasaurus 10
#> 1243 NO_ORDER_SPECIFIED Owenettidae Barasaurus 4
#> 1244 Eosuchia Tangasauridae <NA> 17
#> 1245 Eosuchia Tangasauridae <NA> 6
#> 1246 Eosuchia Tangasauridae <NA> 1
#> 1247 <NA> <NA> <NA> 6
#> 1248 Eosuchia Tangasauridae Hovasaurus 5
#> 1249 Eosuchia NO_FAMILY_SPECIFIED Acerosodontosaurus 1
#> 1250 NO_ORDER_SPECIFIED Owenettidae Owenetta NA
#> 1251 NO_ORDER_SPECIFIED Owenettidae Owenetta NA
#> 1252 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eunotosaurus 1
#> 1253 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eunotosaurus 1
#> 1254 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eunotosaurus 3
#> 1255 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chalcosaurus 1
#> 1256 Cotylosauria <NA> <NA> 1
#> 1257 NO_ORDER_SPECIFIED Pareiasauridae Shihtienfenia 1
#> 1258 NO_ORDER_SPECIFIED Pareiasauridae Shihtienfenia 1
#> 1259 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 3
#> 1260 NO_ORDER_SPECIFIED Lanthaniscidae Lanthaniscus 1
#> 1261 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 1
#> 1262 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 1
#> 1263 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 1
#> 1264 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 1
#> 1265 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 1
#> 1266 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 1
#> 1267 NO_ORDER_SPECIFIED Pareiasauridae Scutosaurus 9
#> 1268 NO_ORDER_SPECIFIED Elginiidae Obirkovia 1
#> 1269 NO_ORDER_SPECIFIED Elginiidae <NA> 1
#> 1270 NO_ORDER_SPECIFIED Elginiidae <NA> 1
#> 1271 NO_ORDER_SPECIFIED Elginiidae <NA> 2
#> 1272 NO_ORDER_SPECIFIED Elginiidae <NA> 1
#> 1273 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 1
#> 1274 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 2
#> 1275 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 1
#> 1276 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 15
#> 1277 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Parasaurus 1
#> 1278 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1279 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1280 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1281 <NA> <NA> <NA> 1
#> 1282 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1283 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1284 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1285 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1286 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1287 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1288 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 2
#> 1289 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus 1
#> 1290 NO_ORDER_SPECIFIED Procolophonidae Tichvinskia 4
#> 1291 <NA> <NA> <NA> 7
#> 1292 NO_ORDER_SPECIFIED Procolophonidae Kapes 1
#> 1293 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 8
#> 1294 Protorosauria Protorosauridae Microcnemus 1
#> 1295 NO_ORDER_SPECIFIED <NA> <NA> 1
#> 1296 Temnospondyli <NA> <NA> NA
#> 1297 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 1
#> 1298 Temnospondyli NO_FAMILY_SPECIFIED Wetlugasaurus 1
#> 1299 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 1
#> 1300 Temnospondyli <NA> <NA> NA
#> 1301 <NA> <NA> <NA> 1
#> 1302 Temnospondyli NO_FAMILY_SPECIFIED Benthosuchus 1
#> 1303 Temnospondyli <NA> <NA> NA
#> 1304 NO_ORDER_SPECIFIED Procolophonidae Tichvinskia 2
#> 1305 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus NA
#> 1306 Temnospondyli NO_FAMILY_SPECIFIED Wetlugasaurus NA
#> 1307 Temnospondyli Rhytidosteidae Rhytidosteus 1
#> 1308 Temnospondyli Tupilakosauridae Batrachosuchoides NA
#> 1309 Temnospondyli Plagiosauridae Melanopelta 1
#> 1310 NO_ORDER_SPECIFIED Bystrowianidae <NA> NA
#> 1311 NO_ORDER_SPECIFIED Erythrosuchidae Garjainia NA
#> 1312 <NA> <NA> <NA> NA
#> 1313 Cotylosauria Galesauridae <NA> 2
#> 1314 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 1
#> 1315 NO_ORDER_SPECIFIED Kotlassidae Microphon 62
#> 1316 NO_ORDER_SPECIFIED Chroniosuchidae Chroniosaurus NA
#> 1317 NO_ORDER_SPECIFIED Pareiasauridae <NA> NA
#> 1318 Cotylosauria <NA> <NA> NA
#> 1319 Theriodontia <NA> <NA> 1
#> 1320 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 2
#> 1321 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 1
#> 1322 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 1
#> 1323 NO_ORDER_SPECIFIED Procolophonidae Kapes NA
#> 1324 NO_ORDER_SPECIFIED Procolophonidae Timanophon 11
#> 1325 NO_ORDER_SPECIFIED Procolophonidae Timanophon 3
#> 1326 Eosuchia Paliguanidae Santaisaurus 3
#> 1327 NO_ORDER_SPECIFIED Pareiasauridae Shihtienfenia 1
#> 1328 <NA> <NA> <NA> 1
#> 1329 NO_ORDER_SPECIFIED Procolophonidae Phaanthosaurus 1
#> 1330 NO_ORDER_SPECIFIED Procolophonidae Phaanthosaurus 1
#> 1331 NO_ORDER_SPECIFIED Procolophonidae Phaanthosaurus 1
#> 1332 NO_ORDER_SPECIFIED Procolophonidae Phaanthosaurus 1
#> 1333 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Coelodontognathus 2
#> 1334 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Coelodontognathus 2
#> 1335 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1336 NO_ORDER_SPECIFIED Procolophonidae Procolophon 4
#> 1337 Temnospondyli Eobrachyopidae Isodectes 1
#> 1338 Protorosauria Protorosauridae Microcnemus 38
#> 1339 Protorosauria Protorosauridae Microcnemus 1
#> 1340 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 1
#> 1341 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1342 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1343 NO_ORDER_SPECIFIED Procolophonidae Procolophon 2
#> 1344 NO_ORDER_SPECIFIED Procolophonidae Procolophon 4
#> 1345 Cotylosauria Mesosauridae Mesosaurus 1
#> 1346 Temnospondyli NO_FAMILY_SPECIFIED Benthosuchus 1
#> 1347 Protorosauria Protorosauridae Microcnemus 1
#> 1348 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 2
#> 1349 NO_ORDER_SPECIFIED <NA> <NA> 1
#> 1350 Temnospondyli NO_FAMILY_SPECIFIED Wetlugasaurus NA
#> 1351 Temnospondyli Trematosauridae <NA> NA
#> 1352 NO_ORDER_SPECIFIED Prolacertidae <NA> 1
#> 1353 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Boreopricea 1
#> 1354 Temnospondyli NO_FAMILY_SPECIFIED Wetlugasaurus 1
#> 1355 NO_ORDER_SPECIFIED Procolophonidae Orenburgia 1
#> 1356 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Boreopricea 1
#> 1357 Eosuchia NO_FAMILY_SPECIFIED Blomosaurus 1
#> 1358 Protorosauria Protorosauridae Microcnemus 2
#> 1359 NO_ORDER_SPECIFIED Procolophonidae Procolophon 63
#> 1360 NO_ORDER_SPECIFIED Procolophonidae Procolophon 3
#> 1361 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1362 NO_ORDER_SPECIFIED Procolophonidae Procolophon 1
#> 1363 NO_ORDER_SPECIFIED Procolophonidae Tichvinskia 1
#> 1364 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 1
#> 1365 Temnospondyli NO_FAMILY_SPECIFIED Warrenisuchus 1
#> 1366 Cotylosauria NO_FAMILY_SPECIFIED Raranimus 1
#> 1367 Dicynodontia NO_FAMILY_SPECIFIED Lanthanostegus 2
#> 1368 NO_ORDER_SPECIFIED Acleistorhinidae <NA> 1
#> 1369 Therocephalia Scylacosauridae Glanosuchus 1
#> 1370 Therocephalia Scylacosauridae Glanosuchus 1
#> 1371 Therocephalia Scylacosauridae Ictidosaurus 1
#> 1372 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 1
#> 1373 Dicynodontia Dicynodontidae <NA> 3
#> 1374 Dicynodontia Endothiodontidae <NA> 1
#> 1375 Cotylosauria <NA> <NA> 1
#> 1376 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 2
#> 1377 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 2
#> 1378 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 1
#> 1379 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 1
#> 1380 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 1
#> 1381 NO_ORDER_SPECIFIED Protorothyrididae Hylonomus 2
#> 1382 Temnospondyli Dendrerpetidae Dendrerpeton 1
#> 1383 NO_ORDER_SPECIFIED Protorothyrididae Hylonomus 1
#> 1384 Cotylosauria Gymnarthridae Hylerpeton 1
#> 1385 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Palacrodon 1
#> 1386 Cotylosauria Ophiacodontidae Ophiacodon 1
#> 1387 Cotylosauria Sphenacodontidae <NA> 6
#> 1388 Cotylosauria Varanopidae Mesenosaurus 3
#> 1389 NO_ORDER_SPECIFIED Protorothyrididae <NA> 9
#> 1390 NO_ORDER_SPECIFIED Captorhinidae Captorhinus 6
#> 1391 Eosuchia Younginidae Youngina 1
#> 1392 Temnospondyli Paracyclotosauridae Stanocephalosaurus 1
#> 1393 Temnospondyli Mastodonsauridae Wellesaurus NA
#> 1394 Temnospondyli Trematosauridae Cosgriffius 1
#> 1395 <NA> <NA> <NA> 1
#> 1396 Temnospondyli Mastodonsauridae Wellesaurus NA
#> 1397 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 20
#> 1398 NO_ORDER_SPECIFIED Chirotheriidae Synaptichnium 8
#> 1399 Thecodontia NO_FAMILY_SPECIFIED Rotodactylus 8
#> 1400 Temnospondyli Mastodonsauridae Wellesaurus 1
#> 1401 NO_ORDER_SPECIFIED Chirotheriidae Isochirotherium 1
#> 1402 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 2
#> 1403 <NA> <NA> <NA> NA
#> 1404 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1405 <NA> <NA> <NA> NA
#> 1406 <NA> <NA> <NA> NA
#> 1407 <NA> <NA> <NA> NA
#> 1408 <NA> <NA> <NA> NA
#> 1409 NO_ORDER_SPECIFIED Parasuchidae Parasuchus 1
#> 1410 Eosauropterygia NO_FAMILY_SPECIFIED Kwangsisaurus 2
#> 1411 Eosauropterygia Pachypleurosauridae Hanosaurus 1
#> 1412 NO_ORDER_SPECIFIED Erythrosuchidae Garjainia NA
#> 1413 Cotylosauria Galesauridae Progalesaurus 1
#> 1414 Cotylosauria Trirachodontidae Langbergia 3
#> 1415 Cotylosauria Trirachodontidae Langbergia 1
#> 1416 Cotylosauria Trirachodontidae Langbergia 2
#> 1417 Cotylosauria Trirachodontidae Langbergia 1
#> 1418 Cotylosauria Trirachodontidae Langbergia 1
#> 1419 Cotylosauria Trirachodontidae Langbergia 2
#> 1420 Cotylosauria Trirachodontidae Langbergia 1
#> 1421 Cotylosauria Trirachodontidae Langbergia 1
#> 1422 Cotylosauria Trirachodontidae Langbergia 1
#> 1423 Cotylosauria Trirachodontidae Langbergia 1
#> 1424 Dicynodontia Lystrosauridae Lystrosaurus 2
#> 1425 <NA> <NA> <NA> NA
#> 1426 Cotylosauria <NA> <NA> 4
#> 1427 Temnospondyli Plagiosauridae <NA> 1
#> 1428 Temnospondyli Rhytidosteidae <NA> NA
#> 1429 Temnospondyli Rhytidosteidae Sangaia 2
#> 1430 Temnospondyli <NA> <NA> NA
#> 1431 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1432 Cotylosauria <NA> <NA> NA
#> 1433 <NA> <NA> <NA> 1
#> 1434 <NA> <NA> <NA> NA
#> 1435 Temnospondyli <NA> <NA> NA
#> 1436 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1437 Cotylosauria <NA> <NA> NA
#> 1438 <NA> <NA> <NA> NA
#> 1439 Temnospondyli <NA> <NA> NA
#> 1440 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1441 NO_ORDER_SPECIFIED <NA> <NA> 1
#> 1442 Cotylosauria <NA> <NA> NA
#> 1443 <NA> <NA> <NA> NA
#> 1444 Dicynodontia Kingoriidae Kombuisia 1
#> 1445 Dicynodontia Kingoriidae Kombuisia 1
#> 1446 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Prolacertoides 1
#> 1447 NO_ORDER_SPECIFIED Rhynchosauroidae Dromopus NA
#> 1448 Ichthyosauria Grippiidae Grippia 2
#> 1449 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Gulosaurus 2
#> 1450 <NA> <NA> <NA> NA
#> 1451 Cotylosauria <NA> <NA> NA
#> 1452 Dicynodontia NO_FAMILY_SPECIFIED Myosaurus 2
#> 1453 Dicynodontia NO_FAMILY_SPECIFIED Myosaurus 10
#> 1454 Cotylosauria NO_FAMILY_SPECIFIED Platycraniellus 2
#> 1455 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1456 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 2
#> 1457 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1458 Eosuchia NO_FAMILY_SPECIFIED Aenigmasaurus NA
#> 1459 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1460 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1461 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1462 Therocephalia Ericiolacertidae Ericiolacerta NA
#> 1463 Therocephalia Scaloposauridae Scaloposaurus NA
#> 1464 Cotylosauria NO_FAMILY_SPECIFIED Galesaurus NA
#> 1465 Temnospondyli Lydekkerinidae Lydekkerina NA
#> 1466 Therocephalia Akidnognathidae Moschorhinus 1
#> 1467 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1468 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 1
#> 1469 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1470 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1471 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon NA
#> 1472 Therocephalia Akidnognathidae Moschorhinus 1
#> 1473 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1474 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1475 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1476 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 3
#> 1477 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 1
#> 1478 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 6
#> 1479 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 6
#> 1480 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 1
#> 1481 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1482 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1483 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1484 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 1
#> 1485 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1486 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1487 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 4
#> 1488 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 1
#> 1489 NO_ORDER_SPECIFIED Prolacertidae Prolacerta 1
#> 1490 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1491 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1492 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1493 Therocephalia Akidnognathidae Moschorhinus NA
#> 1494 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1495 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1496 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1497 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1498 Cotylosauria NO_FAMILY_SPECIFIED Galesaurus NA
#> 1499 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1500 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1501 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1502 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1503 Therocephalia NO_FAMILY_SPECIFIED Regisaurus 1
#> 1504 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1505 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1506 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1507 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1508 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1509 Therocephalia Akidnognathidae Olivierosuchus 1
#> 1510 Therocephalia Scaloposauridae Scaloposaurus NA
#> 1511 Cotylosauria NO_FAMILY_SPECIFIED Galesaurus NA
#> 1512 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon 2
#> 1513 NO_ORDER_SPECIFIED Procolophonidae Phonodus 1
#> 1514 Therocephalia Lycideopidae Tetracynodon 1
#> 1515 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1516 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1517 NO_ORDER_SPECIFIED Whatcheeriidae Pederpes 1
#> 1518 NO_ORDER_SPECIFIED Tanystropheidae Augustaburiania 60
#> 1519 NO_ORDER_SPECIFIED Tanystropheidae Augustaburiania 1
#> 1520 Temnospondyli Trematopidae Acheloma 6
#> 1521 Cotylosauria NO_FAMILY_SPECIFIED Tiarajudens NA
#> 1522 NO_ORDER_SPECIFIED Ctenosauriscidae Ctenosauriscus 1
#> 1523 Cotylosauria Sphenacodontidae Cryptovenator 1
#> 1524 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Vytshegdosuchus NA
#> 1525 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1526 Temnospondyli Amphibamidae Amphibamus NA
#> 1527 Temnospondyli NO_FAMILY_SPECIFIED Erpetosaurus 1
#> 1528 Temnospondyli NO_FAMILY_SPECIFIED Erpetosaurus 1
#> 1529 NO_ORDER_SPECIFIED Colosteidae Ichthyerpeton NA
#> 1530 Temnospondyli Amphibamidae Rubeostratilia NA
#> 1531 <NA> <NA> <NA> 2
#> 1532 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 1533 Cotylosauria NO_FAMILY_SPECIFIED Ianthodon NA
#> 1534 Cotylosauria Cryptodontidae Pelanomodon 1
#> 1535 Eosuchia NO_FAMILY_SPECIFIED Galesphyrus 1
#> 1536 Eosuchia NO_FAMILY_SPECIFIED Galesphyrus 1
#> 1537 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 1538 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 1539 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Tasmaniosaurus 1
#> 1540 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Tasmaniosaurus 1
#> 1541 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Kalisuchus NA
#> 1542 NO_ORDER_SPECIFIED Proterosuchidae <NA> 2
#> 1543 Dicynodontia <NA> <NA> 1
#> 1544 Thecodontia <NA> <NA> 1
#> 1545 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1546 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1547 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1548 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1549 NO_ORDER_SPECIFIED Proterosuchidae <NA> 1
#> 1550 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1551 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1552 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 2
#> 1553 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1554 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1555 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1556 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1557 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1558 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1559 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1560 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1561 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 5
#> 1562 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1563 Temnospondyli <NA> <NA> NA
#> 1564 Temnospondyli Trematosauridae <NA> 3
#> 1565 Temnospondyli <NA> <NA> 1
#> 1566 Temnospondyli Trematosauridae <NA> 1
#> 1567 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 1568 <NA> <NA> <NA> NA
#> 1569 Dicynodontia <NA> <NA> 2
#> 1570 Temnospondyli <NA> <NA> 1
#> 1571 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1572 Temnospondyli Tupilakosauridae Batrachosuchoides 8
#> 1573 NO_ORDER_SPECIFIED Procolophonidae <NA> NA
#> 1574 NO_ORDER_SPECIFIED Procolophonidae <NA> NA
#> 1575 NO_ORDER_SPECIFIED Procolophonidae <NA> 1
#> 1576 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Collilongus 20
#> 1577 <NA> <NA> <NA> NA
#> 1578 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 2
#> 1579 Temnospondyli <NA> <NA> 1
#> 1580 Temnospondyli NO_FAMILY_SPECIFIED Meyerosuchus 1
#> 1581 Temnospondyli NO_FAMILY_SPECIFIED Meyerosuchus 1
#> 1582 Temnospondyli NO_FAMILY_SPECIFIED Odenwaldia 1
#> 1583 Temnospondyli NO_FAMILY_SPECIFIED Odenwaldia 1
#> 1584 Temnospondyli <NA> <NA> 1
#> 1585 Temnospondyli <NA> <NA> 1
#> 1586 Temnospondyli <NA> <NA> 1
#> 1587 NO_ORDER_SPECIFIED Captorhinidae Gansurhinus 1
#> 1588 NO_ORDER_SPECIFIED Captorhinidae Gansurhinus 1
#> 1589 NO_ORDER_SPECIFIED Captorhinidae Reiszorhinus 1
#> 1590 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Microleter 1
#> 1591 Cotylosauria Oudenodontidae Australobarbarus 2
#> 1592 Cotylosauria Oudenodontidae Australobarbarus 1
#> 1593 Cotylosauria NO_FAMILY_SPECIFIED Suminia 15
#> 1594 Dicynodontia NO_FAMILY_SPECIFIED Delectosaurus 1
#> 1595 Dicynodontia NO_FAMILY_SPECIFIED Vivaxosaurus 1
#> 1596 Cotylosauria Ostodolepidae Tambaroter 1
#> 1597 Cotylosauria NO_FAMILY_SPECIFIED Galechirus 2
#> 1598 Therocephalia <NA> <NA> 1
#> 1599 Temnospondyli Trematopidae Rotaryus NA
#> 1600 Temnospondyli Dissorophidae <NA> NA
#> 1601 Temnospondyli <NA> <NA> NA
#> 1602 Cotylosauria Caseidae <NA> NA
#> 1603 Cotylosauria Varanopidae Tambacarnifex 2
#> 1604 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Limnopus NA
#> 1605 Cotylosauria Gymnarthridae Bolterpeton 2
#> 1606 NO_ORDER_SPECIFIED Colosteidae Greererpeton NA
#> 1607 NO_ORDER_SPECIFIED Proterogyrinidae Proterogyrinus NA
#> 1608 Temnospondyli Eryopidae Eryops NA
#> 1609 Temnospondyli Zatracheidae Zatrachys NA
#> 1610 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis 1
#> 1611 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1612 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1613 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1614 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1615 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1616 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1617 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1618 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1619 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1620 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1621 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1622 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1623 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1624 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1625 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1626 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1627 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1628 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1629 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1630 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1631 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1632 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1633 NO_ORDER_SPECIFIED Diplocaulidae Diploceraspis NA
#> 1634 Lysorophia NO_FAMILY_SPECIFIED Megamolgophis NA
#> 1635 Temnospondyli Zatracheidae Zatrachys NA
#> 1636 <NA> <NA> <NA> NA
#> 1637 <NA> <NA> <NA> NA
#> 1638 <NA> <NA> <NA> NA
#> 1639 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Silvanerpeton 1
#> 1640 Aistopoda Ophiderpetontidae Ophiderpeton 4
#> 1641 Temnospondyli <NA> <NA> 3
#> 1642 NO_ORDER_SPECIFIED Acleistorhinidae Feeserpeton 1
#> 1643 Temnospondyli Sclerothoracidae Sclerothorax 3
#> 1644 Temnospondyli Sclerothoracidae Sclerothorax 3
#> 1645 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 1
#> 1646 Protorosauria Protorosauridae Microcnemus 1
#> 1647 Temnospondyli Trematosauridae Trematosaurus 1
#> 1648 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 1
#> 1649 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Procolophonichnium 1
#> 1650 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides 5
#> 1651 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 1
#> 1652 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides NA
#> 1653 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1654 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1655 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides NA
#> 1656 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1657 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides NA
#> 1658 Testudines NO_FAMILY_SPECIFIED Chelonipus NA
#> 1659 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1660 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides NA
#> 1661 Thecodontia NO_FAMILY_SPECIFIED Rotodactylus NA
#> 1662 Testudines NO_FAMILY_SPECIFIED Chelonipus NA
#> 1663 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1664 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides NA
#> 1665 Testudines NO_FAMILY_SPECIFIED Chelonipus NA
#> 1666 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides 1
#> 1667 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides 1
#> 1668 Cotylosauria Tapinocephalidae <NA> NA
#> 1669 Cotylosauria Procynosuchidae Procynosuchus 1
#> 1670 Therocephalia Whaitsiidae Theriognathus 1
#> 1671 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon 1
#> 1672 Cotylosauria <NA> <NA> 3
#> 1673 Cotylosauria Burnetiidae <NA> 2
#> 1674 Temnospondyli NO_FAMILY_SPECIFIED Peltobatrachus NA
#> 1675 Dicynodontia Kingoriidae Dicynodontoides NA
#> 1676 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 1677 Cotylosauria Rhachiocephalidae Rhachiocephalus NA
#> 1678 <NA> <NA> <NA> 1
#> 1679 Temnospondyli <NA> <NA> 3
#> 1680 Temnospondyli <NA> <NA> 6
#> 1681 Temnospondyli <NA> <NA> 12
#> 1682 Temnospondyli <NA> <NA> 1
#> 1683 Temnospondyli <NA> <NA> 1
#> 1684 Temnospondyli <NA> <NA> 1
#> 1685 <NA> <NA> <NA> 1
#> 1686 <NA> <NA> <NA> 3
#> 1687 <NA> <NA> <NA> 2
#> 1688 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 1
#> 1689 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 2
#> 1690 Temnospondyli Chigutisauridae Keratobrachyops 5
#> 1691 Temnospondyli Brachyopidae Xenobrachyops 1
#> 1692 Temnospondyli Derwentiidae Rewana 2
#> 1693 Temnospondyli Trematosauridae <NA> 1
#> 1694 Temnospondyli Derwentiidae Rewana 2
#> 1695 Temnospondyli Plagiosauridae Plagiobatrachus 4
#> 1696 NO_ORDER_SPECIFIED Procolophonidae Eomurruna NA
#> 1697 Temnospondyli Derwentiidae Acerastea 1
#> 1698 Temnospondyli Rhytidosteidae Nanolania 5
#> 1699 Temnospondyli Lapillopsidae Rotaurisaurus 1
#> 1700 Temnospondyli Trematosauridae Tirraturhinus 1
#> 1701 Temnospondyli <NA> <NA> 1
#> 1702 Temnospondyli Lydekkerinidae Lydekkerina 1
#> 1703 Temnospondyli Mastodonsauridae Bulgosuchus 2
#> 1704 Temnospondyli Rhytidosteidae Trucheosaurus 1
#> 1705 Temnospondyli <NA> <NA> 2
#> 1706 <NA> <NA> <NA> 3
#> 1707 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 1
#> 1708 Temnospondyli Rhytidosteidae Deltasaurus 64
#> 1709 Temnospondyli Rhytidosteidae Deltasaurus 6
#> 1710 Temnospondyli Rhytidosteidae Deltasaurus 4
#> 1711 Temnospondyli Rhytidosteidae Deltasaurus 1
#> 1712 Temnospondyli Rhytidosteidae Deltasaurus 4
#> 1713 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 1
#> 1714 Temnospondyli Rhytidosteidae Deltasaurus 1
#> 1715 Temnospondyli NO_FAMILY_SPECIFIED Indobrachyops 1
#> 1716 Dicynodontia Lystrosauridae Lystrosaurus 12
#> 1717 Dicynodontia Lystrosauridae Lystrosaurus 3
#> 1718 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1719 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1720 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1721 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1722 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1723 Dicynodontia Lystrosauridae Lystrosaurus 3
#> 1724 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1725 Dicynodontia Lystrosauridae Lystrosaurus 6
#> 1726 Dicynodontia Lystrosauridae Lystrosaurus 10
#> 1727 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1728 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1729 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1730 Dicynodontia Lystrosauridae Lystrosaurus 4
#> 1731 Temnospondyli Lapillopsidae Manubrantlia 1
#> 1732 Cotylosauria Brasilodontidae Panchetocynodon 1
#> 1733 Temnospondyli Trematosauridae Aphaneramma 1
#> 1734 Temnospondyli Brachyopidae Batrachosuchus 15
#> 1735 Temnospondyli Brachyopidae Batrachosuchus 1
#> 1736 Temnospondyli Brachyopidae Banksiops 1
#> 1737 Temnospondyli Lydekkerinidae Chomatobatrachus 8
#> 1738 Temnospondyli Brachyopidae Banksiops 6
#> 1739 Temnospondyli Lydekkerinidae Chomatobatrachus 2
#> 1740 Temnospondyli Derwentiidae Derwentia 1
#> 1741 Temnospondyli Brachyopidae Banksiops 1
#> 1742 Temnospondyli Lydekkerinidae Chomatobatrachus 1
#> 1743 Temnospondyli Rhytidosteidae Deltasaurus 1
#> 1744 Temnospondyli Brachyopidae Banksiops 23
#> 1745 Temnospondyli Lydekkerinidae Chomatobatrachus 10
#> 1746 Temnospondyli Rhytidosteidae Deltasaurus 1
#> 1747 Temnospondyli Derwentiidae Derwentia 1
#> 1748 Temnospondyli Lydekkerinidae Chomatobatrachus 2
#> 1749 Temnospondyli Brachyopidae Banksiops 45
#> 1750 Temnospondyli Lydekkerinidae Chomatobatrachus 1
#> 1751 Temnospondyli Rhytidosteidae Deltasaurus 1
#> 1752 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 7
#> 1753 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 2
#> 1754 Temnospondyli Brachyopidae Bothriceps 15
#> 1755 Temnospondyli Brachyopidae Brachyops 1
#> 1756 NO_ORDER_SPECIFIED Erythrosuchidae Garjainia NA
#> 1757 NO_ORDER_SPECIFIED Discosauriscidae Spinarerpeton 1
#> 1758 Pelycosauria NO_FAMILY_SPECIFIED Lupeosaurus 1
#> 1759 Cotylosauria Sphenacodontidae <NA> 1
#> 1760 Cotylosauria Sphenacodontidae Dimetrodon 1
#> 1761 Eosauropterygia NO_FAMILY_SPECIFIED Corosaurus 1
#> 1762 Eosauropterygia NO_FAMILY_SPECIFIED Corosaurus 1
#> 1763 Eosauropterygia NO_FAMILY_SPECIFIED Corosaurus 1
#> 1764 Eosuchia NO_FAMILY_SPECIFIED Orovenator 2
#> 1765 <NA> <NA> <NA> NA
#> 1766 Temnospondyli Trematosauridae Trematosaurus 115
#> 1767 Temnospondyli NO_FAMILY_SPECIFIED Benthosuchus NA
#> 1768 Temnospondyli NO_FAMILY_SPECIFIED Benthosuchus NA
#> 1769 Temnospondyli NO_FAMILY_SPECIFIED Benthosuchus NA
#> 1770 NO_ORDER_SPECIFIED Ctenosauriscidae Bystrowisuchus 7
#> 1771 Loricata Rauisuchidae Scythosuchus 114
#> 1772 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus NA
#> 1773 Temnospondyli Tupilakosauridae Batrachosuchoides NA
#> 1774 Trilophosauria NO_FAMILY_SPECIFIED Doniceps 1
#> 1775 <NA> <NA> <NA> 1
#> 1776 Eosauropterygia Cymatosauridae Tanaisosaurus 10
#> 1777 NO_ORDER_SPECIFIED Procolophonidae Kapes NA
#> 1778 NO_ORDER_SPECIFIED Bystrowianidae Dromotectum NA
#> 1779 Temnospondyli Rhytidosteidae <NA> NA
#> 1780 Temnospondyli Tupilakosauridae Batrachosuchoides 29
#> 1781 NO_ORDER_SPECIFIED Bystrowianidae Axitectum 3
#> 1782 NO_ORDER_SPECIFIED Bystrowianidae Dromotectum 2
#> 1783 NO_ORDER_SPECIFIED Bystrowianidae Dromotectum 1
#> 1784 NO_ORDER_SPECIFIED Bystrowianidae Dromotectum 1
#> 1785 NO_ORDER_SPECIFIED Prolacertidae Vritramimosaurus 5
#> 1786 Temnospondyli NO_FAMILY_SPECIFIED Parotosuchus 1
#> 1787 Therocephalia Ericiolacertidae Silphedosuchus 1
#> 1788 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Chasmatosuchus 3
#> 1789 <NA> <NA> <NA> 3
#> 1790 <NA> <NA> <NA> 1
#> 1791 <NA> <NA> <NA> 1
#> 1792 <NA> <NA> <NA> 3
#> 1793 Therocephalia Scalopognathidae Scalopognathus 1
#> 1794 Therocephalia NO_FAMILY_SPECIFIED Urumchia 1
#> 1795 Cotylosauria Traversodontidae Beishanodon 1
#> 1796 Temnospondyli Trematosauridae Erythrobatrachus 3
#> 1797 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1798 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1799 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 1800 Temnospondyli <NA> <NA> 1
#> 1801 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1802 Dicynodontia Lystrosauridae Lystrosaurus 1
#> 1803 Temnospondyli Lydekkerinidae Eolydekkerina 1
#> 1804 Temnospondyli Lydekkerinidae Lydekkerina 5
#> 1805 Temnospondyli Rhinesuchidae Broomistega 1
#> 1806 Temnospondyli Lydekkerinidae Lydekkerina 1
#> 1807 Temnospondyli Lydekkerinidae Lydekkerina 1
#> 1808 Temnospondyli Rhinesuchidae Broomistega 1
#> 1809 Temnospondyli Rhinesuchidae Broomistega 1
#> 1810 Temnospondyli Lydekkerinidae Lydekkerina NA
#> 1811 Temnospondyli Lydekkerinidae Lydekkerina 1
#> 1812 Temnospondyli Lydekkerinidae Lydekkerina 1
#> 1813 Temnospondyli Mastodonsauridae Selenocara 2
#> 1814 Temnospondyli Trematosauridae Stoschiosaurus 1
#> 1815 Temnospondyli Trematosauridae Stoschiosaurus 2
#> 1816 Temnospondyli Trematosauridae Stoschiosaurus 1
#> 1817 Temnospondyli Lydekkerinidae Luzocephalus 1
#> 1818 Temnospondyli Lydekkerinidae Luzocephalus 1
#> 1819 Temnospondyli Lydekkerinidae Luzocephalus 1
#> 1820 Temnospondyli Lydekkerinidae Luzocephalus 1
#> 1821 Temnospondyli Trematosauridae <NA> 1
#> 1822 Temnospondyli Trematosauridae <NA> 1
#> 1823 Temnospondyli <NA> <NA> 19
#> 1824 Temnospondyli <NA> <NA> 4
#> 1825 Temnospondyli <NA> <NA> 1
#> 1826 Temnospondyli <NA> <NA> 1
#> 1827 Temnospondyli Tupilakosauridae Tupilakosaurus 3
#> 1828 Temnospondyli Tupilakosauridae Tupilakosaurus 1
#> 1829 Temnospondyli Trematosauridae Aphaneramma 3
#> 1830 Temnospondyli Trematosauridae Aphaneramma 1
#> 1831 Temnospondyli Lydekkerinidae Deltacephalus 1
#> 1832 Temnospondyli Lyrocephaliscidae Lyrocephaliscus NA
#> 1833 Temnospondyli Lyrocephaliscidae Lyrocephaliscus NA
#> 1834 Temnospondyli Lyrocephaliscidae Lyrocephaliscus NA
#> 1835 Temnospondyli Lyrocephaliscidae Lyrocephaliscus NA
#> 1836 Temnospondyli Trematosauridae Aphaneramma NA
#> 1837 Temnospondyli Trematosauridae Aphaneramma NA
#> 1838 Temnospondyli Trematosauridae Aphaneramma NA
#> 1839 Temnospondyli Trematosauridae Aphaneramma NA
#> 1840 Temnospondyli Trematosauridae Aphaneramma NA
#> 1841 Temnospondyli Trematosauridae Aphaneramma 5
#> 1842 Temnospondyli Platystegidae Platystega 1
#> 1843 Temnospondyli Trematosauridae Tertrema 1
#> 1844 Temnospondyli Mastodonsauridae <NA> 1
#> 1845 Temnospondyli <NA> <NA> NA
#> 1846 Temnospondyli <NA> <NA> NA
#> 1847 Temnospondyli NO_FAMILY_SPECIFIED Peltostega 1
#> 1848 Temnospondyli Trematosauridae Tertrema 1
#> 1849 Temnospondyli Trematosauridae Aphaneramma 1
#> 1850 Temnospondyli Trematosauridae Aphaneramma 4
#> 1851 Temnospondyli Trematosauridae Aphaneramma 1
#> 1852 Temnospondyli Lyrocephaliscidae Lyrocephaliscus 2
#> 1853 Temnospondyli Mastodonsauridae <NA> 3
#> 1854 Temnospondyli Mastodonsauridae <NA> 1
#> 1855 Temnospondyli Mastodonsauridae <NA> 3
#> 1856 Temnospondyli Mastodonsauridae <NA> 1
#> 1857 Temnospondyli <NA> <NA> 1
#> 1858 Temnospondyli <NA> <NA> 1
#> 1859 Temnospondyli <NA> <NA> 1
#> 1860 Temnospondyli NO_FAMILY_SPECIFIED Peltostega 1
#> 1861 Temnospondyli NO_FAMILY_SPECIFIED Peltostega 1
#> 1862 Temnospondyli Trematosauridae Wantzosaurus 1
#> 1863 Temnospondyli NO_FAMILY_SPECIFIED Edingerella 6
#> 1864 Temnospondyli NO_FAMILY_SPECIFIED Edingerella 1
#> 1865 Temnospondyli NO_FAMILY_SPECIFIED Edingerella 1
#> 1866 Temnospondyli Rhytidosteidae Mahavisaurus NA
#> 1867 Temnospondyli Rhytidosteidae Mahavisaurus 1
#> 1868 Temnospondyli Trematosauridae Tertremoides 1
#> 1869 Temnospondyli Trematosauridae Wantzosaurus 1
#> 1870 Temnospondyli Trematosauridae Wantzosaurus 1
#> 1871 Temnospondyli Trematosauridae Tertremoides 1
#> 1872 NO_ORDER_SPECIFIED Procolophonidae Lasasaurus 1
#> 1873 Temnospondyli Trematosauridae Tertremoides 1
#> 1874 Temnospondyli NO_FAMILY_SPECIFIED Edingerella 1
#> 1875 Temnospondyli Rhytidosteidae Pneumatostega 1
#> 1876 Temnospondyli Rhytidosteidae Pneumatostega 1
#> 1877 Temnospondyli Rhinesuchidae Rhinesuchoides 1
#> 1878 Temnospondyli Rhinesuchidae Laccosaurus 1
#> 1879 Temnospondyli Mastodonsauridae Kestrosaurus 1
#> 1880 Temnospondyli Amphibamidae Micropholis 1
#> 1881 Temnospondyli Amphibamidae Micropholis 9
#> 1882 Temnospondyli Amphibamidae Micropholis 2
#> 1883 Temnospondyli Amphibamidae Micropholis 1
#> 1884 Temnospondyli Amphibamidae Micropholis 2
#> 1885 Temnospondyli Amphibamidae Micropholis 1
#> 1886 Temnospondyli Amphibamidae Micropholis 1
#> 1887 Temnospondyli Amphibamidae Micropholis 1
#> 1888 Temnospondyli Amphibamidae Micropholis 1
#> 1889 Temnospondyli Amphibamidae Micropholis 2
#> 1890 Temnospondyli Amphibamidae Micropholis 2
#> 1891 Temnospondyli Trematosauridae Trematosuchus 2
#> 1892 Temnospondyli Trematosauridae Trematosuchoides 1
#> 1893 Temnospondyli Trematosauridae <NA> 1
#> 1894 Dicynodontia Lystrosauridae Lystrosaurus 2
#> 1895 Ichthyosauria Grippiidae Chaohusaurus NA
#> 1896 Ichthyosauria Grippiidae Chaohusaurus NA
#> 1897 Ichthyosauria Grippiidae Chaohusaurus NA
#> 1898 Cotylosauria Burnetiidae Paraburnetia 1
#> 1899 Temnospondyli Amphibamidae Micropholis 1
#> 1900 Temnospondyli Trematosauridae Trematosuchus 1
#> 1901 NO_ORDER_SPECIFIED Procolophonidae Procolophon NA
#> 1902 Temnospondyli Tupilakosauridae Thabanchuia 4
#> 1903 <NA> <NA> <NA> 1
#> 1904 Temnospondyli Mastodonsauridae Kestrosaurus 1
#> 1905 Temnospondyli Mastodonsauridae Kestrosaurus 8
#> 1906 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Palacrodon 1
#> 1907 NO_ORDER_SPECIFIED Procolophonidae <NA> NA
#> 1908 Temnospondyli Brachyopidae Bathignathus 1
#> 1909 <NA> <NA> <NA> NA
#> 1910 Temnospondyli Mastodonsauridae Kestrosaurus 1
#> 1911 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 1
#> 1912 Temnospondyli NO_FAMILY_SPECIFIED Watsonisuchus 1
#> 1913 Temnospondyli Mastodonsauridae Kestrosaurus 4
#> 1914 Temnospondyli Mastodonsauridae Kestrosaurus 1
#> 1915 Temnospondyli Rhytidosteidae Rhytidosteus 1
#> 1916 Therocephalia Lycideopidae Tetracynodon 1
#> 1917 Therocephalia Lycideopidae Tetracynodon 7
#> 1918 Therocephalia Lycideopidae Tetracynodon 1
#> 1919 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 1
#> 1920 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Protorosaurus 1
#> 1921 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eorasaurus 1
#> 1922 Temnospondyli Dvinosauridae Dvinosaurus NA
#> 1923 NO_ORDER_SPECIFIED Chroniosuchidae Chroniosaurus 8
#> 1924 Cotylosauria Gorgonopidae Sauroctonus 6
#> 1925 Dicynodontia <NA> <NA> 2
#> 1926 Cotylosauria <NA> <NA> 2
#> 1927 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Aenigmastropheus 1
#> 1928 NO_ORDER_SPECIFIED Chirotheriidae Synaptichnium 1
#> 1929 NO_ORDER_SPECIFIED Chirotheriidae Synaptichnium 1
#> 1930 NO_ORDER_SPECIFIED Chirotheriidae Brachychirotherium 1
#> 1931 NO_ORDER_SPECIFIED Chirotheriidae Isochirotherium 2
#> 1932 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 2
#> 1933 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides NA
#> 1934 Therocephalia Ericiolacertidae Ericiolacerta 1
#> 1935 Therocephalia <NA> <NA> 1
#> 1936 Cotylosauria NO_FAMILY_SPECIFIED Dicynodontipus 1
#> 1937 Cotylosauria NO_FAMILY_SPECIFIED Cincosaurus NA
#> 1938 Therocephalia <NA> <NA> 1
#> 1939 Thalattosauria NO_FAMILY_SPECIFIED Paralonectes 2
#> 1940 Thalattosauria NO_FAMILY_SPECIFIED Paralonectes 1
#> 1941 Thalattosauria NO_FAMILY_SPECIFIED Agkistrognathus 2
#> 1942 Hupehsuchia Hupehsuchidae Parahupehsuchus 1
#> 1943 Cotylosauria Caseidae Eocasea 1
#> 1944 Ichthyosauria Grippiidae Chaohusaurus 3
#> 1945 Temnospondyli Rhinesuchidae Rhinesuchus 1
#> 1946 Temnospondyli Platystegidae Inflectosaurus NA
#> 1947 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Palaeoherpeton 1
#> 1948 <NA> <NA> <NA> 1
#> 1949 Temnospondyli Rhinesuchidae Rhinesuchus 6
#> 1950 Temnospondyli Rhinesuchidae Rhinesuchus 2
#> 1951 <NA> <NA> <NA> 1
#> 1952 Temnospondyli Rhinesuchidae Rhinesuchus 1
#> 1953 Cotylosauria Caseidae Alierasaurus 1
#> 1954 Temnospondyli NO_FAMILY_SPECIFIED Perryella 18
#> 1955 NO_ORDER_SPECIFIED Urocordylidae Crossotelos NA
#> 1956 Temnospondyli Eryopidae Eryops 1
#> 1957 NO_ORDER_SPECIFIED Bolosauridae Belebey 1
#> 1958 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 1
#> 1959 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1960 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 1
#> 1961 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium 1
#> 1962 NO_ORDER_SPECIFIED Chirotheriidae Chirotherium NA
#> 1963 NO_ORDER_SPECIFIED Urocordylidae Ctenerpeton 1
#> 1964 <NA> <NA> <NA> 4
#> 1965 Cotylosauria Diadectidae Alveusdectes 1
#> 1966 Eosuchia NO_FAMILY_SPECIFIED Palaeagama 1
#> 1967 NO_ORDER_SPECIFIED Procolophonidae Spondylolestes 1
#> 1968 Eosuchia Younginidae Youngina 1
#> 1969 Eosuchia Younginidae Youngina 1
#> 1970 Dicynodontia Kingoriidae Dicynodontoides NA
#> 1971 Therocephalia Ictidosuchidae Ictidosuchops 1
#> 1972 Cotylosauria Procynosuchidae Procynosuchus 1
#> 1973 Eosuchia Younginidae Youngina 1
#> 1974 Cotylosauria Oudenodontidae Oudenodon NA
#> 1975 Eosuchia Younginidae Youngina 1
#> 1976 Eosuchia Younginidae Youngina 1
#> 1977 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus NA
#> 1978 Cotylosauria Oudenodontidae Oudenodon NA
#> 1979 Cotylosauria Gorgonopidae Cyonosaurus 1
#> 1980 Therocephalia Whaitsiidae Theriognathus NA
#> 1981 Cotylosauria Oudenodontidae Oudenodon NA
#> 1982 Eosuchia Younginidae Youngina 1
#> 1983 Eosuchia Younginidae Youngina 2
#> 1984 Eosuchia NO_FAMILY_SPECIFIED Saurosternon 1
#> 1985 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Erpetonyx 1
#> 1986 Araeoscelidia Araeoscelidae Zarcasaurus 1
#> 1987 Araeoscelidia Araeoscelidae Kadaliosaurus 1
#> 1988 Protorosauria Protorosauridae Aphelosaurus 1
#> 1989 Eosuchia Tangasauridae Tangasaurus 3
#> 1990 Cotylosauria Oudenodontidae Oudenodon 1
#> 1991 Eosuchia Tangasauridae Hovasaurus 300
#> 1992 NO_ORDER_SPECIFIED Acleistorhinidae Delorhynchus 4
#> 1993 NO_ORDER_SPECIFIED Nyctiphruretidae Abyssomedon 1
#> 1994 NO_ORDER_SPECIFIED Procolophonidae Sauropareion 3
#> 1995 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pumiliopareia 1
#> 1996 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Anthodon 1
#> 1997 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Anthodon 1
#> 1998 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Anthodon 1
#> 1999 NO_ORDER_SPECIFIED Pareiasauridae Provelosaurus 2
#> 2000 NO_ORDER_SPECIFIED Pareiasauridae Provelosaurus 1
#> 2001 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Nanoparia 1
#> 2002 NO_ORDER_SPECIFIED Pareiasauridae Shihtienfenia 1
#> 2003 NO_ORDER_SPECIFIED Pareiasauridae Shihtienfenia 2
#> 2004 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Zhongjiania NA
#> 2005 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Zhongjiania NA
#> 2006 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Zhongjiania NA
#> 2007 NO_ORDER_SPECIFIED Bystrowianidae Bystrowiana 4
#> 2008 <NA> <NA> <NA> NA
#> 2009 Cotylosauria NO_FAMILY_SPECIFIED Hwanghocynodon 1
#> 2010 NO_ORDER_SPECIFIED Bystrowianidae Jiyuanitectum 1
#> 2011 NO_ORDER_SPECIFIED Bystrowianidae Dromotectum 1
#> 2012 Cotylosauria <NA> <NA> 1
#> 2013 Cotylosauria <NA> <NA> 2
#> 2014 Cotylosauria Tapinocephalidae <NA> NA
#> 2015 Temnospondyli <NA> <NA> NA
#> 2016 Cotylosauria Anteosauridae <NA> NA
#> 2017 Cotylosauria Burnetiidae Mobaceras NA
#> 2018 Dicynodontia NO_FAMILY_SPECIFIED Abajudon NA
#> 2019 Cotylosauria Gorgonopidae <NA> NA
#> 2020 Cotylosauria Tapinocephalidae Criocephalosaurus 1
#> 2021 Cotylosauria Tapinocephalidae Criocephalosaurus 1
#> 2022 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon 6
#> 2023 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon 2
#> 2024 Dicynodontia Stahleckeriidae Sungeodon NA
#> 2025 Temnospondyli Dissorophidae Scapanops NA
#> 2026 Temnospondyli Dissorophidae Conjunctio NA
#> 2027 Temnospondyli Dissorophidae Conjunctio NA
#> 2028 <NA> <NA> <NA> NA
#> 2029 Hupehsuchia NO_FAMILY_SPECIFIED Nanchangosaurus NA
#> 2030 NO_ORDER_SPECIFIED Whatcheeriidae Occidens NA
#> 2031 Cotylosauria Ophiacodontidae Clepsydrops NA
#> 2032 Aistopoda Lethiscidae Lethiscus NA
#> 2033 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Sigournea NA
#> 2034 NO_ORDER_SPECIFIED Colosteidae Deltaherpeton NA
#> 2035 Temnospondyli <NA> <NA> 1
#> 2036 Cotylosauria Oudenodontidae Tropidostoma 1
#> 2037 Cotylosauria Oudenodontidae Tropidostoma NA
#> 2038 Cotylosauria Oudenodontidae Tropidostoma NA
#> 2039 Cotylosauria Oudenodontidae Tropidostoma NA
#> 2040 Cotylosauria Oudenodontidae Tropidostoma NA
#> 2041 Cotylosauria Oudenodontidae Tropidostoma NA
#> 2042 Cotylosauria Oudenodontidae Tropidostoma 1
#> 2043 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Kirktonecta NA
#> 2044 NO_ORDER_SPECIFIED Eoherpetontidae Eoherpeton NA
#> 2045 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eldeceeon NA
#> 2046 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus NA
#> 2047 Cotylosauria Oudenodontidae Tropidostoma NA
#> 2048 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2049 Dicynodontia Pristerodontidae Emyduranus NA
#> 2050 Dicynodontia Emydopidae Palemydops NA
#> 2051 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2052 Dicynodontia Pylaecephalidae Diictodon NA
#> 2053 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2054 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2055 Cotylosauria <NA> <NA> 1
#> 2056 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2057 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2058 Cotylosauria Geikiidae Aulacephalodon 1
#> 2059 Cotylosauria Oudenodontidae Oudenodon NA
#> 2060 Cotylosauria Gorgonopidae Cyonosaurus 1
#> 2061 Dicynodontia <NA> <NA> NA
#> 2062 Cotylosauria <NA> <NA> NA
#> 2063 Therocephalia <NA> <NA> NA
#> 2064 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2065 NO_ORDER_SPECIFIED Owenettidae Owenetta 2
#> 2066 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2067 Cotylosauria Oudenodontidae Oudenodon 4
#> 2068 Cotylosauria Gorgonopidae Cyonosaurus 2
#> 2069 Cotylosauria Gorgonopidae Aelurognathus 1
#> 2070 Cotylosauria Gorgonopidae Rubidgea 1
#> 2071 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2072 Therocephalia Whaitsiidae Theriognathus 1
#> 2073 Cotylosauria Galesauridae Nanictosaurus 1
#> 2074 Dicynodontia <NA> <NA> NA
#> 2075 Cotylosauria <NA> <NA> NA
#> 2076 Therocephalia <NA> <NA> NA
#> 2077 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2078 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2079 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2080 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2081 Cotylosauria NO_FAMILY_SPECIFIED Galesaurus NA
#> 2082 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2083 Cotylosauria Oudenodontidae Oudenodon 1
#> 2084 Dicynodontia Pylaecephalidae Diictodon 1
#> 2085 Cotylosauria Oudenodontidae Oudenodon 1
#> 2086 Cotylosauria Geikiidae Aulacephalodon 2
#> 2087 Cotylosauria Oudenodontidae Oudenodon NA
#> 2088 Cotylosauria Rhachiocephalidae Rhachiocephalus 1
#> 2089 Temnospondyli Rhinesuchidae Rhinesuchoides 1
#> 2090 Dicynodontia <NA> <NA> NA
#> 2091 NO_ORDER_SPECIFIED Colosteidae Pholidogaster NA
#> 2092 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Eucritta NA
#> 2093 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Doragnathus NA
#> 2094 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2095 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2096 Dicynodontia NO_FAMILY_SPECIFIED Dinanomodon 1
#> 2097 Dicynodontia Pylaecephalidae Eosimops NA
#> 2098 Cotylosauria Gorgonopidae Arctognathus 1
#> 2099 Dicynodontia <NA> <NA> NA
#> 2100 Dicynodontia NO_FAMILY_SPECIFIED Sintocephalus NA
#> 2101 NO_ORDER_SPECIFIED Owenettidae Owenetta NA
#> 2102 Dicynodontia Pylaecephalidae Diictodon NA
#> 2103 Dicynodontia Pylaecephalidae Diictodon NA
#> 2104 Cotylosauria Cryptodontidae Pelanomodon 1
#> 2105 Cotylosauria Gorgonopidae Cyonosaurus NA
#> 2106 Cotylosauria Gorgonopidae Dinogorgon 1
#> 2107 Therocephalia Whaitsiidae Theriognathus NA
#> 2108 Cotylosauria Procynosuchidae Procynosuchus NA
#> 2109 Dicynodontia <NA> <NA> NA
#> 2110 Dicynodontia NO_FAMILY_SPECIFIED Peramodon NA
#> 2111 Cotylosauria Oudenodontidae Oudenodon 1
#> 2112 Dicynodontia NO_FAMILY_SPECIFIED Emydops 3
#> 2113 Dicynodontia Pristerodontidae Emydorhynchus 1
#> 2114 Dicynodontia Pristerodontidae Emyduranus NA
#> 2115 Dicynodontia Emydopidae Palemydops NA
#> 2116 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2117 Dicynodontia Pylaecephalidae Diictodon NA
#> 2118 Dicynodontia Pylaecephalidae Diictodon 1
#> 2119 Cotylosauria Geikiidae Aulacephalodon NA
#> 2120 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2121 Cotylosauria <NA> <NA> 1
#> 2122 Cotylosauria Gorgonopidae Aloposaurus 1
#> 2123 Cotylosauria Gorgonopidae Lycaenops 1
#> 2124 Cotylosauria NO_FAMILY_SPECIFIED Lycaenodon 1
#> 2125 Dicynodontia NO_FAMILY_SPECIFIED Vivaxosaurus NA
#> 2126 Dicynodontia NO_FAMILY_SPECIFIED Vivaxosaurus NA
#> 2127 Dicynodontia NO_FAMILY_SPECIFIED Vivaxosaurus NA
#> 2128 Dicynodontia NO_FAMILY_SPECIFIED Vivaxosaurus NA
#> 2129 Cotylosauria Gorgonopidae Cyonosaurus 1
#> 2130 Cotylosauria Gorgonopidae Paragalerhinus 1
#> 2131 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2132 Therocephalia Scaloposauridae Pelictosuchus NA
#> 2133 Therocephalia Whaitsiidae Theriognathus 1
#> 2134 Therocephalia Whaitsiidae Theriognathus NA
#> 2135 Therocephalia Akidnognathidae Promoschorhynchus NA
#> 2136 Cotylosauria Galesauridae Nanictosaurus 2
#> 2137 Cotylosauria Galesauridae Cynosaurus 1
#> 2138 Dicynodontia <NA> <NA> NA
#> 2139 Testudinata NO_FAMILY_SPECIFIED Chelichnus NA
#> 2140 Testudinata NO_FAMILY_SPECIFIED Chelichnus NA
#> 2141 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Herpetichnus NA
#> 2142 Testudinata NO_FAMILY_SPECIFIED Chelichnus NA
#> 2143 Dicynodontia Emydopidae Palemydops NA
#> 2144 Dicynodontia Cistecephalidae Cistecephalus 4
#> 2145 Cotylosauria Oudenodontidae Oudenodon 1
#> 2146 Cotylosauria Gorgonopidae Dinogorgon 1
#> 2147 Cotylosauria NO_FAMILY_SPECIFIED Lycaenodon 1
#> 2148 Dicynodontia <NA> <NA> NA
#> 2149 Dicynodontia NO_FAMILY_SPECIFIED Dinanomodon 1
#> 2150 Dicynodontia Pylaecephalidae Diictodon NA
#> 2151 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2152 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2153 Dicynodontia Pylaecephalidae Diictodon NA
#> 2154 Dicynodontia NO_FAMILY_SPECIFIED Dinanomodon NA
#> 2155 Cotylosauria Gorgonopidae Clelandina 1
#> 2156 Cotylosauria Homodontosauridae Homodontosaurus NA
#> 2157 Therocephalia Whaitsiidae Theriognathus 1
#> 2158 Dicynodontia <NA> <NA> NA
#> 2159 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2160 Cotylosauria Oudenodontidae Oudenodon NA
#> 2161 Cotylosauria Rhachiocephalidae Rhachiocephalus 1
#> 2162 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2163 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2164 Dicynodontia <NA> <NA> NA
#> 2165 Cotylosauria Oudenodontidae Oudenodon NA
#> 2166 Cotylosauria Gorgonopidae Cyonosaurus NA
#> 2167 Therocephalia Whaitsiidae Theriognathus NA
#> 2168 Cotylosauria Procynosuchidae Procynosuchus 1
#> 2169 Dicynodontia NO_FAMILY_SPECIFIED Dinanomodon 1
#> 2170 Dicynodontia NO_FAMILY_SPECIFIED Dinanomodon 1
#> 2171 Dicynodontia Cistecephalidae Cistecephalus 25
#> 2172 Dicynodontia Pylaecephalidae Diictodon NA
#> 2173 Cotylosauria Geikiidae Aulacephalodon 2
#> 2174 Cotylosauria Oudenodontidae Oudenodon NA
#> 2175 Cotylosauria Rhachiocephalidae Rhachiocephalus NA
#> 2176 Dicynodontia NO_FAMILY_SPECIFIED Digalodon NA
#> 2177 Dicynodontia <NA> <NA> NA
#> 2178 Cotylosauria <NA> <NA> NA
#> 2179 Cotylosauria Oudenodontidae Oudenodon NA
#> 2180 Cotylosauria Gorgonopidae Rubidgea NA
#> 2181 Cotylosauria <NA> <NA> 1
#> 2182 Therocephalia Whaitsiidae Theriognathus 3
#> 2183 Cotylosauria Procynosuchidae Procynosuchus 1
#> 2184 Dicynodontia <NA> <NA> NA
#> 2185 Cotylosauria <NA> <NA> NA
#> 2186 Dicynodontia Pylaecephalidae Robertia 1
#> 2187 Dicynodontia Pylaecephalidae Robertia NA
#> 2188 Dicynodontia Pylaecephalidae Diictodon 1
#> 2189 Therocephalia Pristerognathidae Pristerognathoides NA
#> 2190 Dicynodontia Pylaecephalidae Diictodon 1
#> 2191 Dicynodontia Kingoriidae Dicynodontoides 1
#> 2192 Dicynodontia <NA> <NA> 1
#> 2193 Cotylosauria Oudenodontidae Oudenodon 1
#> 2194 Dicynodontia Pylaecephalidae Diictodon 1
#> 2195 NO_ORDER_SPECIFIED Caerorhachidae Caerorhachis NA
#> 2196 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Doragnathus NA
#> 2197 Temnospondyli Trematosauridae <NA> 4
#> 2198 Temnospondyli <NA> <NA> 3
#> 2199 Temnospondyli <NA> <NA> 2
#> 2200 Temnospondyli <NA> <NA> 1
#> 2201 Temnospondyli <NA> <NA> 1
#> 2202 Temnospondyli Lydekkerinidae <NA> 1
#> 2203 NO_ORDER_SPECIFIED Eogyrinidae Pholiderpeton NA
#> 2204 NO_ORDER_SPECIFIED Acherontiscidae Acherontiscus NA
#> 2205 Temnospondyli Lydekkerinidae <NA> 2
#> 2206 Temnospondyli <NA> <NA> 1
#> 2207 Temnospondyli NO_FAMILY_SPECIFIED Indobrachyops 1
#> 2208 Temnospondyli Trematosauridae <NA> 1
#> 2209 Temnospondyli Zatracheidae Dasyceps 1
#> 2210 Cotylosauria Geikiidae Aulacephalodon 1
#> 2211 NO_ORDER_SPECIFIED Spathicephalidae Spathicephalus NA
#> 2212 NO_ORDER_SPECIFIED Eogyrinidae Pholiderpeton NA
#> 2213 Dicynodontia Cistecephalidae Cistecephalus 7
#> 2214 Cotylosauria Gorgonopidae Lycaenops 1
#> 2215 Dicynodontia <NA> <NA> NA
#> 2216 Cotylosauria <NA> <NA> NA
#> 2217 Cotylosauria Cryptodontidae Keyseria NA
#> 2218 Dicynodontia <NA> <NA> NA
#> 2219 Cotylosauria <NA> <NA> NA
#> 2220 Microsauria NO_FAMILY_SPECIFIED Utaherpeton NA
#> 2221 Dicynodontia NO_FAMILY_SPECIFIED Turfanodon NA
#> 2222 Dicynodontia NO_FAMILY_SPECIFIED Turfanodon NA
#> 2223 Dicynodontia NO_FAMILY_SPECIFIED Turfanodon NA
#> 2224 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2225 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2226 Cotylosauria NO_FAMILY_SPECIFIED Prodicynodon NA
#> 2227 Dicynodontia <NA> <NA> 1
#> 2228 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2229 Dicynodontia Pylaecephalidae Diictodon NA
#> 2230 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2231 Cotylosauria Oudenodontidae Oudenodon NA
#> 2232 Cotylosauria Gorgonopidae Lycaenops 1
#> 2233 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2234 Cotylosauria Gorgonopidae Aloposaurus 1
#> 2235 Cotylosauria Gorgonopidae <NA> 1
#> 2236 Therocephalia Lycideopidae Choerosaurus NA
#> 2237 Therocephalia NO_FAMILY_SPECIFIED Ictidognathus NA
#> 2238 Therocephalia Scaloposauridae Scalopocephalus 1
#> 2239 Dicynodontia <NA> <NA> NA
#> 2240 Cotylosauria Geikiidae Aulacephalodon NA
#> 2241 Cotylosauria Oudenodontidae Oudenodon NA
#> 2242 Cotylosauria Oudenodontidae Oudenodon NA
#> 2243 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2244 Cotylosauria Oudenodontidae Oudenodon NA
#> 2245 Dicynodontia <NA> <NA> NA
#> 2246 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2247 Cotylosauria Oudenodontidae Oudenodon NA
#> 2248 Dicynodontia <NA> <NA> NA
#> 2249 Cotylosauria Oudenodontidae Oudenodon NA
#> 2250 Cotylosauria Oudenodontidae Oudenodon NA
#> 2251 Cotylosauria Tapinocephalidae Struthiocephalus NA
#> 2252 Cotylosauria NO_FAMILY_SPECIFIED Galeops NA
#> 2253 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2254 Therocephalia Pristerognathidae Cynariognathus NA
#> 2255 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2256 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon 1
#> 2257 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Prorotodactylus 1
#> 2258 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Prorotodactylus 36
#> 2259 NO_ORDER_SPECIFIED Chirotheriidae Brachychirotherium 11
#> 2260 NO_ORDER_SPECIFIED Chirotheriidae Brachychirotherium 4
#> 2261 Temnospondyli NO_FAMILY_SPECIFIED Capitosauroides 7
#> 2262 NO_ORDER_SPECIFIED Chirotheriidae Isochirotherium 5
#> 2263 NO_ORDER_SPECIFIED Chirotheriidae Isochirotherium 6
#> 2264 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides 7
#> 2265 Squamata NO_FAMILY_SPECIFIED Rhynchosauroides 4
#> 2266 NO_ORDER_SPECIFIED Chirotheriidae Synaptichnium 4
#> 2267 NO_ORDER_SPECIFIED Chirotheriidae Synaptichnium 7
#> 2268 NO_ORDER_SPECIFIED Chirotheriidae Synaptichnium 9
#> 2269 Cotylosauria <NA> <NA> NA
#> 2270 <NA> <NA> <NA> NA
#> 2271 Aistopoda Ophiderpetontidae Ophiderpeton NA
#> 2272 NO_ORDER_SPECIFIED Owenettidae Owenetta 1
#> 2273 Dicynodontia Pylaecephalidae Diictodon 4
#> 2274 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2275 Dicynodontia NO_FAMILY_SPECIFIED Emydorhinus 1
#> 2276 Dicynodontia NO_FAMILY_SPECIFIED Emydorhinus 1
#> 2277 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus 3
#> 2278 Dicynodontia Pylaecephalidae Diictodon 1
#> 2279 Dicynodontia <NA> <NA> 1
#> 2280 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus 1
#> 2281 Cotylosauria Oudenodontidae Oudenodon 1
#> 2282 NO_ORDER_SPECIFIED Crassigyrinidae Crassigyrinus NA
#> 2283 NO_ORDER_SPECIFIED Spathicephalidae Spathicephalus NA
#> 2284 Cotylosauria Gorgonopidae Aloposaurus 1
#> 2285 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2286 Therocephalia Akidnognathidae Notaelurodon NA
#> 2287 Therocephalia Whaitsiidae Ictidochampsa 1
#> 2288 Therocephalia Ictidosuchidae Ictidosuchops 3
#> 2289 Cotylosauria Homodontosauridae Homodontosaurus NA
#> 2290 Therocephalia Lycideopidae Tetracynodon NA
#> 2291 Therocephalia Whaitsiidae Theriognathus 1
#> 2292 Cotylosauria Procynosuchidae Procynosuchus NA
#> 2293 Dicynodontia NO_FAMILY_SPECIFIED Basilodon 1
#> 2294 NO_ORDER_SPECIFIED Captorhinidae Opisthodontosaurus 6
#> 2295 NO_ORDER_SPECIFIED Gephyrostegidae Bruktererpeton NA
#> 2296 NO_ORDER_SPECIFIED Baphetidae Loxomma NA
#> 2297 NO_ORDER_SPECIFIED Baphetidae Loxomma NA
#> 2298 Temnospondyli Dendrerpetidae Dendrysekos NA
#> 2299 Temnospondyli Dendrerpetidae Dendrerpeton NA
#> 2300 Temnospondyli NO_FAMILY_SPECIFIED Eugyrinus NA
#> 2301 NO_ORDER_SPECIFIED Baphetidae Baphetes NA
#> 2302 NO_ORDER_SPECIFIED Baphetidae Baphetes NA
#> 2303 NO_ORDER_SPECIFIED Baphetidae Baphetes NA
#> 2304 NO_ORDER_SPECIFIED Baphetidae Kyrinion NA
#> 2305 Temnospondyli Cochleosauridae Procochleosaurus NA
#> 2306 Temnospondyli <NA> <NA> NA
#> 2307 NO_ORDER_SPECIFIED Colosteidae Colosteus NA
#> 2308 Temnospondyli Cochleosauridae Adamanterpeton NA
#> 2309 Temnospondyli Dissorophidae Astreptorhachis NA
#> 2310 NO_ORDER_SPECIFIED Whatcheeriidae Ossinodus NA
#> 2311 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Antlerpeton NA
#> 2312 NO_ORDER_SPECIFIED Colosteidae Ichthyerpeton NA
#> 2313 NO_ORDER_SPECIFIED Colosteidae Pholidogaster NA
#> 2314 NO_ORDER_SPECIFIED Colosteidae Greererpeton NA
#> 2315 NO_ORDER_SPECIFIED Colosteidae Greererpeton NA
#> 2316 NO_ORDER_SPECIFIED Crassigyrinidae Crassigyrinus NA
#> 2317 NO_ORDER_SPECIFIED Crassigyrinidae Crassigyrinus NA
#> 2318 NO_ORDER_SPECIFIED Crassigyrinidae Crassigyrinus NA
#> 2319 NO_ORDER_SPECIFIED Colosteidae <NA> NA
#> 2320 NO_ORDER_SPECIFIED Colosteidae Greererpeton NA
#> 2321 NO_ORDER_SPECIFIED Colosteidae <NA> NA
#> 2322 NO_ORDER_SPECIFIED Baphetidae Baphetes NA
#> 2323 NO_ORDER_SPECIFIED Baphetidae Baphetes NA
#> 2324 NO_ORDER_SPECIFIED Anthracosauridae Anthracosaurus NA
#> 2325 NO_ORDER_SPECIFIED Eogyrinidae Pholiderpeton NA
#> 2326 NO_ORDER_SPECIFIED Baphetidae Loxomma NA
#> 2327 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Doragnathus NA
#> 2328 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Doragnathus NA
#> 2329 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Doragnathus NA
#> 2330 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2331 Cotylosauria <NA> <NA> 1
#> 2332 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2333 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2334 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2335 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2336 <NA> <NA> <NA> NA
#> 2337 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2338 Dicynodontia Pylaecephalidae Diictodon NA
#> 2339 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 2340 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2341 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus NA
#> 2342 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasuchus NA
#> 2343 Cotylosauria Gorgonopidae Gorgonops NA
#> 2344 Temnospondyli Rhinesuchidae <NA> NA
#> 2345 Cotylosauria Oudenodontidae Tropidostoma 1
#> 2346 Therocephalia Alopecodontidae Pardosuchus NA
#> 2347 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2348 Cotylosauria <NA> <NA> 1
#> 2349 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 2
#> 2350 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2351 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2352 Cotylosauria NO_FAMILY_SPECIFIED Eriphostoma 1
#> 2353 Cotylosauria Gorgonopidae Aelurognathus 1
#> 2354 Cotylosauria Gorgonopidae Aelurognathus 1
#> 2355 Cotylosauria Gorgonopidae Aelurognathus 1
#> 2356 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2357 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2358 Cotylosauria Gorgonopidae Aelurognathus 1
#> 2359 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2360 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2361 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2362 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2363 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2364 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2365 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2366 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2367 Temnospondyli Rhinesuchidae Rhineceps 1
#> 2368 Cotylosauria Gorgonopidae Gorgonops 1
#> 2369 Cotylosauria Gorgonopidae <NA> 1
#> 2370 Cotylosauria Gorgonopidae Lycaenops 1
#> 2371 Cotylosauria Oudenodontidae Oudenodon 1
#> 2372 Cotylosauria Oudenodontidae Oudenodon NA
#> 2373 Cotylosauria Gorgonopidae Gorgonops 1
#> 2374 Cotylosauria <NA> <NA> 2
#> 2375 Cotylosauria Oudenodontidae Oudenodon NA
#> 2376 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 2377 Cotylosauria <NA> <NA> 1
#> 2378 Cotylosauria Oudenodontidae Oudenodon 2
#> 2379 Cotylosauria Burnetiidae Lende 1
#> 2380 Cotylosauria NO_FAMILY_SPECIFIED Biarmosuchus 1
#> 2381 Cotylosauria NO_FAMILY_SPECIFIED Biarmosuchus 8
#> 2382 Cotylosauria Ictidorhinidae Biarmosuchoides 1
#> 2383 Cotylosauria NO_FAMILY_SPECIFIED Herpetoskylax 1
#> 2384 Cotylosauria <NA> <NA> 1
#> 2385 Cotylosauria NO_FAMILY_SPECIFIED Herpetoskylax 1
#> 2386 Cotylosauria NO_FAMILY_SPECIFIED Lemurosaurus 1
#> 2387 Cotylosauria NO_FAMILY_SPECIFIED Lemurosaurus 1
#> 2388 Cotylosauria NO_FAMILY_SPECIFIED Ictidorhinus 1
#> 2389 Cotylosauria <NA> <NA> 1
#> 2390 Cotylosauria Burnetiidae Bullacephalus 1
#> 2391 Cotylosauria NO_FAMILY_SPECIFIED Hipposaurus 1
#> 2392 Cotylosauria NO_FAMILY_SPECIFIED Hipposaurus 1
#> 2393 Cotylosauria NO_FAMILY_SPECIFIED Hipposaurus 1
#> 2394 Cotylosauria <NA> <NA> 1
#> 2395 Cotylosauria NO_FAMILY_SPECIFIED Anomocephalus 1
#> 2396 Dicynodontia Lystrosauridae Kwazulusaurus 1
#> 2397 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2398 Therocephalia Akidnognathidae Moschorhinus NA
#> 2399 Dicynodontia NO_FAMILY_SPECIFIED Eodicynodon 1
#> 2400 Cotylosauria Cryptodontidae Pelanomodon NA
#> 2401 Therocephalia Whaitsiidae Theriognathus NA
#> 2402 Cotylosauria Procynosuchidae Procynosuchus 1
#> 2403 Dicynodontia <NA> <NA> NA
#> 2404 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2405 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2406 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2407 Dicynodontia <NA> <NA> NA
#> 2408 Dicynodontia NO_FAMILY_SPECIFIED Basilodon NA
#> 2409 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus NA
#> 2410 NO_ORDER_SPECIFIED Procolophonidae Spondylolestes NA
#> 2411 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2412 Dicynodontia Kingoriidae Dicynodontoides 1
#> 2413 Cotylosauria Oudenodontidae Oudenodon 1
#> 2414 Cotylosauria Gorgonopidae Lycaenops 1
#> 2415 Therocephalia Akidnognathidae Moschorhinus 1
#> 2416 Therocephalia Whaitsiidae Theriognathus 1
#> 2417 Dicynodontia NO_FAMILY_SPECIFIED Basilodon 1
#> 2418 Dicynodontia Pylaecephalidae Diictodon NA
#> 2419 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2420 Dicynodontia NO_FAMILY_SPECIFIED Basilodon NA
#> 2421 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus NA
#> 2422 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2423 Dicynodontia Pylaecephalidae Diictodon NA
#> 2424 Cotylosauria Geikiidae Aulacephalodon NA
#> 2425 Cotylosauria Cryptodontidae Pelanomodon NA
#> 2426 Cotylosauria Oudenodontidae Oudenodon NA
#> 2427 Therocephalia Whaitsiidae Theriognathus NA
#> 2428 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2429 Dicynodontia Pylaecephalidae Diictodon NA
#> 2430 Dicynodontia Pylaecephalidae Diictodon NA
#> 2431 Cotylosauria Geikiidae Aulacephalodon NA
#> 2432 Cotylosauria Oudenodontidae Oudenodon NA
#> 2433 Cotylosauria Gorgonopidae <NA> 1
#> 2434 Dicynodontia <NA> <NA> NA
#> 2435 Cotylosauria <NA> <NA> NA
#> 2436 Therocephalia <NA> <NA> NA
#> 2437 Dicynodontia NO_FAMILY_SPECIFIED Brachyprosopus 5
#> 2438 Dicynodontia NO_FAMILY_SPECIFIED Brachyprosopus 1
#> 2439 Dicynodontia NO_FAMILY_SPECIFIED Brachyprosopus 1
#> 2440 Dicynodontia NO_FAMILY_SPECIFIED Brachyprosopus 2
#> 2441 Dicynodontia NO_FAMILY_SPECIFIED Brachyprosopus 1
#> 2442 Dicynodontia NO_FAMILY_SPECIFIED Brachyprosopus 1
#> 2443 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2444 Dicynodontia Pylaecephalidae Robertia 1
#> 2445 Dicynodontia <NA> <NA> 1
#> 2446 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 3
#> 2447 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2448 Dicynodontia Cistecephalidae Cistecephalus 1
#> 2449 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2450 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2451 Dicynodontia Pylaecephalidae Diictodon NA
#> 2452 Dicynodontia Pylaecephalidae Diictodon NA
#> 2453 Dicynodontia <NA> <NA> NA
#> 2454 Aistopoda Ophiderpetontidae Ophiderpeton NA
#> 2455 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2456 Temnospondyli Cochleosauridae Cochleosaurus NA
#> 2457 Temnospondyli Cochleosauridae Cochleosaurus NA
#> 2458 Temnospondyli NO_FAMILY_SPECIFIED Neldasaurus 2
#> 2459 Temnospondyli NO_FAMILY_SPECIFIED Neldasaurus NA
#> 2460 Temnospondyli NO_FAMILY_SPECIFIED Neldasaurus NA
#> 2461 Temnospondyli NO_FAMILY_SPECIFIED Neldasaurus NA
#> 2462 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2463 Temnospondyli Edopidae Edops NA
#> 2464 Temnospondyli Edopidae Edops NA
#> 2465 Temnospondyli Edopidae Edops NA
#> 2466 Temnospondyli Edopidae Edops 2
#> 2467 Temnospondyli Edopidae Edops NA
#> 2468 Temnospondyli Edopidae Edops NA
#> 2469 Temnospondyli Cochleosauridae Chenoprosopus NA
#> 2470 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2471 Cotylosauria Oudenodontidae Oudenodon 1
#> 2472 Cotylosauria Oudenodontidae Oudenodon 1
#> 2473 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2474 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2475 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2476 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2477 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Anthodon NA
#> 2478 Cotylosauria Gorgonopidae Smilesaurus 1
#> 2479 Dicynodontia <NA> <NA> NA
#> 2480 Cotylosauria Oudenodontidae Oudenodon 1
#> 2481 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus 1
#> 2482 Temnospondyli Trimerorhachidae Lafonius NA
#> 2483 Temnospondyli NO_FAMILY_SPECIFIED Dawsonerpeton NA
#> 2484 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 2485 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 2486 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 2487 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 2488 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 2489 Temnospondyli Micromelerpetidae Branchierpeton NA
#> 2490 Temnospondyli Micromelerpetidae Limnerpeton NA
#> 2491 Microsauria Ptyoniidae Lepterpeton NA
#> 2492 NO_ORDER_SPECIFIED Urocordylidae Urocordylus NA
#> 2493 NO_ORDER_SPECIFIED Diplocaulidae Keraterpeton NA
#> 2494 Cotylosauria Oudenodontidae Oudenodon NA
#> 2495 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2496 Aistopoda Phlegethontiidae Dolichosoma NA
#> 2497 Therocephalia Pristerognathidae Pristerognathoides NA
#> 2498 Dicynodontia Pylaecephalidae Diictodon NA
#> 2499 NO_ORDER_SPECIFIED Owenettidae Owenetta NA
#> 2500 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2501 Dicynodontia Pylaecephalidae Diictodon NA
#> 2502 Dicynodontia Pylaecephalidae Diictodon NA
#> 2503 Temnospondyli Micromelerpetidae Micromelerpeton NA
#> 2504 Cotylosauria Geikiidae Aulacephalodon NA
#> 2505 Cotylosauria Gorgonopidae Cyonosaurus 1
#> 2506 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2507 Therocephalia Whaitsiidae Theriognathus 1
#> 2508 Cotylosauria Procynosuchidae Procynosuchus 2
#> 2509 Cotylosauria Oudenodontidae Oudenodon 1
#> 2510 Cotylosauria Oudenodontidae Oudenodon NA
#> 2511 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2512 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2513 Cotylosauria NO_FAMILY_SPECIFIED Prodicynodon NA
#> 2514 Therocephalia Ictidosuchidae Ictidosuchus 1
#> 2515 Dicynodontia Kingoriidae Dicynodontoides 1
#> 2516 Dicynodontia Kingoriidae Dicynodontoides NA
#> 2517 Dicynodontia Pylaecephalidae Diictodon NA
#> 2518 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon 1
#> 2519 Cotylosauria Oudenodontidae Oudenodon 1
#> 2520 Cotylosauria Gorgonopidae Aloposaurus 1
#> 2521 Cotylosauria Gorgonopidae Aelurognathus 1
#> 2522 Therocephalia Ictidosuchidae Ictidosuchops 1
#> 2523 Therocephalia Whaitsiidae Theriognathus NA
#> 2524 Dicynodontia <NA> <NA> NA
#> 2525 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasuchus NA
#> 2526 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus NA
#> 2527 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 2528 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2529 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon 1
#> 2530 Dicynodontia Pylaecephalidae Diictodon 1
#> 2531 Cotylosauria Oudenodontidae Oudenodon 1
#> 2532 Cotylosauria Gorgonopidae Scylacops 2
#> 2533 Cotylosauria Gorgonopidae Arctops 1
#> 2534 Cotylosauria Gorgonopidae Gorgonops 1
#> 2535 Therocephalia Scaloposauridae Icticephalus NA
#> 2536 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2537 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2538 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2539 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2540 Cotylosauria <NA> <NA> NA
#> 2541 Therocephalia <NA> <NA> NA
#> 2542 <NA> <NA> <NA> NA
#> 2543 Cotylosauria Oudenodontidae Oudenodon 1
#> 2544 Cotylosauria Oudenodontidae Oudenodon NA
#> 2545 Dicynodontia Pylaecephalidae Diictodon NA
#> 2546 Cotylosauria Oudenodontidae Oudenodon NA
#> 2547 Cotylosauria Oudenodontidae Oudenodon NA
#> 2548 Cotylosauria Gymnarthridae Stegotretus NA
#> 2549 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon 1
#> 2550 Cotylosauria Geikiidae Aulacephalodon NA
#> 2551 Cotylosauria Gorgonopidae Arctognathus 1
#> 2552 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus NA
#> 2553 Cotylosauria Titanosuchidae Titanosuchus NA
#> 2554 Cotylosauria Tapinocephalidae Tapinocephalus NA
#> 2555 Dicynodontia Pylaecephalidae Diictodon NA
#> 2556 Dicynodontia Pylaecephalidae Diictodon 10
#> 2557 Dicynodontia NO_FAMILY_SPECIFIED Emydops 4
#> 2558 Therocephalia Pristerognathidae Alopecognathus NA
#> 2559 Therocephalia Pristerognathidae Cynariognathus NA
#> 2560 Therocephalia Pristerognathidae Pristerognathoides NA
#> 2561 Therocephalia Pristerognathidae Pristerognathoides NA
#> 2562 Therocephalia Pristerognathidae Pristerognathoides NA
#> 2563 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2564 Dicynodontia Kingoriidae Dicynodontoides 1
#> 2565 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 2566 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 2567 Dicynodontia Pylaecephalidae Diictodon NA
#> 2568 Dicynodontia Pylaecephalidae Diictodon 1
#> 2569 Dicynodontia Pylaecephalidae Diictodon 1
#> 2570 Dicynodontia Pylaecephalidae Diictodon NA
#> 2571 Cotylosauria Oudenodontidae Oudenodon 1
#> 2572 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2573 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2574 Cotylosauria Gorgonopidae Gorgonops 5
#> 2575 Cotylosauria Gorgonopidae Gorgonops 3
#> 2576 Therocephalia NO_FAMILY_SPECIFIED Alopecorhinus NA
#> 2577 Therocephalia NO_FAMILY_SPECIFIED Scylacoides NA
#> 2578 Therocephalia NO_FAMILY_SPECIFIED Ictidognathus NA
#> 2579 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2580 Cotylosauria Oudenodontidae Oudenodon NA
#> 2581 Cotylosauria Gorgonopidae Gorgonops NA
#> 2582 Cotylosauria Oudenodontidae Oudenodon NA
#> 2583 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2584 Dicynodontia <NA> <NA> NA
#> 2585 Cotylosauria <NA> <NA> NA
#> 2586 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2587 Dicynodontia <NA> <NA> NA
#> 2588 Cotylosauria <NA> <NA> NA
#> 2589 Microsauria Trihecatontidae Trihecaton NA
#> 2590 Aistopoda Ophiderpetontidae Coloraderpeton NA
#> 2591 NO_ORDER_SPECIFIED Colosteidae Colosteus NA
#> 2592 NO_ORDER_SPECIFIED Baphetidae Megalocephalus NA
#> 2593 NO_ORDER_SPECIFIED Baphetidae Loxomma NA
#> 2594 Aistopoda Oestocephalidae Oestocephalus NA
#> 2595 Aistopoda Oestocephalidae Oestocephalus NA
#> 2596 Aistopoda Oestocephalidae Oestocephalus NA
#> 2597 Microsauria Tuditanidae Crinodon 1
#> 2598 Temnospondyli Micromelerpetidae Nyranerpeton NA
#> 2599 Temnospondyli Cochleosauridae Cochleosaurus NA
#> 2600 NO_ORDER_SPECIFIED Scincosauridae Sauravus NA
#> 2601 NO_ORDER_SPECIFIED Scincosauridae Sauravus NA
#> 2602 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2603 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2604 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2605 Dicynodontia <NA> <NA> NA
#> 2606 Dicynodontia <NA> <NA> NA
#> 2607 Anthracosauromorpha <NA> <NA> NA
#> 2608 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2609 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2610 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2611 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2612 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2613 Temnospondyli Eryopidae Eryops NA
#> 2614 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 2615 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2616 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2617 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos NA
#> 2618 NO_ORDER_SPECIFIED Captorhinidae Captorhinus NA
#> 2619 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos NA
#> 2620 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2621 Dicynodontia <NA> <NA> NA
#> 2622 Cotylosauria Molgophidae Brachydectes NA
#> 2623 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2624 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2625 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2626 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2627 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2628 Cotylosauria Molgophidae Brachydectes NA
#> 2629 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2630 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 2631 Cotylosauria Titanosuchidae Titanosuchus NA
#> 2632 Cotylosauria Tapinocephalidae Mormosaurus NA
#> 2633 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2634 Dicynodontia Pylaecephalidae Diictodon NA
#> 2635 Dicynodontia NO_FAMILY_SPECIFIED Emydops NA
#> 2636 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2637 Cotylosauria Gorgonopidae Aelurosaurus 1
#> 2638 Cotylosauria NO_FAMILY_SPECIFIED Cerdodon NA
#> 2639 Therocephalia Pristerognathidae <NA> 1
#> 2640 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2641 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2642 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2643 Therocephalia Akidnognathidae Cerdosuchus NA
#> 2644 Cotylosauria Oudenodontidae Oudenodon NA
#> 2645 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2646 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2647 Cotylosauria Molgophidae Brachydectes NA
#> 2648 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2649 NO_ORDER_SPECIFIED Captorhinidae Captorhinikos NA
#> 2650 NO_ORDER_SPECIFIED Captorhinidae Captorhinus NA
#> 2651 NO_ORDER_SPECIFIED Waggoneriidae Waggoneria NA
#> 2652 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2653 Cotylosauria Molgophidae Brachydectes NA
#> 2654 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2655 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 2656 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2657 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2658 NO_ORDER_SPECIFIED Diplocaulidae Diplocaulus NA
#> 2659 Temnospondyli Trimerorhachidae Trimerorhachis NA
#> 2660 Temnospondyli Eryopidae Eryops NA
#> 2661 NO_ORDER_SPECIFIED Captorhinidae Labidosaurikos NA
#> 2662 Cotylosauria Sphenacodontidae Dimetrodon NA
#> 2663 Dicynodontia <NA> <NA> NA
#> 2664 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon NA
#> 2665 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2666 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2667 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2668 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2669 Cotylosauria Molgophidae Brachydectes NA
#> 2670 Cotylosauria Molgophidae Molgophis NA
#> 2671 Cotylosauria Molgophidae Brachydectes NA
#> 2672 Cotylosauria Molgophidae Molgophis NA
#> 2673 Cotylosauria Molgophidae Brachydectes NA
#> 2674 Cotylosauria Molgophidae Brachydectes NA
#> 2675 Cotylosauria Molgophidae Brachydectes 1
#> 2676 Cotylosauria Molgophidae Brachydectes NA
#> 2677 Cotylosauria Molgophidae Brachydectes NA
#> 2678 Cotylosauria Molgophidae Brachydectes NA
#> 2679 Cotylosauria Molgophidae Brachydectes NA
#> 2680 Cotylosauria Molgophidae Brachydectes NA
#> 2681 Cotylosauria Molgophidae Brachydectes NA
#> 2682 Cotylosauria Molgophidae Brachydectes 1
#> 2683 Cotylosauria Molgophidae Brachydectes NA
#> 2684 Microsauria NO_FAMILY_SPECIFIED Saxonerpeton NA
#> 2685 Microsauria Hapsidopareiidae Ricnodon NA
#> 2686 Microsauria Hapsidopareiidae Ricnodon NA
#> 2687 Cotylosauria Gymnarthridae Euryodus NA
#> 2688 Cotylosauria Gymnarthridae Euryodus NA
#> 2689 Cotylosauria Gymnarthridae Sparodus NA
#> 2690 Cotylosauria Brachystelechidae Quasicaecilia NA
#> 2691 Microsauria Odonterpetontidae Odonterpeton NA
#> 2692 Aistopoda Oestocephalidae Oestocephalus NA
#> 2693 NO_ORDER_SPECIFIED Urocordylidae Sauropleura 1
#> 2694 NO_ORDER_SPECIFIED Urocordylidae Sauropleura NA
#> 2695 NO_ORDER_SPECIFIED Urocordylidae Montcellia NA
#> 2696 NO_ORDER_SPECIFIED Scincosauridae Scincosaurus NA
#> 2697 NO_ORDER_SPECIFIED Scincosauridae Scincosaurus NA
#> 2698 NO_ORDER_SPECIFIED Urocordylidae <NA> 1
#> 2699 NO_ORDER_SPECIFIED Diplocaulidae Keraterpeton NA
#> 2700 Microsauria Tuditanidae Tuditanus NA
#> 2701 Temnospondyli NO_FAMILY_SPECIFIED Erpetosaurus NA
#> 2702 Cotylosauria Brachystelechidae Batropetes NA
#> 2703 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2704 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2705 NO_ORDER_SPECIFIED Proterosuchidae Proterosuchus 1
#> 2706 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2707 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2708 Dicynodontia Cistecephalidae Cistecephalus NA
#> 2709 Dicynodontia <NA> <NA> 1
#> 2710 Dicynodontia NO_FAMILY_SPECIFIED Basilodon NA
#> 2711 Dicynodontia NO_FAMILY_SPECIFIED Dinanomodon NA
#> 2712 Cotylosauria Geikiidae Aulacephalodon NA
#> 2713 Cotylosauria Oudenodontidae Oudenodon 1
#> 2714 Cotylosauria Gorgonopidae Lycaenops NA
#> 2715 Therocephalia NO_FAMILY_SPECIFIED Tigrisuchus NA
#> 2716 Therocephalia Ictidosuchidae Ictidosuchops NA
#> 2717 Dicynodontia <NA> <NA> NA
#> 2718 Cotylosauria Cryptodontidae Daqingshanodon NA
#> 2719 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus 4
#> 2720 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus 1
#> 2721 Cotylosauria Cryptodontidae Pelanomodon 1
#> 2722 Cotylosauria Gorgonopidae Cyonosaurus NA
#> 2723 Cotylosauria Gorgonopidae Lycaenops 1
#> 2724 Therocephalia Akidnognathidae Moschorhinus 1
#> 2725 Therocephalia Whaitsiidae Theriognathus 1
#> 2726 Dicynodontia <NA> <NA> NA
#> 2727 Dicynodontia <NA> <NA> 1
#> 2728 Cotylosauria Rhachiocephalidae Rhachiocephalus NA
#> 2729 Cotylosauria Oudenodontidae Oudenodon NA
#> 2730 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus NA
#> 2731 Dicynodontia Pylaecephalidae Robertia 1
#> 2732 Dicynodontia Pylaecephalidae Diictodon NA
#> 2733 Dicynodontia NO_FAMILY_SPECIFIED Emydops 1
#> 2734 Dicynodontia NO_FAMILY_SPECIFIED Emydops 1
#> 2735 Therocephalia Scaloposauridae Blattoidealestes 1
#> 2736 Cotylosauria Oudenodontidae Oudenodon NA
#> 2737 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2738 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Pareiasaurus 1
#> 2739 Cotylosauria Geikiidae Aulacephalodon NA
#> 2740 Cotylosauria Oudenodontidae Oudenodon 1
#> 2741 Cotylosauria Gorgonopidae Cyonosaurus NA
#> 2742 Dicynodontia <NA> <NA> NA
#> 2743 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus NA
#> 2744 Dicynodontia NO_FAMILY_SPECIFIED Daptocephalus 1
#> 2745 Therocephalia Akidnognathidae Moschorhinus 1
#> 2746 Cotylosauria Galesauridae Nanictosaurus 1
#> 2747 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2748 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2749 Dicynodontia Lystrosauridae Lystrosaurus NA
#> 2750 Therocephalia Scaloposauridae Scaloposaurus NA
#> 2751 Cotylosauria NO_FAMILY_SPECIFIED Thrinaxodon NA
#> 2752 Dicynodontia NO_FAMILY_SPECIFIED Endothiodon NA
#> 2753 Therocephalia NO_FAMILY_SPECIFIED Tigrisuchus NA
#> 2754 Therocephalia Scaloposauridae Scaloposaurus NA
#> 2755 Cotylosauria Galesauridae Cynosaurus 1
#> 2756 Dicynodontia <NA> <NA> 1
#> 2757 NO_ORDER_SPECIFIED Crassigyrinidae Crassigyrinus NA
#> 2758 Dicynodontia NO_FAMILY_SPECIFIED Dicynodon 1
#> 2759 Dicynodontia Pylaecephalidae Diictodon 1
#> 2760 Cotylosauria Oudenodontidae Oudenodon NA
#> 2761 Cotylosauria Gorgonopidae <NA> 1
#> 2762 Cotylosauria <NA> <NA> 1
#> 2763 Cotylosauria Gorgonopidae Gorgonops 1
#> 2764 Cotylosauria Oudenodontidae Oudenodon 1
#> 2765 Dicynodontia Robertiidae Aulacocephalus NA
#> 2766 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2767 Dicynodontia NO_FAMILY_SPECIFIED Pristerodon NA
#> 2768 Cotylosauria Oudenodontidae Oudenodon NA
#> 2769 Theriodontia <NA> <NA> 1
#> 2770 Dicynodontia <NA> <NA> 1
#> 2771 Cotylosauria Oudenodontidae Oudenodon NA
#> 2772 Dicynodontia Pylaecephalidae Diictodon NA
#> 2773 Cotylosauria Geikiidae Odontocyclops NA
#> 2774 Cotylosauria Gorgonopidae Clelandina 1
#> 2775 Cotylosauria Rhachiocephalidae Rhachiocephalus NA
#> 2776 Dicynodontia <NA> <NA> NA
#> 2777 NO_ORDER_SPECIFIED NO_FAMILY_SPECIFIED Bradysaurus NA
#> abund_unit lng lat
#> 1 specimens -106.347778 36.304443
#> 2 specimens 22.000000 -32.366669
#> 3 specimens 26.509722 -32.106110
#> 4 individuals -98.933609 33.611668
#> 5 specimens -99.199997 33.809723
#> 6 specimens -98.147781 33.826389
#> 7 specimens -80.627220 40.044167
#> 8 specimens -98.856941 33.622501
#> 9 specimens -98.856941 33.622501
#> 10 specimens -98.856941 33.622501
#> 11 specimens -98.856941 33.622501
#> 12 specimens -98.856941 33.622501
#> 13 specimens -98.856941 33.622501
#> 14 specimens -98.856941 33.622501
#> 15 specimens -98.856941 33.622501
#> 16 specimens -98.856941 33.622501
#> 17 individuals 23.116667 -31.400000
#> 18 individuals -64.316666 45.400002
#> 19 <NA> -109.848053 37.174168
#> 20 <NA> -109.848053 37.174168
#> 21 individuals -109.848053 37.174168
#> 22 specimens -109.848053 37.174168
#> 23 <NA> -109.848053 37.174168
#> 24 individuals -109.848053 37.174168
#> 25 specimens -96.699997 34.933334
#> 26 specimens -96.699997 34.933334
#> 27 specimens -96.699997 34.933334
#> 28 specimens -96.699997 34.933334
#> 29 specimens -96.699997 34.933334
#> 30 specimens -96.699997 34.933334
#> 31 <NA> -98.389999 33.340000
#> 32 <NA> -98.389999 33.340000
#> 33 <NA> -98.389999 33.340000
#> 34 <NA> 54.080002 54.099998
#> 35 <NA> 54.080002 54.099998
#> 36 <NA> 54.080002 54.099998
#> 37 <NA> 54.080002 54.099998
#> 38 <NA> 54.080002 54.099998
#> 39 <NA> -98.621597 34.125999
#> 40 <NA> -98.621597 34.125999
#> 41 <NA> -98.621597 34.125999
#> 42 <NA> -98.621597 34.125999
#> 43 <NA> -98.621597 34.125999
#> 44 <NA> -98.621597 34.125999
#> 45 <NA> -3.200000 55.950001
#> 46 specimens -3.200000 55.950001
#> 47 specimens -3.200000 55.950001
#> 48 <NA> -3.200000 55.950001
#> 49 <NA> -3.350000 56.116600
#> 50 <NA> -3.350000 56.116600
#> 51 <NA> -3.350000 56.116600
#> 52 <NA> -3.350000 56.116600
#> 53 individuals -99.236900 33.797699
#> 54 individuals -99.236900 33.797699
#> 55 individuals -99.771301 32.942402
#> 56 individuals -99.771301 32.942402
#> 57 individuals -99.771301 32.942402
#> 58 individuals 22.014444 -32.147778
#> 59 specimens 21.516600 -31.916599
#> 60 specimens -98.540001 33.439999
#> 61 specimens -98.949997 33.633301
#> 62 specimens -98.949997 33.633301
#> 63 specimens -99.233299 33.783298
#> 64 specimens -99.233299 33.783298
#> 65 individuals 21.795279 -32.328609
#> 66 individuals -98.901947 33.740276
#> 67 individuals 110.000000 39.812500
#> 68 specimens 74.908333 34.041668
#> 69 <NA> 74.908333 34.041668
#> 70 individuals -174.833328 -85.133331
#> 71 individuals -174.833328 -85.133331
#> 72 specimens 54.125000 54.108334
#> 73 specimens 43.673058 49.260834
#> 74 specimens -98.316666 35.971111
#> 75 specimens -98.316666 35.971111
#> 76 elements -98.315834 35.986111
#> 77 elements -98.358887 35.995556
#> 78 elements -98.358887 35.995556
#> 79 individuals -98.375832 35.999443
#> 80 elements -98.375832 35.999443
#> 81 elements -98.375832 35.999443
#> 82 elements -98.375832 35.999443
#> 83 elements -98.315834 35.986111
#> 84 individuals -98.358887 35.995556
#> 85 individuals -98.375832 35.999443
#> 86 individuals -98.368332 36.019722
#> 87 individuals -98.368332 36.019722
#> 88 individuals -98.361389 36.010555
#> 89 individuals -98.361389 36.010555
#> 90 individuals -98.361389 36.010555
#> 91 elements -98.206947 35.904167
#> 92 specimens -98.131111 35.816387
#> 93 specimens -98.223335 35.953056
#> 94 elements -97.985832 35.674442
#> 95 specimens -98.209724 35.941666
#> 96 specimens -98.209724 35.941666
#> 97 specimens -98.209724 35.941666
#> 98 individuals -98.154442 35.911110
#> 99 fragments -98.154442 35.911110
#> 100 fragments -97.949997 35.602501
#> 101 elements -97.732780 35.051666
#> 102 specimens -97.557220 34.978889
#> 103 individuals -4.416667 55.599998
#> 104 individuals -4.416667 55.599998
#> 105 individuals -99.557777 33.731667
#> 106 individuals -99.557777 33.731667
#> 107 individuals 48.531387 55.148609
#> 108 <NA> 48.531387 55.148609
#> 109 individuals 46.634998 61.191113
#> 110 specimens 46.634998 61.191113
#> 111 individuals -106.783333 35.716667
#> 112 <NA> -106.783333 35.716667
#> 113 <NA> -106.783333 35.716667
#> 114 <NA> -106.783333 35.716667
#> 115 specimens -106.718330 35.730278
#> 116 <NA> -106.718330 35.730278
#> 117 specimens -64.451385 45.698612
#> 118 specimens -98.764725 33.473057
#> 119 specimens -98.625275 33.595554
#> 120 specimens -98.625275 33.595554
#> 121 specimens -98.625275 33.595554
#> 122 specimens -98.625275 33.595554
#> 123 specimens -98.625275 33.595554
#> 124 specimens -98.625275 33.595554
#> 125 specimens -98.625275 33.595554
#> 126 specimens -98.625275 33.595554
#> 127 specimens -98.625275 33.595554
#> 128 specimens -98.625275 33.595554
#> 129 specimens -98.625275 33.595554
#> 130 specimens -98.625275 33.595554
#> 131 specimens -98.625275 33.595554
#> 132 specimens -98.625275 33.595554
#> 133 specimens -98.625275 33.595554
#> 134 specimens -98.625275 33.595554
#> 135 specimens -98.625275 33.595554
#> 136 specimens -98.625275 33.595554
#> 137 specimens -98.625275 33.595554
#> 138 specimens -98.625275 33.595554
#> 139 specimens -98.625275 33.595554
#> 140 specimens -98.625275 33.595554
#> 141 specimens -98.625275 33.595554
#> 142 specimens -98.625275 33.595554
#> 143 specimens -98.694725 33.816113
#> 144 specimens -98.694725 33.816113
#> 145 specimens -98.694725 33.816113
#> 146 specimens -98.694725 33.816113
#> 147 specimens -98.694725 33.816113
#> 148 specimens -98.694725 33.816113
#> 149 specimens -98.694725 33.816113
#> 150 <NA> -98.694725 33.816113
#> 151 <NA> -98.694725 33.816113
#> 152 <NA> -98.694725 33.816113
#> 153 specimens -98.694725 33.816113
#> 154 specimens -98.694725 33.816113
#> 155 individuals -98.694725 33.816113
#> 156 individuals -98.694725 33.816113
#> 157 individuals -98.694725 33.816113
#> 158 specimens -98.856941 33.622501
#> 159 specimens -98.856941 33.622501
#> 160 specimens -98.694725 33.816113
#> 161 specimens -98.920830 33.601391
#> 162 specimens -98.920830 33.601391
#> 163 specimens -98.920830 33.601391
#> 164 specimens -98.920830 33.601391
#> 165 <NA> -98.920830 33.601391
#> 166 specimens -98.920830 33.601391
#> 167 specimens -98.920830 33.601391
#> 168 specimens -98.901947 33.740276
#> 169 specimens -98.901947 33.740276
#> 170 specimens -98.901947 33.740276
#> 171 specimens -98.901947 33.740276
#> 172 specimens -98.901947 33.740276
#> 173 specimens -98.901947 33.740276
#> 174 specimens -98.901947 33.740276
#> 175 specimens -98.901947 33.740276
#> 176 specimens -98.901947 33.740276
#> 177 specimens -98.901947 33.740276
#> 178 specimens -99.022781 33.687222
#> 179 specimens -99.022781 33.687222
#> 180 specimens -99.022781 33.687222
#> 181 specimens -99.022781 33.687222
#> 182 specimens -99.022781 33.687222
#> 183 specimens -99.022781 33.687222
#> 184 specimens -99.022781 33.687222
#> 185 individuals -99.022781 33.687222
#> 186 specimens -99.022781 33.687222
#> 187 specimens -99.022781 33.687222
#> 188 specimens -98.901947 33.740276
#> 189 specimens -98.901947 33.740276
#> 190 specimens -98.901947 33.740276
#> 191 specimens -98.901947 33.740276
#> 192 specimens -98.901947 33.740276
#> 193 specimens -98.901947 33.740276
#> 194 specimens -98.901947 33.740276
#> 195 specimens -98.901947 33.740276
#> 196 <NA> -98.901947 33.740276
#> 197 <NA> -98.901947 33.740276
#> 198 specimens -98.843887 33.867222
#> 199 specimens -98.843887 33.867222
#> 200 specimens -98.843887 33.867222
#> 201 specimens -98.843887 33.867222
#> 202 specimens -98.843887 33.867222
#> 203 specimens -99.022781 33.687222
#> 204 specimens -99.022781 33.687222
#> 205 individuals -99.022781 33.687222
#> 206 individuals -99.022781 33.687222
#> 207 specimens -99.022781 33.687222
#> 208 specimens -98.812225 33.891945
#> 209 specimens -98.812225 33.891945
#> 210 specimens -98.812225 33.891945
#> 211 specimens -98.812225 33.891945
#> 212 <NA> -98.812225 33.891945
#> 213 specimens -98.901947 33.740276
#> 214 specimens -99.022781 33.687222
#> 215 specimens -99.022781 33.687222
#> 216 specimens -98.694725 33.816113
#> 217 specimens -98.694725 33.816113
#> 218 specimens -98.694725 33.816113
#> 219 specimens -98.694725 33.816113
#> 220 specimens -98.694725 33.816113
#> 221 specimens -98.694725 33.816113
#> 222 <NA> -99.022781 33.687222
#> 223 specimens -99.022781 33.687222
#> 224 individuals -99.091667 33.733334
#> 225 specimens -99.091667 33.733334
#> 226 specimens -99.091667 33.733334
#> 227 individuals -99.091667 33.733334
#> 228 individuals -99.091667 33.733334
#> 229 specimens -99.091667 33.733334
#> 230 individuals -99.091667 33.733334
#> 231 specimens -99.091667 33.733334
#> 232 specimens -99.091667 33.733334
#> 233 specimens -99.022781 33.687222
#> 234 specimens -99.144997 33.755001
#> 235 specimens -99.144997 33.755001
#> 236 specimens -99.144997 33.755001
#> 237 specimens -99.144997 33.755001
#> 238 <NA> -99.144997 33.755001
#> 239 specimens -99.144997 33.755001
#> 240 specimens -99.144997 33.755001
#> 241 specimens -99.144997 33.755001
#> 242 specimens -99.144997 33.755001
#> 243 specimens -99.144997 33.755001
#> 244 specimens -99.144997 33.755001
#> 245 <NA> -99.144997 33.755001
#> 246 specimens -99.144997 33.755001
#> 247 <NA> -99.144997 33.755001
#> 248 elements -99.144997 33.755001
#> 249 <NA> -99.144997 33.755001
#> 250 <NA> -99.144997 33.755001
#> 251 <NA> -99.144997 33.755001
#> 252 specimens -99.216667 33.766666
#> 253 specimens -99.216667 33.766666
#> 254 specimens -99.216667 33.766666
#> 255 <NA> -99.216667 33.766666
#> 256 specimens -99.216667 33.766666
#> 257 individuals -99.216667 33.766666
#> 258 specimens -99.216667 33.766666
#> 259 specimens -99.216667 33.766666
#> 260 individuals -99.216667 33.766666
#> 261 individuals -99.216667 33.766666
#> 262 individuals -99.216667 33.766666
#> 263 specimens -99.216667 33.766666
#> 264 individuals -99.216667 33.766666
#> 265 individuals -99.216667 33.766666
#> 266 individuals -99.216667 33.766666
#> 267 individuals -99.216667 33.766666
#> 268 specimens -99.216667 33.766666
#> 269 individuals -99.216667 33.766666
#> 270 individuals -99.216667 33.766666
#> 271 individuals -99.216667 33.766666
#> 272 individuals -99.216667 33.766666
#> 273 specimens -99.216667 33.766666
#> 274 individuals -99.216667 33.766666
#> 275 individuals -99.216667 33.766666
#> 276 individuals -99.216667 33.766666
#> 277 individuals -99.216667 33.766666
#> 278 individuals -99.216667 33.766666
#> 279 individuals -99.216667 33.766666
#> 280 specimens -99.233330 33.755833
#> 281 specimens -99.233330 33.755833
#> 282 specimens -99.233330 33.755833
#> 283 specimens -99.233330 33.755833
#> 284 specimens -99.233330 33.755833
#> 285 specimens -99.233330 33.755833
#> 286 specimens -99.233330 33.755833
#> 287 specimens -99.233330 33.755833
#> 288 specimens -99.233330 33.755833
#> 289 specimens -99.233330 33.755833
#> 290 specimens -99.233330 33.755833
#> 291 specimens -99.233330 33.755833
#> 292 specimens -99.233330 33.755833
#> 293 specimens -99.233330 33.755833
#> 294 individuals -99.233330 33.755833
#> 295 specimens -99.144997 33.755001
#> 296 specimens -99.144997 33.755001
#> 297 specimens -99.144997 33.755001
#> 298 individuals -99.144997 33.755001
#> 299 specimens -99.144997 33.755001
#> 300 specimens -99.144997 33.755001
#> 301 specimens -99.144997 33.755001
#> 302 specimens -99.144997 33.755001
#> 303 <NA> -99.144997 33.755001
#> 304 specimens -99.144997 33.755001
#> 305 <NA> -99.144997 33.755001
#> 306 <NA> -99.266670 33.700001
#> 307 <NA> -99.266670 33.700001
#> 308 <NA> -99.266670 33.700001
#> 309 <NA> -99.266670 33.700001
#> 310 <NA> -99.266670 33.700001
#> 311 <NA> -99.266670 33.700001
#> 312 specimens -99.266670 33.700001
#> 313 individuals -99.266670 33.700001
#> 314 <NA> -99.266670 33.700001
#> 315 <NA> -99.266670 33.700001
#> 316 <NA> -99.266670 33.700001
#> 317 <NA> -99.266670 33.700001
#> 318 <NA> -99.266670 33.700001
#> 319 <NA> -99.266670 33.700001
#> 320 <NA> -99.266670 33.700001
#> 321 <NA> -99.266670 33.700001
#> 322 <NA> -99.266670 33.700001
#> 323 individuals -99.266670 33.700001
#> 324 individuals -99.266670 33.700001
#> 325 specimens -99.312775 33.714722
#> 326 specimens -99.312775 33.714722
#> 327 specimens -99.312775 33.714722
#> 328 specimens -99.312775 33.714722
#> 329 specimens -99.312775 33.714722
#> 330 specimens -99.312775 33.714722
#> 331 specimens -99.312775 33.714722
#> 332 individuals -99.312775 33.714722
#> 333 specimens -99.312775 33.714722
#> 334 specimens -99.260002 33.594166
#> 335 specimens -99.260002 33.594166
#> 336 specimens -99.260002 33.594166
#> 337 specimens -99.260002 33.594166
#> 338 specimens -99.260002 33.594166
#> 339 specimens -99.260002 33.594166
#> 340 specimens -99.260002 33.594166
#> 341 specimens -99.260002 33.594166
#> 342 specimens -99.260002 33.594166
#> 343 specimens -99.359444 33.733055
#> 344 specimens -99.359444 33.733055
#> 345 specimens -99.359444 33.733055
#> 346 specimens -99.359444 33.733055
#> 347 specimens -99.195557 33.973057
#> 348 specimens -99.195557 33.973057
#> 349 specimens -99.195557 33.973057
#> 350 specimens -99.195557 33.973057
#> 351 specimens -99.195557 33.973057
#> 352 specimens -99.260002 33.594166
#> 353 specimens -99.260002 33.594166
#> 354 specimens -99.260002 33.594166
#> 355 specimens -99.260002 33.594166
#> 356 specimens -99.260002 33.594166
#> 357 <NA> -99.216667 33.766666
#> 358 specimens -98.625275 33.595554
#> 359 specimens -98.625275 33.595554
#> 360 specimens -98.625275 33.595554
#> 361 specimens -98.625275 33.595554
#> 362 <NA> -98.625275 33.595554
#> 363 specimens -98.625275 33.595554
#> 364 specimens -98.625275 33.595554
#> 365 specimens -99.216667 33.766666
#> 366 specimens -99.216667 33.766666
#> 367 specimens -99.195557 33.973057
#> 368 specimens -99.144997 33.755001
#> 369 specimens -97.049721 34.874168
#> 370 <NA> -97.049721 34.874168
#> 371 specimens 45.906387 57.884167
#> 372 specimens 46.250000 57.308334
#> 373 specimens 49.000000 58.000000
#> 374 <NA> 9.200000 40.200001
#> 375 <NA> 9.200000 40.200001
#> 376 <NA> 9.200000 40.200001
#> 377 specimens -80.482498 39.725834
#> 378 <NA> 14.050000 -21.200001
#> 379 <NA> 14.050000 -21.200001
#> 380 <NA> 14.050000 -21.200001
#> 381 <NA> 14.050000 -21.200001
#> 382 <NA> 41.546360 57.429253
#> 383 individuals 45.174999 59.783333
#> 384 specimens 45.174999 59.783333
#> 385 elements 55.182499 62.115002
#> 386 specimens -64.451385 45.698612
#> 387 specimens -64.451385 45.698612
#> 388 specimens -64.451385 45.698612
#> 389 specimens -64.451385 45.698612
#> 390 specimens -64.451385 45.698612
#> 391 specimens -64.451385 45.698612
#> 392 individuals -64.451385 45.698612
#> 393 individuals -64.451385 45.698612
#> 394 <NA> -64.451385 45.698612
#> 395 specimens 100.000000 64.000000
#> 396 specimens 100.000000 64.000000
#> 397 specimens 100.000000 64.000000
#> 398 individuals 48.351665 58.150002
#> 399 <NA> 48.828609 55.017223
#> 400 <NA> 48.828609 55.017223
#> 401 <NA> 48.828609 55.017223
#> 402 specimens 22.366199 -32.423100
#> 403 <NA> -98.699997 33.683334
#> 404 <NA> -98.699997 33.683334
#> 405 <NA> -98.699997 33.683334
#> 406 <NA> -98.699997 33.683334
#> 407 <NA> -98.699997 33.683334
#> 408 <NA> -98.699997 33.683334
#> 409 <NA> -106.250000 34.750000
#> 410 specimens 20.000000 78.000000
#> 411 individuals -99.266670 33.700001
#> 412 <NA> -99.266670 33.700001
#> 413 individuals -106.345558 36.305557
#> 414 individuals -106.345558 36.305557
#> 415 <NA> -71.286110 41.944443
#> 416 <NA> 2.966667 46.466667
#> 417 specimens 29.076668 -28.551666
#> 418 <NA> 29.076668 -28.551666
#> 419 specimens 29.076668 -28.551666
#> 420 specimens 29.076668 -28.551666
#> 421 specimens 22.366667 -31.466667
#> 422 <NA> -99.133331 33.750000
#> 423 <NA> 6.666667 49.516666
#> 424 <NA> 6.666667 49.516666
#> 425 <NA> 6.666667 49.516666
#> 426 <NA> 6.666667 49.516666
#> 427 specimens 52.807777 53.374722
#> 428 specimens 52.807777 53.374722
#> 429 individuals -99.257774 33.602222
#> 430 <NA> 45.906387 57.884167
#> 431 elements 48.575001 60.416668
#> 432 fragments 55.724998 51.344444
#> 433 specimens 53.266666 53.716667
#> 434 <NA> 52.041668 52.291668
#> 435 <NA> 22.366199 -32.423100
#> 436 <NA> 22.366199 -32.423100
#> 437 specimens 55.750000 53.666668
#> 438 specimens 117.000000 33.000000
#> 439 specimens 117.000000 33.000000
#> 440 <NA> 46.655602 61.261101
#> 441 <NA> 46.655602 61.261101
#> 442 <NA> 46.655602 61.261101
#> 443 <NA> -76.166664 40.816666
#> 444 <NA> 35.150002 -10.183333
#> 445 specimens 35.150002 -10.183333
#> 446 <NA> 35.150002 -10.183333
#> 447 specimens 35.150002 -10.250000
#> 448 <NA> 69.985558 40.648609
#> 449 <NA> 69.985558 40.648609
#> 450 elements 19.633333 50.133331
#> 451 <NA> 19.633333 50.133331
#> 452 elements 19.633333 50.133331
#> 453 specimens 19.633333 50.133331
#> 454 elements 19.633333 50.133331
#> 455 elements 19.633333 50.133331
#> 456 <NA> 19.633333 50.133331
#> 457 <NA> 52.113888 65.448334
#> 458 specimens 52.113888 65.448334
#> 459 <NA> 52.113888 65.448334
#> 460 <NA> 131.933334 43.033333
#> 461 <NA> 131.916672 42.933334
#> 462 specimens -63.516666 46.516666
#> 463 individuals -106.337997 35.000000
#> 464 <NA> 16.656111 49.493057
#> 465 <NA> 13.650278 50.999722
#> 466 <NA> 13.650278 50.999722
#> 467 <NA> 13.650278 50.999722
#> 468 <NA> 13.650278 50.999722
#> 469 <NA> 13.650278 50.999722
#> 470 specimens -68.227501 -40.871944
#> 471 <NA> 16.335833 50.583889
#> 472 <NA> 16.335833 50.583889
#> 473 <NA> 107.576103 28.830601
#> 474 <NA> -99.750000 32.130001
#> 475 individuals -98.405998 34.775501
#> 476 individuals -98.405998 34.775501
#> 477 <NA> -98.405998 34.775501
#> 478 individuals -98.405998 34.775501
#> 479 individuals -98.405998 34.775501
#> 480 elements -98.405998 34.775501
#> 481 specimens -98.405998 34.775501
#> 482 individuals -98.405998 34.775501
#> 483 individuals -98.405998 34.775501
#> 484 individuals -98.405998 34.775501
#> 485 individuals -98.405998 34.775501
#> 486 individuals -98.405998 34.775501
#> 487 individuals -98.405998 34.775501
#> 488 specimens -98.405998 34.775501
#> 489 individuals -98.405998 34.775501
#> 490 elements -98.405998 34.775501
#> 491 fragments -98.405998 34.775501
#> 492 fragments -98.405998 34.775501
#> 493 individuals -98.405998 34.775501
#> 494 elements -98.405998 34.775501
#> 495 individuals -98.405998 34.775501
#> 496 elements -98.405998 34.775501
#> 497 individuals -98.405998 34.775501
#> 498 individuals -98.405998 34.775501
#> 499 fragments -98.787781 34.189720
#> 500 specimens -98.787781 34.189720
#> 501 specimens -98.787781 34.189720
#> 502 individuals -98.787781 34.189720
#> 503 specimens -98.787781 34.189720
#> 504 specimens -98.787781 34.189720
#> 505 specimens -98.787781 34.189720
#> 506 specimens -98.787781 34.189720
#> 507 fragments -98.787781 34.189720
#> 508 individuals -98.787781 34.189720
#> 509 specimens -98.787781 34.189720
#> 510 fragments -98.787781 34.189720
#> 511 individuals 7.219444 18.791945
#> 512 individuals 7.197222 18.783333
#> 513 individuals -99.730003 32.450001
#> 514 individuals -99.730003 32.450001
#> 515 <NA> -92.333336 41.316666
#> 516 <NA> -92.333336 41.316666
#> 517 <NA> -92.333336 41.316666
#> 518 <NA> -88.966667 37.549999
#> 519 <NA> -88.966667 37.549999
#> 520 individuals -96.113892 37.986111
#> 521 individuals -99.091667 33.733334
#> 522 <NA> 51.403332 44.363888
#> 523 individuals -68.050003 -29.566668
#> 524 <NA> -4.116667 38.683334
#> 525 individuals 24.560833 -32.970554
#> 526 individuals 21.983330 -33.016670
#> 527 specimens 21.833330 -33.083328
#> 528 individuals -1.450000 54.816666
#> 529 <NA> -3.350000 56.116600
#> 530 <NA> -3.350000 56.116600
#> 531 elements -106.639442 36.157223
#> 532 individuals -99.907776 33.718056
#> 533 individuals -54.150002 -30.016666
#> 534 individuals 26.115278 -32.198891
#> 535 specimens 110.815926 37.412758
#> 536 elements 110.815926 37.412758
#> 537 individuals -98.650002 33.583332
#> 538 individuals 50.633331 56.691666
#> 539 individuals -97.340553 36.161667
#> 540 specimens -97.340553 36.161667
#> 541 individuals -97.433334 36.349998
#> 542 specimens -97.368614 35.169445
#> 543 individuals -97.368614 35.169445
#> 544 specimens -97.368614 35.169445
#> 545 specimens -97.368614 35.169445
#> 546 individuals -97.368614 35.169445
#> 547 individuals -97.368614 35.169445
#> 548 individuals -9.079167 30.836390
#> 549 individuals -88.139999 41.267223
#> 550 individuals -99.938332 33.660000
#> 551 specimens -99.558334 33.816666
#> 552 individuals -97.583336 35.950001
#> 553 individuals -99.733330 34.099998
#> 554 <NA> 28.200001 -18.116667
#> 555 individuals -97.417778 36.738609
#> 556 individuals 55.640835 52.027779
#> 557 individuals 44.554722 65.591667
#> 558 individuals -99.934441 33.621944
#> 559 specimens 49.845001 58.635834
#> 560 individuals 54.416668 52.583332
#> 561 individuals 25.001389 -31.729721
#> 562 specimens -99.599998 33.703335
#> 563 individuals -99.557777 33.731667
#> 564 specimens -99.585556 33.721111
#> 565 specimens -99.585556 33.721111
#> 566 individuals -99.557777 33.731667
#> 567 individuals -99.599998 33.703335
#> 568 <NA> -110.063057 37.035000
#> 569 <NA> -110.063057 37.035000
#> 570 fragments -110.063057 37.035000
#> 571 <NA> -110.063057 37.035000
#> 572 <NA> -110.063057 37.035000
#> 573 <NA> -110.063057 37.035000
#> 574 individuals -60.266666 46.290001
#> 575 <NA> -60.266666 46.290001
#> 576 <NA> -60.266666 46.290001
#> 577 specimens 10.618889 50.809723
#> 578 individuals 26.057501 -30.473057
#> 579 individuals 24.215555 -32.043331
#> 580 individuals 23.766666 -31.950001
#> 581 individuals 23.766666 -31.950001
#> 582 individuals 24.288889 -32.053333
#> 583 individuals 24.549999 -31.866667
#> 584 individuals 24.549999 -31.866667
#> 585 individuals 24.549999 -31.866667
#> 586 individuals 24.549999 -31.866667
#> 587 individuals 24.440832 -31.859444
#> 588 individuals 23.888889 -31.908056
#> 589 individuals 24.549999 -31.866667
#> 590 individuals 24.573610 -31.958332
#> 591 individuals -98.901947 33.740276
#> 592 individuals -99.633331 33.849998
#> 593 <NA> 2.428490 44.470924
#> 594 <NA> -97.475830 35.798332
#> 595 individuals -99.926941 33.621944
#> 596 individuals -99.917778 33.712502
#> 597 individuals 41.900002 64.133331
#> 598 individuals 54.333332 53.666668
#> 599 individuals -99.953613 33.690834
#> 600 individuals -99.139442 33.669724
#> 601 specimens -87.825897 40.100201
#> 602 <NA> 4.383333 47.049999
#> 603 individuals -99.974998 33.524445
#> 604 <NA> -80.933334 39.766666
#> 605 individuals -98.411697 33.527401
#> 606 individuals -96.983330 37.233334
#> 607 individuals -98.966667 33.666668
#> 608 individuals -106.616386 36.117500
#> 609 individuals 16.520279 50.573055
#> 610 fragments -79.776390 40.405834
#> 611 <NA> 4.302778 46.984165
#> 612 individuals -1.575000 52.375000
#> 613 specimens -95.259048 38.378502
#> 614 individuals -106.671387 36.184723
#> 615 <NA> -80.900002 39.724998
#> 616 individuals -99.930557 33.627499
#> 617 individuals -88.094902 39.038898
#> 618 <NA> -87.166664 33.813610
#> 619 <NA> -87.166664 33.813610
#> 620 <NA> -87.166664 33.813610
#> 621 <NA> -87.166664 33.813610
#> 622 <NA> -87.166664 33.813610
#> 623 individuals 27.091801 -28.234100
#> 624 <NA> -87.523888 33.896111
#> 625 <NA> -87.523888 33.896111
#> 626 <NA> -87.523888 33.896111
#> 627 <NA> -87.523888 33.896111
#> 628 <NA> -87.523888 33.896111
#> 629 <NA> -87.523888 33.896111
#> 630 <NA> -87.523888 33.896111
#> 631 <NA> -87.523888 33.896111
#> 632 individuals 22.400000 -31.924999
#> 633 individuals -98.433334 33.608334
#> 634 individuals -98.900002 33.641666
#> 635 individuals 51.400002 55.716667
#> 636 <NA> 51.400002 55.716667
#> 637 individuals 57.648335 58.677223
#> 638 specimens 60.049999 66.033333
#> 639 individuals 7.533333 18.510555
#> 640 individuals 8.880278 51.261944
#> 641 <NA> 8.880278 51.261944
#> 642 <NA> 8.880278 51.261944
#> 643 individuals 8.880278 51.261944
#> 644 individuals 8.880278 51.261944
#> 645 individuals 7.197222 18.783333
#> 646 individuals -106.639442 36.157223
#> 647 individuals -97.583336 35.950001
#> 648 individuals 33.166668 -10.833333
#> 649 individuals -97.417778 36.738609
#> 650 specimens -97.433334 36.349998
#> 651 specimens -99.558334 33.816666
#> 652 specimens -99.557777 33.731667
#> 653 individuals -2.827778 56.036110
#> 654 individuals -106.639442 36.157223
#> 655 individuals -106.639442 36.157223
#> 656 individuals 79.250000 19.250000
#> 657 individuals 79.250000 19.250000
#> 658 individuals 79.250000 19.250000
#> 659 individuals 79.250000 19.250000
#> 660 individuals 79.250000 19.250000
#> 661 individuals 79.250000 19.250000
#> 662 individuals 79.250000 19.250000
#> 663 specimens 79.250000 19.250000
#> 664 individuals 79.250000 19.250000
#> 665 <NA> -97.340553 36.161667
#> 666 <NA> -97.340553 36.161667
#> 667 <NA> -97.340553 36.161667
#> 668 <NA> -97.340553 36.161667
#> 669 <NA> -97.340553 36.161667
#> 670 <NA> -97.340553 36.161667
#> 671 <NA> -97.340553 36.161667
#> 672 <NA> -97.340553 36.161667
#> 673 <NA> -97.340553 36.161667
#> 674 <NA> -97.340553 36.161667
#> 675 <NA> -97.433334 36.349998
#> 676 individuals -97.433334 36.349998
#> 677 <NA> -97.433334 36.349998
#> 678 individuals -97.417778 36.738609
#> 679 specimens -97.417778 36.738609
#> 680 individuals -97.417778 36.738609
#> 681 individuals -97.417778 36.738609
#> 682 specimens -97.417778 36.738609
#> 683 elements -97.417778 36.738609
#> 684 specimens -97.417778 36.738609
#> 685 individuals -98.933334 33.566666
#> 686 individuals -98.966667 33.666668
#> 687 individuals -99.091667 33.733334
#> 688 individuals -99.091667 33.733334
#> 689 individuals -98.966667 34.008331
#> 690 individuals -98.405998 34.775501
#> 691 <NA> -98.641670 34.968056
#> 692 <NA> -98.641670 34.968056
#> 693 individuals -99.371666 33.760277
#> 694 individuals -99.938332 33.660000
#> 695 individuals -99.938332 33.660000
#> 696 individuals -99.938332 33.660000
#> 697 individuals -99.938332 33.660000
#> 698 individuals -99.938332 33.660000
#> 699 individuals -99.938332 33.660000
#> 700 individuals -99.938332 33.660000
#> 701 individuals -99.917778 33.712502
#> 702 individuals -99.917778 33.712502
#> 703 individuals -99.917778 33.712502
#> 704 individuals -99.961113 33.519722
#> 705 individuals -99.961113 33.519722
#> 706 individuals -99.961113 33.519722
#> 707 individuals -99.987503 33.530277
#> 708 individuals -99.987503 33.530277
#> 709 individuals -99.987503 33.530277
#> 710 individuals -99.961113 33.519722
#> 711 individuals -99.733330 34.099998
#> 712 individuals -99.953613 33.690834
#> 713 individuals -99.953613 33.690834
#> 714 individuals -99.953613 33.690834
#> 715 individuals -106.356941 36.283333
#> 716 individuals -106.345558 36.305557
#> 717 individuals -106.345558 36.305557
#> 718 individuals -106.345558 36.305557
#> 719 <NA> -106.345558 36.305557
#> 720 <NA> -106.345558 36.305557
#> 721 individuals -106.345558 36.305557
#> 722 individuals -99.907776 33.718056
#> 723 individuals -99.907776 33.718056
#> 724 individuals -98.209724 35.941666
#> 725 individuals -98.650002 33.583332
#> 726 individuals -99.927498 33.639168
#> 727 individuals -99.927498 33.639168
#> 728 individuals -99.927498 33.639168
#> 729 individuals 10.618889 50.809723
#> 730 individuals -99.925835 33.645557
#> 731 individuals -99.925835 33.645557
#> 732 individuals -99.925835 33.645557
#> 733 individuals -99.925835 33.645557
#> 734 individuals -99.733330 34.099998
#> 735 individuals -80.210831 39.720280
#> 736 individuals 10.618889 50.809723
#> 737 individuals 10.618889 50.809723
#> 738 individuals -99.949997 33.652779
#> 739 individuals -99.948059 33.642776
#> 740 individuals -99.733330 34.099998
#> 741 specimens -99.216667 33.766666
#> 742 individuals -80.673332 40.567780
#> 743 individuals -80.673332 40.567780
#> 744 <NA> -110.063057 37.035000
#> 745 individuals -99.091667 33.733334
#> 746 <NA> -99.119446 33.746387
#> 747 elements -99.119446 33.746387
#> 748 <NA> -99.119446 33.746387
#> 749 <NA> -99.119446 33.746387
#> 750 <NA> -99.119446 33.746387
#> 751 specimens -99.119446 33.746387
#> 752 specimens -99.119446 33.746387
#> 753 <NA> -99.119446 33.746387
#> 754 specimens -99.119446 33.746387
#> 755 <NA> -99.145836 33.751389
#> 756 <NA> -99.145836 33.751389
#> 757 <NA> -99.145836 33.751389
#> 758 <NA> -99.145836 33.751389
#> 759 elements -99.145836 33.751389
#> 760 elements -99.145836 33.751389
#> 761 <NA> -99.145836 33.751389
#> 762 individuals -99.138885 33.784168
#> 763 elements -99.138885 33.784168
#> 764 <NA> -99.138885 33.784168
#> 765 <NA> -99.138885 33.784168
#> 766 specimens -99.138885 33.784168
#> 767 elements 7.533333 18.510555
#> 768 specimens 7.219444 18.791945
#> 769 individuals 7.197222 18.783333
#> 770 fragments 7.197222 18.783333
#> 771 individuals -98.405998 34.775501
#> 772 individuals -106.671387 36.184723
#> 773 individuals -106.673889 36.178612
#> 774 individuals -106.677498 36.181389
#> 775 individuals -99.091667 33.733334
#> 776 individuals -99.016670 33.750000
#> 777 individuals -99.316666 33.750000
#> 778 specimens -99.233330 33.755833
#> 779 individuals -99.233330 33.755833
#> 780 specimens -99.312775 33.714722
#> 781 individuals -99.558334 33.816666
#> 782 individuals -99.558334 33.816666
#> 783 individuals -99.558334 33.816666
#> 784 individuals 97.737503 39.704166
#> 785 individuals 97.737503 39.704166
#> 786 individuals 97.737503 39.704166
#> 787 specimens 97.737503 39.704166
#> 788 specimens 97.737503 39.704166
#> 789 individuals 97.737503 39.704166
#> 790 individuals 97.737503 39.704166
#> 791 individuals 10.618889 50.809723
#> 792 individuals -106.673889 36.178612
#> 793 individuals -106.650558 36.162224
#> 794 individuals -106.639442 36.172501
#> 795 individuals -106.638336 36.151669
#> 796 individuals -106.748055 34.173889
#> 797 specimens -105.517502 35.386944
#> 798 individuals -99.266670 33.700001
#> 799 individuals -99.266670 33.700001
#> 800 specimens -88.139999 41.267223
#> 801 individuals -88.139999 41.267223
#> 802 individuals -80.673332 40.567780
#> 803 individuals 13.207222 49.713055
#> 804 individuals 13.207222 49.713055
#> 805 individuals 13.207222 49.713055
#> 806 individuals 13.207222 49.713055
#> 807 individuals 13.207222 49.713055
#> 808 individuals 13.207222 49.713055
#> 809 elements -99.266670 33.700001
#> 810 individuals 7.696111 49.578056
#> 811 individuals -121.673058 54.531387
#> 812 elements 55.640835 52.027779
#> 813 elements 55.640835 52.027779
#> 814 elements 55.640835 52.027779
#> 815 individuals 55.640835 52.027779
#> 816 <NA> 55.601665 52.040001
#> 817 specimens 49.558334 62.058334
#> 818 individuals 54.125000 54.108334
#> 819 specimens -60.266666 46.290001
#> 820 individuals -87.825897 40.100201
#> 821 elements -87.825897 40.100201
#> 822 specimens -87.825897 40.100201
#> 823 specimens -99.216667 33.766666
#> 824 specimens 45.672779 64.922775
#> 825 individuals -95.259048 38.378502
#> 826 individuals -95.259048 38.378502
#> 827 individuals -95.259048 38.378502
#> 828 individuals -95.259048 38.378502
#> 829 individuals -95.259048 38.378502
#> 830 <NA> -98.650002 33.583332
#> 831 <NA> -98.650002 33.583332
#> 832 individuals -98.650002 33.583332
#> 833 individuals -98.650002 33.583332
#> 834 individuals -98.650002 33.583332
#> 835 individuals -98.650002 33.583332
#> 836 individuals -98.650002 33.583332
#> 837 <NA> 13.650278 50.999722
#> 838 individuals 13.638056 51.018612
#> 839 individuals -108.046387 38.020000
#> 840 individuals -108.046387 38.020000
#> 841 individuals -108.123611 38.036388
#> 842 individuals -108.123611 38.036388
#> 843 individuals -108.114723 38.037777
#> 844 individuals -108.042221 38.006111
#> 845 individuals -108.042221 38.006111
#> 846 elements -108.035835 38.005554
#> 847 individuals -108.035835 38.005554
#> 848 individuals -108.035835 38.005554
#> 849 individuals -108.035835 38.005554
#> 850 elements -108.035835 38.005554
#> 851 individuals -108.029167 37.999443
#> 852 individuals -108.029167 37.999443
#> 853 individuals -108.029167 37.999443
#> 854 individuals -108.020279 37.996387
#> 855 individuals -108.000557 37.994720
#> 856 specimens 56.290833 51.875832
#> 857 specimens 56.290833 51.875832
#> 858 <NA> 56.290833 51.875832
#> 859 <NA> 56.290833 51.875832
#> 860 <NA> 56.290833 51.875832
#> 861 fragments -108.000557 37.994720
#> 862 individuals 10.618889 50.809723
#> 863 individuals 11.516667 51.516666
#> 864 individuals 9.943056 50.992779
#> 865 individuals 9.953333 50.996666
#> 866 individuals 10.665278 51.585278
#> 867 specimens 44.416668 -24.000000
#> 868 individuals 45.349998 -22.666668
#> 869 specimens 45.083332 -23.450001
#> 870 fragments 45.083332 -23.450001
#> 871 elements 45.083332 -23.450001
#> 872 individuals 45.412498 -22.558332
#> 873 individuals 23.116667 -31.400000
#> 874 individuals -96.113892 37.986111
#> 875 individuals 44.416668 -24.000000
#> 876 individuals 44.416668 -24.000000
#> 877 individuals 54.416668 52.583332
#> 878 individuals 48.351665 58.150002
#> 879 individuals 53.565277 53.650555
#> 880 <NA> 54.468056 52.435555
#> 881 individuals 54.468056 52.435555
#> 882 individuals 54.468056 52.435555
#> 883 individuals 54.468056 52.435555
#> 884 individuals 11.516667 51.516666
#> 885 individuals 11.516667 51.516666
#> 886 individuals -98.650002 33.583332
#> 887 <NA> -99.576942 33.676109
#> 888 <NA> -99.576942 33.676109
#> 889 individuals -99.576942 33.676109
#> 890 <NA> -99.575836 33.665001
#> 891 <NA> -99.599998 33.703335
#> 892 <NA> -99.599998 33.703335
#> 893 <NA> -99.599998 33.703335
#> 894 <NA> -99.599998 33.703335
#> 895 individuals -99.575836 33.665001
#> 896 <NA> -99.574448 33.721668
#> 897 <NA> -99.557777 33.731667
#> 898 <NA> -99.557777 33.731667
#> 899 <NA> -99.557777 33.731667
#> 900 <NA> -99.557777 33.731667
#> 901 <NA> -99.586945 33.737221
#> 902 individuals -99.406670 33.736942
#> 903 individuals -99.548615 33.757500
#> 904 individuals 9.915833 51.007500
#> 905 specimens -68.075813 -40.708069
#> 906 specimens -68.227501 -40.871944
#> 907 specimens -68.227501 -40.871944
#> 908 specimens -68.227501 -40.871944
#> 909 specimens -68.227501 -40.871944
#> 910 specimens -68.227501 -40.871944
#> 911 specimens -68.227501 -40.871944
#> 912 individuals 148.000000 -24.833332
#> 913 individuals 148.000000 -24.833332
#> 914 individuals 10.616667 51.583332
#> 915 elements 110.815926 37.412758
#> 916 individuals 10.916667 50.683334
#> 917 individuals 10.865000 51.541668
#> 918 elements -54.150002 -30.016666
#> 919 individuals -99.548615 33.757500
#> 920 individuals -99.576942 33.676109
#> 921 individuals -98.777496 33.449722
#> 922 individuals -98.777496 33.449722
#> 923 <NA> -97.433334 36.349998
#> 924 <NA> -97.433334 36.349998
#> 925 <NA> -97.433334 36.349998
#> 926 <NA> -97.433334 36.349998
#> 927 <NA> -97.433334 36.349998
#> 928 <NA> -98.699997 33.683334
#> 929 <NA> -98.699997 33.683334
#> 930 individuals -98.699997 33.683334
#> 931 individuals -98.694725 33.816113
#> 932 individuals 24.533333 -32.250000
#> 933 individuals -106.650276 36.162224
#> 934 specimens -87.825897 40.100201
#> 935 elements -87.825897 40.100201
#> 936 individuals -99.216667 33.766666
#> 937 individuals -106.783333 35.716667
#> 938 individuals -106.783333 35.716667
#> 939 individuals -106.673889 36.178612
#> 940 <NA> -106.650558 36.162224
#> 941 individuals -99.139442 33.669724
#> 942 specimens -98.856941 33.622501
#> 943 elements -99.022781 33.687222
#> 944 elements -98.900002 33.641666
#> 945 individuals -98.650002 33.583332
#> 946 individuals 54.696388 52.519169
#> 947 individuals -98.694725 33.816113
#> 948 individuals -98.901947 33.740276
#> 949 specimens -98.901947 33.740276
#> 950 individuals -98.901947 33.740276
#> 951 individuals 54.146942 52.555000
#> 952 specimens -60.266666 46.290001
#> 953 specimens 48.828609 55.017223
#> 954 specimens -60.266666 46.290001
#> 955 fragments 54.641388 52.645832
#> 956 individuals 13.207222 49.713055
#> 957 individuals -80.673332 40.567780
#> 958 individuals -80.673332 40.567780
#> 959 individuals -80.673332 40.567780
#> 960 individuals -80.673332 40.567780
#> 961 individuals -98.901947 33.740276
#> 962 specimens -98.900002 33.641666
#> 963 individuals -98.650002 33.583332
#> 964 specimens -98.625275 33.595554
#> 965 specimens -98.920830 33.601391
#> 966 specimens -99.022781 33.687222
#> 967 specimens -98.694725 33.816113
#> 968 individuals -98.699997 33.683334
#> 969 individuals -98.777496 33.449722
#> 970 individuals -98.901947 33.740276
#> 971 individuals -99.022781 33.687222
#> 972 individuals -98.625275 33.595554
#> 973 individuals -98.598610 34.295834
#> 974 specimens 48.531387 55.148609
#> 975 individuals 9.953333 50.996666
#> 976 individuals -64.451385 45.698612
#> 977 individuals 9.931111 50.991390
#> 978 individuals 9.931111 50.991390
#> 979 individuals 11.516667 51.516666
#> 980 <NA> -106.442497 42.731945
#> 981 individuals 25.381111 -31.761667
#> 982 individuals 24.983334 -31.716667
#> 983 individuals -98.915001 34.013889
#> 984 specimens 45.906387 57.884167
#> 985 individuals 45.150002 57.125000
#> 986 individuals 44.554722 65.591667
#> 987 elements 55.250000 53.433334
#> 988 individuals -98.368332 36.019722
#> 989 individuals -99.575836 33.665001
#> 990 individuals 33.166668 -10.833333
#> 991 individuals 24.169167 -31.761389
#> 992 individuals 22.511110 -31.651943
#> 993 individuals 21.613890 -32.225277
#> 994 individuals 21.613890 -32.225277
#> 995 individuals 21.613890 -32.225277
#> 996 individuals 21.613890 -32.225277
#> 997 individuals 21.613890 -32.225277
#> 998 individuals 21.656389 -32.259445
#> 999 individuals 21.655001 -32.251389
#> 1000 individuals 21.659445 -32.239166
#> 1001 individuals 21.641390 -32.217777
#> 1002 individuals 21.641390 -32.217777
#> 1003 individuals 21.641390 -32.217777
#> 1004 individuals 21.641390 -32.217777
#> 1005 individuals 21.626944 -32.212223
#> 1006 individuals 21.626944 -32.212223
#> 1007 individuals 21.629723 -32.205833
#> 1008 individuals 21.629723 -32.205833
#> 1009 individuals 21.629723 -32.205833
#> 1010 individuals 21.623611 -32.188057
#> 1011 individuals 21.623611 -32.188057
#> 1012 individuals 21.623611 -32.188057
#> 1013 individuals 21.622223 -32.189720
#> 1014 individuals 21.622223 -32.189720
#> 1015 individuals 21.605556 -32.206669
#> 1016 individuals 21.605556 -32.206669
#> 1017 individuals 21.605556 -32.206669
#> 1018 individuals 21.612499 -32.211109
#> 1019 individuals 21.612499 -32.211109
#> 1020 individuals 21.612499 -32.211109
#> 1021 individuals 21.612499 -32.211109
#> 1022 individuals 21.612499 -32.221668
#> 1023 individuals 21.612499 -32.221668
#> 1024 individuals 21.612499 -32.221668
#> 1025 individuals 21.601389 -32.221668
#> 1026 individuals 21.601389 -32.221668
#> 1027 individuals 21.601389 -32.221668
#> 1028 individuals 21.601389 -32.221668
#> 1029 individuals 21.566389 -32.229443
#> 1030 individuals 21.566389 -32.229443
#> 1031 individuals 21.566389 -32.233055
#> 1032 individuals 21.566389 -32.233055
#> 1033 individuals 21.566389 -32.233055
#> 1034 individuals 21.566389 -32.233055
#> 1035 individuals 21.624443 -32.198612
#> 1036 individuals -96.113892 37.986111
#> 1037 individuals -99.266670 33.700001
#> 1038 elements -99.558334 33.816666
#> 1039 individuals -98.405998 34.775501
#> 1040 specimens 42.092777 56.253056
#> 1041 <NA> 42.092777 56.253056
#> 1042 specimens 42.092777 56.253056
#> 1043 elements 42.092777 56.253056
#> 1044 elements 42.092777 56.253056
#> 1045 elements 42.092777 56.253056
#> 1046 elements 42.092777 56.253056
#> 1047 <NA> 42.092777 56.253056
#> 1048 specimens 42.092777 56.253056
#> 1049 <NA> 42.092777 56.253056
#> 1050 elements 47.111664 57.881973
#> 1051 individuals 42.092777 56.253056
#> 1052 individuals 47.111664 57.881973
#> 1053 individuals 22.033333 -32.905556
#> 1054 individuals 53.014999 53.294998
#> 1055 individuals 53.014999 53.294998
#> 1056 individuals 53.014999 53.294998
#> 1057 <NA> 52.807777 53.374722
#> 1058 specimens 52.807777 53.374722
#> 1059 specimens 52.807777 53.374722
#> 1060 <NA> 52.807777 53.374722
#> 1061 individuals 44.554722 65.591667
#> 1062 individuals 45.672779 64.922775
#> 1063 individuals -98.375832 35.999443
#> 1064 individuals -81.895836 38.823612
#> 1065 individuals -61.549999 46.040279
#> 1066 specimens -64.451385 45.698612
#> 1067 elements -64.451385 45.698612
#> 1068 individuals -1.621111 54.622223
#> 1069 individuals 49.845001 58.635834
#> 1070 individuals 54.845554 52.259167
#> 1071 individuals 50.750000 56.333332
#> 1072 <NA> 50.750000 56.333332
#> 1073 <NA> 50.750000 56.333332
#> 1074 individuals -99.216667 33.766666
#> 1075 individuals -99.266670 33.700001
#> 1076 individuals -99.266670 33.700001
#> 1077 specimens -99.216667 33.766666
#> 1078 specimens -99.195557 33.973057
#> 1079 individuals -99.144997 33.755001
#> 1080 specimens -99.312775 33.714722
#> 1081 individuals -97.766670 36.766666
#> 1082 individuals -97.766670 36.766666
#> 1083 individuals -97.766670 36.766666
#> 1084 individuals -97.766670 36.766666
#> 1085 individuals -97.766670 36.766666
#> 1086 individuals -97.766670 36.766666
#> 1087 individuals 49.845001 58.635834
#> 1088 specimens 49.845001 58.635834
#> 1089 <NA> 49.845001 58.635834
#> 1090 specimens 49.845001 58.635834
#> 1091 individuals 49.845001 58.635834
#> 1092 individuals 54.125000 54.108334
#> 1093 individuals -97.433334 35.233334
#> 1094 individuals -97.358330 35.141666
#> 1095 individuals 60.049999 66.033333
#> 1096 specimens 60.049999 66.033333
#> 1097 individuals 54.706669 57.813332
#> 1098 <NA> 141.556946 38.713612
#> 1099 individuals 54.706669 57.813332
#> 1100 individuals 39.474998 3.858333
#> 1101 specimens -177.000000 -85.216667
#> 1102 individuals -175.500000 -85.216667
#> 1103 individuals -99.091667 33.733334
#> 1104 individuals 26.509722 -32.106110
#> 1105 specimens -99.216667 33.766666
#> 1106 individuals 26.509722 -32.106110
#> 1107 individuals -174.833328 -85.133331
#> 1108 specimens 172.500000 -85.050003
#> 1109 specimens -174.833328 -85.133331
#> 1110 specimens -174.833328 -85.133331
#> 1111 individuals 172.500000 -85.050003
#> 1112 individuals 29.125000 -28.275000
#> 1113 specimens -68.227501 -40.871944
#> 1114 individuals 25.475000 -30.500000
#> 1115 individuals 24.549999 -31.866667
#> 1116 individuals 23.863333 -32.104168
#> 1117 individuals 22.400000 -31.924999
#> 1118 individuals 22.378332 -31.135000
#> 1119 individuals -9.089167 30.825832
#> 1120 individuals -9.089167 30.825832
#> 1121 individuals -9.089167 30.825832
#> 1122 individuals 21.225000 -32.108334
#> 1123 individuals 21.225000 -32.108334
#> 1124 individuals 48.351665 58.150002
#> 1125 <NA> 48.351665 58.150002
#> 1126 individuals -1.575000 52.375000
#> 1127 specimens -1.519444 52.413891
#> 1128 individuals 22.016666 -32.966667
#> 1129 <NA> -98.598610 34.295834
#> 1130 <NA> -98.598610 34.295834
#> 1131 <NA> -98.598610 34.295834
#> 1132 <NA> -98.598610 34.295834
#> 1133 <NA> -98.598610 34.295834
#> 1134 <NA> -98.598610 34.295834
#> 1135 specimens 24.203056 -29.646389
#> 1136 individuals -52.716667 -17.250000
#> 1137 <NA> -52.716667 -17.250000
#> 1138 individuals -52.053333 -17.483334
#> 1139 <NA> -52.053333 -17.483334
#> 1140 <NA> -52.053333 -17.483334
#> 1141 individuals 26.394444 -33.063332
#> 1142 specimens 22.000000 -32.366669
#> 1143 individuals 23.766666 -31.950001
#> 1144 individuals 23.894444 -32.152779
#> 1145 individuals 24.192778 -32.060833
#> 1146 individuals 22.378332 -31.135000
#> 1147 individuals -106.639442 36.157223
#> 1148 individuals -50.422222 -25.844444
#> 1149 individuals -54.325001 -30.341667
#> 1150 individuals -54.325001 -30.341667
#> 1151 individuals -47.861111 -22.977501
#> 1152 individuals -47.861111 -22.977501
#> 1153 individuals -47.861111 -22.977501
#> 1154 individuals -50.422222 -25.844444
#> 1155 individuals -47.849998 -23.350000
#> 1156 individuals -48.049999 -23.591667
#> 1157 individuals -48.049999 -23.591667
#> 1158 individuals -39.250000 -7.666667
#> 1159 individuals -47.584721 -22.498611
#> 1160 individuals -47.650002 -22.733334
#> 1161 individuals -50.650002 -25.475000
#> 1162 individuals 21.736111 -32.920834
#> 1163 individuals 24.766666 -28.737499
#> 1164 individuals 24.166668 -29.383333
#> 1165 individuals 19.766666 -31.466667
#> 1166 individuals 19.112499 -31.376944
#> 1167 individuals -50.650002 -25.475000
#> 1168 individuals -50.650002 -25.475000
#> 1169 individuals -50.422222 -25.844444
#> 1170 fragments -47.861111 -22.977501
#> 1171 <NA> -111.416664 42.483334
#> 1172 individuals -47.577778 -22.516666
#> 1173 <NA> -50.650002 -25.475000
#> 1174 <NA> -50.694443 -25.623611
#> 1175 individuals -50.650002 -25.475000
#> 1176 individuals -47.716667 -23.100000
#> 1177 individuals -50.650002 -25.475000
#> 1178 individuals -47.861111 -22.977501
#> 1179 individuals -47.861111 -22.977501
#> 1180 individuals -47.650002 -22.733334
#> 1181 <NA> 141.466660 38.516666
#> 1182 individuals -54.325001 -30.341667
#> 1183 individuals -50.422222 -25.844444
#> 1184 individuals -47.584721 -22.498611
#> 1185 individuals -47.584721 -22.498611
#> 1186 individuals -47.584721 -22.498611
#> 1187 individuals 14.193889 -20.681667
#> 1188 specimens 148.000000 -24.833332
#> 1189 individuals -99.953613 33.690834
#> 1190 individuals -99.938332 33.660000
#> 1191 individuals -99.938332 33.660000
#> 1192 individuals -99.474998 33.783611
#> 1193 <NA> -99.474998 33.783611
#> 1194 individuals -99.474998 33.783611
#> 1195 individuals -99.216667 33.766666
#> 1196 individuals -99.216667 33.766666
#> 1197 individuals -98.405998 34.775501
#> 1198 individuals -50.166668 -25.100000
#> 1199 individuals 19.766666 -31.466667
#> 1200 specimens 18.246944 -26.319445
#> 1201 individuals 18.246944 -26.319445
#> 1202 individuals 18.010279 -25.836111
#> 1203 <NA> -56.450001 -25.783333
#> 1204 individuals -56.450001 -25.783333
#> 1205 <NA> -54.016666 -31.933332
#> 1206 <NA> -54.016666 -31.933332
#> 1207 <NA> -54.016666 -31.933332
#> 1208 <NA> -54.016666 -31.933332
#> 1209 specimens -98.787781 34.189720
#> 1210 individuals -98.405998 34.775501
#> 1211 elements -98.787781 34.189720
#> 1212 individuals 10.618889 50.809723
#> 1213 individuals -99.406670 33.736942
#> 1214 individuals 10.618889 50.809723
#> 1215 <NA> 49.238056 -13.160556
#> 1216 individuals -80.673332 40.567780
#> 1217 individuals -80.673332 40.567780
#> 1218 specimens -80.673332 40.567780
#> 1219 individuals 13.207222 49.713055
#> 1220 individuals 13.207222 49.713055
#> 1221 elements -109.566666 31.733334
#> 1222 specimens -109.566666 31.733334
#> 1223 elements -109.566666 31.733334
#> 1224 elements -109.566666 31.733334
#> 1225 elements -109.566666 31.733334
#> 1226 elements -109.566666 31.733334
#> 1227 <NA> -109.566666 31.733334
#> 1228 individuals 27.100000 -32.291668
#> 1229 <NA> 27.100000 -32.291668
#> 1230 individuals -3.368611 57.656387
#> 1231 individuals -3.368611 57.656387
#> 1232 individuals -3.368611 57.656387
#> 1233 individuals -3.368611 57.656387
#> 1234 individuals -3.368611 57.656387
#> 1235 individuals -3.368611 57.656387
#> 1236 individuals -3.368611 57.656387
#> 1237 individuals -3.368611 57.656387
#> 1238 individuals -3.368611 57.656387
#> 1239 individuals 26.727777 -33.070831
#> 1240 individuals 26.842222 -29.215555
#> 1241 elements 45.412498 -22.558332
#> 1242 individuals 45.412498 -22.558332
#> 1243 specimens 49.333332 -13.000000
#> 1244 specimens 49.333332 -13.000000
#> 1245 specimens 49.333332 -13.000000
#> 1246 specimens 49.333332 -13.000000
#> 1247 specimens 49.333332 -13.000000
#> 1248 specimens 49.333332 -13.000000
#> 1249 individuals 44.416668 -24.000000
#> 1250 <NA> 24.192778 -32.060833
#> 1251 <NA> 24.533333 -32.250000
#> 1252 individuals 21.868055 -32.887501
#> 1253 individuals 22.295834 -32.504166
#> 1254 specimens 21.773611 -32.466667
#> 1255 individuals 54.845554 52.259167
#> 1256 elements 110.815926 37.412758
#> 1257 individuals 110.883331 37.433334
#> 1258 elements 110.815926 37.412758
#> 1259 individuals 48.828609 55.017223
#> 1260 individuals 45.672779 64.922775
#> 1261 individuals 46.634998 61.191113
#> 1262 individuals 46.634998 61.191113
#> 1263 individuals 46.634998 61.191113
#> 1264 individuals 46.634998 61.191113
#> 1265 individuals 46.634998 61.191113
#> 1266 individuals 46.634998 61.191113
#> 1267 individuals 46.634998 61.191113
#> 1268 elements 43.108334 59.964443
#> 1269 elements 46.483612 60.961666
#> 1270 elements 42.702221 56.202778
#> 1271 elements 55.000000 51.166668
#> 1272 fragments 52.960278 52.704723
#> 1273 individuals 10.255556 50.879166
#> 1274 individuals 10.328333 50.832222
#> 1275 individuals 11.750000 51.644444
#> 1276 specimens 10.008333 50.977779
#> 1277 individuals 10.008333 50.977779
#> 1278 individuals 21.773611 -32.466667
#> 1279 individuals 21.864445 -32.462502
#> 1280 individuals 21.967501 -32.816113
#> 1281 individuals 22.108334 -32.861111
#> 1282 individuals 22.033333 -32.905556
#> 1283 individuals 21.819721 -32.904720
#> 1284 individuals 22.170500 -32.486198
#> 1285 individuals 21.750000 -32.695831
#> 1286 individuals 22.191299 -32.442902
#> 1287 specimens 22.000000 -32.366669
#> 1288 individuals 22.033333 -32.905556
#> 1289 individuals 21.967501 -32.816113
#> 1290 individuals 50.176388 59.496113
#> 1291 specimens -9.089167 30.825832
#> 1292 specimens 49.558334 62.058334
#> 1293 specimens 45.174999 59.783333
#> 1294 individuals 45.174999 59.783333
#> 1295 individuals 45.174999 59.783333
#> 1296 <NA> 52.656387 52.346390
#> 1297 elements 52.656387 52.346390
#> 1298 individuals 52.656387 52.346390
#> 1299 individuals 52.656387 52.346390
#> 1300 <NA> 52.656387 52.346390
#> 1301 elements 52.656387 52.346390
#> 1302 individuals 52.656387 52.346390
#> 1303 <NA> 52.656387 52.346390
#> 1304 fragments 55.244446 50.808334
#> 1305 <NA> 55.244446 50.808334
#> 1306 <NA> 55.244446 50.808334
#> 1307 individuals 55.244446 50.808334
#> 1308 <NA> 55.244446 50.808334
#> 1309 specimens 55.244446 50.808334
#> 1310 <NA> 55.244446 50.808334
#> 1311 <NA> 55.244446 50.808334
#> 1312 <NA> 55.244446 50.808334
#> 1313 elements 55.244446 50.808334
#> 1314 elements 43.673058 49.260834
#> 1315 specimens 55.141666 51.470833
#> 1316 <NA> 55.141666 51.470833
#> 1317 <NA> 55.141666 51.470833
#> 1318 <NA> 55.141666 51.470833
#> 1319 elements 55.141666 51.470833
#> 1320 individuals 56.013332 75.176109
#> 1321 elements 62.720554 68.615829
#> 1322 elements 62.720554 68.615829
#> 1323 <NA> 55.640835 52.027779
#> 1324 specimens 48.775002 64.555557
#> 1325 specimens 48.047222 64.558334
#> 1326 individuals 88.883331 44.083332
#> 1327 individuals 111.113998 39.032001
#> 1328 individuals 111.113998 39.032001
#> 1329 individuals 45.150002 57.125000
#> 1330 individuals 45.150002 57.125000
#> 1331 individuals 47.961109 59.140556
#> 1332 individuals 45.906387 57.884167
#> 1333 specimens 43.673058 49.260834
#> 1334 specimens 43.673058 49.260834
#> 1335 individuals -54.390278 -29.623611
#> 1336 specimens -54.390278 -29.623611
#> 1337 individuals -99.216667 33.766666
#> 1338 elements 45.174999 59.783333
#> 1339 elements 45.500000 59.716667
#> 1340 fragments 45.500000 59.716667
#> 1341 individuals 26.509722 -32.106110
#> 1342 individuals 26.509722 -32.106110
#> 1343 individuals 26.509722 -32.106110
#> 1344 specimens -54.231945 -29.826944
#> 1345 individuals 24.766666 -28.737499
#> 1346 individuals 55.724998 51.344444
#> 1347 elements 55.724998 51.344444
#> 1348 specimens 49.933334 69.283333
#> 1349 specimens 49.933334 69.283333
#> 1350 <NA> 49.933334 69.283333
#> 1351 <NA> 49.933334 69.283333
#> 1352 individuals 49.933334 69.283333
#> 1353 elements 49.933334 69.283333
#> 1354 fragments 49.933334 69.283333
#> 1355 elements 49.933334 69.283333
#> 1356 individuals 49.933334 69.283333
#> 1357 individuals 45.075001 57.424999
#> 1358 elements 45.075001 57.424999
#> 1359 specimens 25.447222 -31.598612
#> 1360 specimens 25.447222 -31.598612
#> 1361 specimens 25.447222 -31.598612
#> 1362 elements 25.850000 -30.304167
#> 1363 elements 55.275002 51.387501
#> 1364 fragments 55.275002 51.387501
#> 1365 specimens 148.901672 -23.640278
#> 1366 individuals 97.737503 39.704166
#> 1367 individuals 24.403334 -32.958332
#> 1368 individuals -98.405998 34.775501
#> 1369 individuals 21.516666 -32.647221
#> 1370 individuals 22.538889 -33.112499
#> 1371 individuals 22.538889 -33.112499
#> 1372 individuals 22.541668 -33.174999
#> 1373 individuals 22.541668 -33.174999
#> 1374 specimens 22.541668 -33.174999
#> 1375 individuals 22.541668 -33.174999
#> 1376 specimens 21.833330 -33.083328
#> 1377 specimens 22.538889 -33.112499
#> 1378 specimens 21.983330 -33.016670
#> 1379 specimens 21.683332 -33.025002
#> 1380 individuals 22.945833 -33.062500
#> 1381 individuals -64.451385 45.698612
#> 1382 specimens -64.451385 45.698612
#> 1383 specimens -64.451385 45.698612
#> 1384 specimens -64.451385 45.698612
#> 1385 specimens -177.000000 -85.216667
#> 1386 individuals -81.000000 39.713890
#> 1387 specimens -98.405998 34.775501
#> 1388 specimens -98.405998 34.775501
#> 1389 elements -98.405998 34.775501
#> 1390 specimens -98.405998 34.775501
#> 1391 individuals 24.288889 -32.053333
#> 1392 specimens -110.766670 34.950001
#> 1393 <NA> -111.034164 35.044724
#> 1394 individuals -111.034164 35.044724
#> 1395 elements -111.034164 35.044724
#> 1396 <NA> -111.033890 35.044724
#> 1397 specimens -111.030556 35.036110
#> 1398 specimens -111.030556 35.036110
#> 1399 specimens -111.030556 35.036110
#> 1400 individuals -110.866669 35.066666
#> 1401 specimens -111.030556 35.036110
#> 1402 specimens -110.866669 35.066666
#> 1403 <NA> -111.000000 35.294445
#> 1404 <NA> 2.525514 39.694382
#> 1405 <NA> 2.525514 39.694382
#> 1406 <NA> 2.525514 39.694382
#> 1407 <NA> 2.525514 39.694382
#> 1408 <NA> 2.525514 39.694382
#> 1409 individuals 11.706111 51.788891
#> 1410 individuals 108.266670 23.166668
#> 1411 individuals 115.849998 28.683332
#> 1412 <NA> 55.083332 51.750000
#> 1413 individuals 24.858610 -31.842777
#> 1414 specimens 27.965834 -28.230000
#> 1415 specimens 27.950001 -28.299999
#> 1416 specimens 28.700001 -28.320000
#> 1417 specimens 28.299999 -28.200001
#> 1418 individuals 27.430000 -28.670000
#> 1419 individuals 27.620001 -28.320000
#> 1420 specimens 27.959999 -28.181944
#> 1421 individuals 26.840000 -30.420000
#> 1422 individuals 26.840000 -30.420000
#> 1423 individuals 26.250000 -32.009998
#> 1424 elements 86.974998 23.633333
#> 1425 <NA> -54.231945 -29.826944
#> 1426 elements -54.231945 -29.826944
#> 1427 specimens -53.900555 -29.716667
#> 1428 <NA> -54.231945 -29.826944
#> 1429 specimens -52.918999 -30.011999
#> 1430 <NA> -55.052776 -29.615557
#> 1431 <NA> -55.052776 -29.615557
#> 1432 <NA> -55.052776 -29.615557
#> 1433 specimens -55.052776 -29.615557
#> 1434 <NA> -55.052776 -29.615557
#> 1435 <NA> -55.052776 -29.615557
#> 1436 <NA> -55.052776 -29.615557
#> 1437 <NA> -55.052776 -29.615557
#> 1438 <NA> -55.052776 -29.615557
#> 1439 <NA> -55.052776 -29.615557
#> 1440 <NA> -55.052776 -29.615557
#> 1441 specimens -55.052776 -29.615557
#> 1442 <NA> -55.052776 -29.615557
#> 1443 <NA> -55.052776 -29.615557
#> 1444 specimens -174.833328 -85.133331
#> 1445 individuals 172.500000 -85.050003
#> 1446 individuals 88.883331 44.083332
#> 1447 <NA> -78.972221 38.465832
#> 1448 individuals -120.736115 54.526390
#> 1449 individuals -120.721947 54.519444
#> 1450 <NA> -113.070557 37.168331
#> 1451 <NA> -113.070557 37.168331
#> 1452 individuals -175.500000 -85.216667
#> 1453 individuals 29.125000 -28.275000
#> 1454 individuals 29.125000 -28.275000
#> 1455 <NA> 29.125000 -28.275000
#> 1456 individuals 29.125000 -28.275000
#> 1457 individuals 29.125000 -28.275000
#> 1458 <NA> 29.125000 -28.275000
#> 1459 <NA> 29.125000 -28.275000
#> 1460 <NA> 29.125000 -28.275000
#> 1461 <NA> 29.125000 -28.275000
#> 1462 <NA> 29.125000 -28.275000
#> 1463 <NA> 29.125000 -28.275000
#> 1464 <NA> 29.125000 -28.275000
#> 1465 <NA> 29.125000 -28.275000
#> 1466 individuals 25.966667 -30.500000
#> 1467 <NA> 25.966667 -30.500000
#> 1468 individuals 25.966667 -30.500000
#> 1469 <NA> 25.966667 -30.500000
#> 1470 <NA> 25.966667 -30.500000
#> 1471 <NA> 25.966667 -30.500000
#> 1472 individuals 29.350000 -28.733334
#> 1473 <NA> 29.350000 -28.733334
#> 1474 <NA> 29.350000 -28.733334
#> 1475 <NA> 29.350000 -28.733334
#> 1476 specimens -174.833328 -85.133331
#> 1477 individuals 172.500000 -85.050003
#> 1478 specimens -175.500000 -85.216667
#> 1479 specimens -177.000000 -85.216667
#> 1480 individuals 26.316668 -31.000000
#> 1481 <NA> 26.316668 -31.000000
#> 1482 <NA> 26.316668 -31.000000
#> 1483 <NA> 26.316668 -31.000000
#> 1484 individuals 29.133333 -28.283333
#> 1485 <NA> 29.133333 -28.283333
#> 1486 <NA> 29.133333 -28.283333
#> 1487 individuals 29.133333 -28.283333
#> 1488 individuals 29.133333 -28.283333
#> 1489 individuals 26.666668 -29.583332
#> 1490 <NA> 29.076668 -28.551666
#> 1491 <NA> 29.076668 -28.551666
#> 1492 <NA> 29.076668 -28.551666
#> 1493 <NA> 29.076668 -28.551666
#> 1494 <NA> 26.057501 -30.473057
#> 1495 <NA> 26.057501 -30.473057
#> 1496 <NA> 26.057501 -30.473057
#> 1497 <NA> 26.057501 -30.473057
#> 1498 <NA> 26.057501 -30.473057
#> 1499 individuals 24.983334 -31.716667
#> 1500 <NA> 24.983334 -31.716667
#> 1501 <NA> 24.983334 -31.716667
#> 1502 <NA> 24.983334 -31.716667
#> 1503 individuals 25.783333 -30.766666
#> 1504 individuals 25.783333 -30.766666
#> 1505 <NA> 25.783333 -30.766666
#> 1506 <NA> 25.783333 -30.766666
#> 1507 <NA> 25.783333 -30.766666
#> 1508 <NA> 25.783333 -30.766666
#> 1509 specimens 25.783333 -30.766666
#> 1510 <NA> 25.783333 -30.766666
#> 1511 <NA> 25.783333 -30.766666
#> 1512 specimens 25.783333 -30.766666
#> 1513 individuals 24.950001 -31.183332
#> 1514 individuals 24.950001 -31.183332
#> 1515 <NA> 24.950001 -31.183332
#> 1516 <NA> 24.950001 -31.183332
#> 1517 individuals -4.536540 55.972000
#> 1518 elements 43.673058 49.260834
#> 1519 elements 62.720554 68.615829
#> 1520 specimens -98.405998 34.775501
#> 1521 <NA> -54.383331 -30.250000
#> 1522 individuals 10.011111 51.465000
#> 1523 individuals 7.434722 49.924442
#> 1524 <NA> 49.558334 62.058334
#> 1525 individuals 89.699997 43.980000
#> 1526 <NA> -88.139999 41.267223
#> 1527 individuals -80.673332 40.567780
#> 1528 individuals -80.673332 40.567780
#> 1529 <NA> -80.673332 40.567780
#> 1530 <NA> -98.089996 33.832600
#> 1531 specimens -110.866669 35.066666
#> 1532 <NA> 24.216667 -32.133331
#> 1533 <NA> -95.259048 38.378502
#> 1534 specimens 24.533611 -31.856112
#> 1535 individuals 19.450001 -31.500000
#> 1536 individuals 25.330000 -30.680000
#> 1537 <NA> 23.766666 -31.950001
#> 1538 <NA> 23.766666 -31.950001
#> 1539 individuals 147.303604 -42.880554
#> 1540 specimens 148.901672 -23.640278
#> 1541 <NA> 148.000000 -24.833332
#> 1542 elements 151.316666 -33.733334
#> 1543 specimens 148.000000 -24.833332
#> 1544 elements 10.123056 51.587502
#> 1545 individuals 26.258333 -32.000000
#> 1546 <NA> 26.258333 -32.000000
#> 1547 <NA> 26.258333 -32.000000
#> 1548 <NA> 26.258333 -32.000000
#> 1549 specimens 26.666668 -29.583332
#> 1550 individuals 27.016666 -28.516666
#> 1551 individuals 26.333332 -30.583332
#> 1552 individuals 26.000000 -30.500000
#> 1553 <NA> 26.000000 -30.500000
#> 1554 <NA> 26.000000 -30.500000
#> 1555 <NA> 26.000000 -30.500000
#> 1556 <NA> 26.000000 -30.500000
#> 1557 individuals 25.299999 -31.733334
#> 1558 <NA> 25.299999 -31.733334
#> 1559 <NA> 25.299999 -31.733334
#> 1560 individuals 25.000000 -31.500000
#> 1561 elements 86.883331 23.650000
#> 1562 <NA> 86.883331 23.650000
#> 1563 <NA> 86.883331 23.650000
#> 1564 specimens 86.887497 23.647223
#> 1565 specimens 86.887497 23.647223
#> 1566 specimens 86.887497 23.647223
#> 1567 <NA> 86.887497 23.647223
#> 1568 <NA> 86.887497 23.647223
#> 1569 elements 147.808334 -43.055557
#> 1570 elements 141.500000 38.766666
#> 1571 individuals 88.883331 44.083332
#> 1572 elements 19.633333 50.133331
#> 1573 <NA> 19.633333 50.133331
#> 1574 <NA> 19.633333 50.133331
#> 1575 elements 19.633333 50.133331
#> 1576 elements 19.633333 50.133331
#> 1577 <NA> 19.633333 50.133331
#> 1578 specimens 21.195227 50.959061
#> 1579 specimens 8.516667 48.666668
#> 1580 specimens 8.416667 48.450001
#> 1581 specimens 8.733333 48.716667
#> 1582 specimens 9.033333 49.466667
#> 1583 specimens 8.500000 48.483334
#> 1584 specimens 8.600000 48.583332
#> 1585 specimens 8.600000 48.583332
#> 1586 specimens 8.683333 48.683334
#> 1587 individuals 97.737503 39.704166
#> 1588 individuals 110.440277 40.674999
#> 1589 individuals -99.091667 33.733334
#> 1590 individuals -98.405998 34.775501
#> 1591 individuals 48.319931 58.278816
#> 1592 individuals 48.319931 58.278816
#> 1593 individuals 48.351665 58.150002
#> 1594 specimens 50.339355 59.361195
#> 1595 specimens 50.339355 59.361195
#> 1596 individuals 10.616667 50.783333
#> 1597 individuals 23.116667 -31.400000
#> 1598 individuals 23.116667 -31.400000
#> 1599 <NA> 10.618889 50.809723
#> 1600 <NA> 10.618889 50.809723
#> 1601 <NA> 10.618889 50.809723
#> 1602 <NA> 10.618889 50.809723
#> 1603 specimens 10.618889 50.809723
#> 1604 <NA> -82.500000 38.133331
#> 1605 individuals -98.405998 34.775501
#> 1606 <NA> -79.848999 39.571999
#> 1607 <NA> -79.848999 39.571999
#> 1608 <NA> -106.050003 36.049999
#> 1609 <NA> -80.651390 40.045555
#> 1610 specimens -79.966667 40.444443
#> 1611 <NA> -80.998055 39.764999
#> 1612 <NA> -80.584999 39.987499
#> 1613 <NA> -80.823891 39.710278
#> 1614 <NA> -80.549446 39.783054
#> 1615 <NA> -81.492500 39.046944
#> 1616 <NA> -80.774445 39.904167
#> 1617 <NA> -79.840836 39.750557
#> 1618 <NA> -80.601944 39.776943
#> 1619 <NA> -80.314445 39.677223
#> 1620 <NA> -80.812500 39.796112
#> 1621 <NA> -80.682503 39.870834
#> 1622 <NA> -80.543610 39.992779
#> 1623 <NA> -80.693054 40.006111
#> 1624 <NA> -80.389725 39.864445
#> 1625 <NA> -80.400002 39.660000
#> 1626 <NA> -80.573059 39.633331
#> 1627 <NA> -80.531113 39.646389
#> 1628 <NA> -80.844444 39.773609
#> 1629 <NA> -80.649170 39.623055
#> 1630 <NA> -80.701942 39.625000
#> 1631 <NA> -81.461113 39.241669
#> 1632 <NA> -81.413887 39.244446
#> 1633 <NA> -81.538887 39.048058
#> 1634 <NA> -81.376114 39.064999
#> 1635 <NA> -80.651390 40.045555
#> 1636 <NA> -79.818886 39.235832
#> 1637 <NA> -80.856392 39.365833
#> 1638 <NA> -96.697998 37.250999
#> 1639 specimens -3.200000 55.950001
#> 1640 specimens -3.200000 55.950001
#> 1641 specimens -3.200000 55.950001
#> 1642 individuals -98.405998 34.775501
#> 1643 specimens 9.586667 50.716946
#> 1644 specimens 9.208333 51.180557
#> 1645 individuals 7.883611 54.178055
#> 1646 elements 16.411112 50.420834
#> 1647 individuals 10.016667 50.816666
#> 1648 specimens -110.366669 37.883331
#> 1649 specimens -111.030556 35.036110
#> 1650 specimens -111.030556 35.036110
#> 1651 specimens -111.030556 35.036110
#> 1652 <NA> -113.133331 37.433334
#> 1653 <NA> -113.133331 37.433334
#> 1654 <NA> -106.933334 43.416668
#> 1655 <NA> -106.933334 43.416668
#> 1656 <NA> -107.116669 43.333332
#> 1657 <NA> -107.116669 43.333332
#> 1658 <NA> -107.116669 43.333332
#> 1659 <NA> -107.183334 43.283333
#> 1660 <NA> -107.183334 43.283333
#> 1661 <NA> -107.183334 43.283333
#> 1662 <NA> -107.183334 43.283333
#> 1663 <NA> -108.033333 43.666668
#> 1664 <NA> -108.033333 43.666668
#> 1665 <NA> -108.033333 43.666668
#> 1666 specimens -107.800003 43.466667
#> 1667 specimens -107.800003 43.466667
#> 1668 <NA> 35.000000 -10.350000
#> 1669 specimens 35.049999 -10.233333
#> 1670 specimens 35.049999 -10.233333
#> 1671 specimens 35.049999 -10.233333
#> 1672 specimens 35.049999 -10.233333
#> 1673 specimens 35.083332 -10.383333
#> 1674 <NA> 35.083332 -10.383333
#> 1675 <NA> 35.083332 -10.383333
#> 1676 <NA> 35.083332 -10.383333
#> 1677 <NA> 35.083332 -10.383333
#> 1678 specimens 162.333328 -84.250000
#> 1679 specimens -177.000000 -85.216667
#> 1680 specimens 162.333328 -84.250000
#> 1681 specimens 162.333328 -84.250000
#> 1682 specimens -174.833328 -85.133331
#> 1683 specimens 162.333328 -84.250000
#> 1684 specimens -175.500000 -85.216667
#> 1685 specimens -174.833328 -85.133331
#> 1686 specimens -174.833328 -85.133331
#> 1687 specimens -175.500000 -85.216667
#> 1688 specimens 148.000000 -24.833332
#> 1689 specimens 148.000000 -24.833332
#> 1690 specimens 148.901672 -23.640278
#> 1691 specimens 148.901672 -23.640278
#> 1692 individuals 148.000000 -24.833332
#> 1693 specimens 148.000000 -24.833332
#> 1694 specimens 148.901672 -23.640278
#> 1695 specimens 148.000000 -24.833332
#> 1696 <NA> 148.000000 -24.833332
#> 1697 specimens 148.000000 -24.833332
#> 1698 specimens 148.901672 -23.640278
#> 1699 individuals 147.303604 -42.880554
#> 1700 specimens 148.901672 -23.640278
#> 1701 specimens 148.516663 -25.183332
#> 1702 specimens 146.666672 -24.083332
#> 1703 specimens 151.316666 -33.733334
#> 1704 individuals 149.983337 -33.133331
#> 1705 specimens 151.597229 -32.894444
#> 1706 specimens 151.597229 -32.894444
#> 1707 specimens 150.908340 -34.361111
#> 1708 specimens 124.364166 -17.856667
#> 1709 specimens 124.363335 -17.858334
#> 1710 specimens 124.338890 -17.844168
#> 1711 specimens 124.750000 -18.333332
#> 1712 specimens 124.091667 -18.350000
#> 1713 specimens 124.364166 -17.856667
#> 1714 specimens 114.500000 -30.666668
#> 1715 individuals 86.974998 23.633333
#> 1716 specimens 86.883331 23.650000
#> 1717 specimens 86.908333 23.641666
#> 1718 specimens 86.916664 23.633333
#> 1719 specimens 86.916664 23.633333
#> 1720 specimens 86.916664 23.633333
#> 1721 specimens 86.933334 23.616667
#> 1722 specimens 86.883331 23.558332
#> 1723 individuals 86.949997 23.620832
#> 1724 individuals 86.949997 23.620832
#> 1725 specimens 86.966667 23.608334
#> 1726 individuals 86.983330 23.666668
#> 1727 individuals 86.983330 23.666668
#> 1728 individuals 86.983330 23.666668
#> 1729 individuals 86.979164 23.616667
#> 1730 individuals 86.901390 23.620832
#> 1731 specimens 86.893059 23.641111
#> 1732 specimens 86.900002 23.633333
#> 1733 individuals 73.866669 33.549999
#> 1734 specimens 124.364166 -17.856667
#> 1735 individuals 124.353889 -17.852777
#> 1736 individuals 147.303604 -42.880554
#> 1737 specimens 147.303604 -42.880554
#> 1738 specimens 147.283340 -42.786110
#> 1739 specimens 147.283340 -42.786110
#> 1740 specimens 147.283340 -42.786110
#> 1741 specimens 147.283340 -43.083332
#> 1742 specimens 147.283340 -43.083332
#> 1743 specimens 147.283340 -43.083332
#> 1744 specimens 147.524994 -42.799999
#> 1745 specimens 147.524994 -42.799999
#> 1746 specimens 147.524994 -42.799999
#> 1747 specimens 147.524994 -42.799999
#> 1748 specimens 147.466660 -42.816666
#> 1749 specimens 147.702774 -42.956112
#> 1750 individuals 146.866669 -42.599998
#> 1751 specimens 146.916672 -41.833332
#> 1752 specimens 147.283340 -42.786110
#> 1753 specimens 147.524994 -42.799999
#> 1754 individuals 147.808334 -43.055557
#> 1755 individuals 79.000000 20.250000
#> 1756 <NA> 27.805834 -28.456388
#> 1757 individuals 16.612778 49.565277
#> 1758 individuals -98.777496 33.449722
#> 1759 specimens -99.266670 33.700001
#> 1760 specimens -99.266670 33.700001
#> 1761 specimens -106.357224 42.679443
#> 1762 specimens -106.292999 42.627998
#> 1763 specimens -106.250832 42.682220
#> 1764 individuals -98.405998 34.775501
#> 1765 <NA> 14.000000 78.309998
#> 1766 elements 43.673058 49.260834
#> 1767 <NA> 39.044998 58.021000
#> 1768 <NA> 55.430000 52.549999
#> 1769 <NA> 55.720001 52.820000
#> 1770 elements 43.673058 49.260834
#> 1771 elements 43.673058 49.260834
#> 1772 <NA> 43.673058 49.260834
#> 1773 <NA> 43.673058 49.260834
#> 1774 elements 43.673058 49.260834
#> 1775 elements 43.673058 49.260834
#> 1776 elements 43.673058 49.260834
#> 1777 <NA> 43.673058 49.260834
#> 1778 <NA> 43.673058 49.260834
#> 1779 <NA> 43.673058 49.260834
#> 1780 fragments 50.176388 59.496113
#> 1781 elements 50.176388 59.496113
#> 1782 elements 51.769169 52.805000
#> 1783 elements 53.266666 53.716667
#> 1784 elements 45.174999 59.783333
#> 1785 elements 55.083332 51.750000
#> 1786 individuals 55.083332 51.750000
#> 1787 individuals 55.083332 51.750000
#> 1788 elements 51.769169 52.805000
#> 1789 elements 52.166668 65.416664
#> 1790 elements 45.174999 59.783333
#> 1791 elements 57.366669 65.016670
#> 1792 elements 50.176388 59.496113
#> 1793 individuals 57.535278 65.994446
#> 1794 specimens 87.566666 43.799999
#> 1795 individuals 96.533890 41.953888
#> 1796 specimens 124.750000 -18.333332
#> 1797 individuals 88.833336 44.000000
#> 1798 individuals 88.833336 44.000000
#> 1799 individuals 88.833336 44.000000
#> 1800 elements 88.833336 44.000000
#> 1801 specimens 88.833336 44.000000
#> 1802 specimens 89.166664 42.916668
#> 1803 individuals 25.966667 -30.500000
#> 1804 specimens 25.936943 -29.734722
#> 1805 individuals 29.125000 -28.275000
#> 1806 individuals 29.125000 -28.275000
#> 1807 individuals 29.125000 -28.275000
#> 1808 individuals 29.076668 -28.551666
#> 1809 individuals 29.333332 -28.733334
#> 1810 <NA> 29.333332 -28.733334
#> 1811 individuals 29.125000 -28.275000
#> 1812 individuals 29.125000 -28.275000
#> 1813 specimens -21.690277 74.031670
#> 1814 specimens -21.690277 74.031670
#> 1815 specimens -21.690277 74.031670
#> 1816 specimens -21.690277 74.031670
#> 1817 individuals -21.690277 74.031670
#> 1818 specimens -21.690277 74.031670
#> 1819 specimens -21.690277 74.031670
#> 1820 specimens -21.690277 74.031670
#> 1821 specimens -21.690277 74.031670
#> 1822 specimens -21.690277 74.031670
#> 1823 specimens -21.690277 74.031670
#> 1824 specimens -21.690277 74.031670
#> 1825 specimens -21.690277 74.031670
#> 1826 specimens -21.690277 74.031670
#> 1827 specimens -21.690277 74.031670
#> 1828 specimens -21.690277 74.031670
#> 1829 specimens 16.902500 78.252220
#> 1830 specimens 15.466111 78.456947
#> 1831 individuals 48.866669 -13.500000
#> 1832 <NA> 17.211390 78.236115
#> 1833 <NA> 17.633333 78.283333
#> 1834 <NA> 16.969999 78.269997
#> 1835 <NA> 16.833332 78.500000
#> 1836 <NA> 17.633333 78.283333
#> 1837 <NA> 17.211390 78.236115
#> 1838 <NA> 16.969999 78.269997
#> 1839 <NA> 14.430000 78.620003
#> 1840 <NA> 16.969999 78.269997
#> 1841 specimens 17.633333 78.283333
#> 1842 individuals 17.633333 78.283333
#> 1843 individuals 16.969999 78.269997
#> 1844 specimens 17.633333 78.283333
#> 1845 <NA> 17.633333 78.283333
#> 1846 <NA> 16.969999 78.269997
#> 1847 specimens 17.633333 78.283333
#> 1848 specimens 17.840000 78.250000
#> 1849 specimens 17.840000 78.250000
#> 1850 specimens 15.320000 78.570000
#> 1851 specimens 15.383333 78.583336
#> 1852 specimens 17.840000 78.250000
#> 1853 specimens 17.633333 78.283333
#> 1854 specimens 15.383333 78.583336
#> 1855 specimens 15.320000 78.570000
#> 1856 specimens 17.840000 78.250000
#> 1857 specimens 17.840000 78.250000
#> 1858 specimens 16.969999 78.269997
#> 1859 specimens 15.320000 78.570000
#> 1860 specimens 18.059999 78.250000
#> 1861 specimens 15.320000 78.570000
#> 1862 individuals 48.916668 -13.416667
#> 1863 specimens 48.916668 -13.416667
#> 1864 specimens 48.916668 -13.416667
#> 1865 specimens 48.849998 -13.500000
#> 1866 <NA> 48.933334 -13.366667
#> 1867 specimens 49.083332 -13.233333
#> 1868 specimens 48.849998 -13.500000
#> 1869 specimens 48.916668 -13.416667
#> 1870 specimens 48.733334 -13.650000
#> 1871 specimens 49.049999 -13.200000
#> 1872 individuals 49.049999 -13.316667
#> 1873 specimens 48.841667 -13.500000
#> 1874 specimens 48.841667 -13.500000
#> 1875 individuals 25.166668 -31.650000
#> 1876 individuals 25.100000 -30.716667
#> 1877 individuals 24.333332 -32.400002
#> 1878 individuals 24.533333 -32.250000
#> 1879 individuals 27.626110 -28.325277
#> 1880 individuals 24.549999 -31.866667
#> 1881 individuals 26.509722 -32.106110
#> 1882 individuals 25.816668 -31.299999
#> 1883 individuals 25.816668 -31.299999
#> 1884 individuals 25.966667 -30.500000
#> 1885 specimens 25.984167 -30.508612
#> 1886 individuals 29.133333 -28.283333
#> 1887 individuals 25.997778 -30.508057
#> 1888 individuals 25.997778 -30.508057
#> 1889 individuals 26.833332 -30.416668
#> 1890 specimens 29.133333 -28.283333
#> 1891 individuals 26.883333 -31.900000
#> 1892 individuals 27.966667 -28.299999
#> 1893 individuals 26.265278 -30.420279
#> 1894 specimens 26.265278 -30.420279
#> 1895 <NA> 117.269997 31.040001
#> 1896 <NA> 117.269997 31.040001
#> 1897 <NA> 117.269997 31.040001
#> 1898 specimens 23.814722 -32.223057
#> 1899 individuals 26.509722 -32.106110
#> 1900 specimens 26.366667 -30.594444
#> 1901 <NA> 26.366667 -30.594444
#> 1902 specimens 26.833332 -29.200001
#> 1903 specimens 26.833332 -29.200001
#> 1904 specimens 27.959999 -28.181944
#> 1905 specimens 27.959999 -28.181944
#> 1906 specimens 27.959999 -28.181944
#> 1907 <NA> 27.959999 -28.181944
#> 1908 individuals 27.959999 -28.181944
#> 1909 <NA> 27.959999 -28.181944
#> 1910 individuals 26.840000 -30.420000
#> 1911 individuals 26.325001 -30.991667
#> 1912 specimens 25.799999 -30.778610
#> 1913 specimens 27.692778 -28.292500
#> 1914 individuals 27.617500 -28.327499
#> 1915 individuals 26.700001 -30.133333
#> 1916 individuals 29.076668 -28.551666
#> 1917 specimens 29.133333 -28.283333
#> 1918 individuals 25.966667 -30.500000
#> 1919 individuals -1.463889 54.728333
#> 1920 individuals -1.621111 54.622223
#> 1921 individuals 48.828609 55.017223
#> 1922 <NA> 48.828609 55.017223
#> 1923 specimens 48.828609 55.017223
#> 1924 specimens 48.828609 55.017223
#> 1925 specimens 34.950001 -10.550000
#> 1926 specimens 34.950001 -10.550000
#> 1927 individuals 34.950001 -10.550000
#> 1928 individuals -9.085602 30.826559
#> 1929 individuals -9.085602 30.826559
#> 1930 individuals -9.085602 30.826559
#> 1931 individuals -9.085602 30.826559
#> 1932 individuals -9.085602 30.826559
#> 1933 <NA> -9.085602 30.826559
#> 1934 specimens -177.000000 -85.216667
#> 1935 specimens -177.000000 -85.216667
#> 1936 individuals -68.227501 -40.871944
#> 1937 <NA> -85.503334 34.545555
#> 1938 specimens -174.833328 -85.133331
#> 1939 specimens -120.721947 54.519444
#> 1940 specimens -120.721947 54.519444
#> 1941 specimens -120.721947 54.519444
#> 1942 specimens 111.640556 31.060833
#> 1943 individuals -96.113892 37.986111
#> 1944 specimens 117.819702 31.620600
#> 1945 specimens 81.766670 24.100000
#> 1946 <NA> 46.849998 48.139999
#> 1947 individuals -2.996578 56.196320
#> 1948 specimens 45.629417 58.166656
#> 1949 specimens 45.629417 58.166656
#> 1950 specimens 45.629417 58.166656
#> 1951 specimens 45.629417 58.166656
#> 1952 specimens 48.573544 59.417416
#> 1953 specimens 8.188000 40.645000
#> 1954 specimens -97.329308 36.339088
#> 1955 <NA> -97.329308 36.339088
#> 1956 individuals -99.216667 33.766666
#> 1957 individuals 4.301111 46.950832
#> 1958 specimens -3.046121 53.355362
#> 1959 <NA> -3.046121 53.355362
#> 1960 specimens -3.046121 53.355362
#> 1961 specimens -3.046121 53.355362
#> 1962 <NA> -2.669436 53.160141
#> 1963 individuals -80.474998 40.798000
#> 1964 specimens -87.825897 40.100201
#> 1965 individuals 112.365280 34.923889
#> 1966 specimens 28.967222 -30.939722
#> 1967 individuals 24.549999 -31.866667
#> 1968 individuals 24.549999 -31.866667
#> 1969 individuals 24.703333 -32.011944
#> 1970 <NA> 24.703333 -32.011944
#> 1971 individuals 24.703333 -32.011944
#> 1972 individuals 24.703333 -32.011944
#> 1973 individuals 24.549999 -31.866667
#> 1974 <NA> 23.863333 -32.104168
#> 1975 individuals 24.288889 -32.053333
#> 1976 individuals 23.894444 -32.152779
#> 1977 <NA> 23.894444 -32.152779
#> 1978 <NA> 23.894444 -32.152779
#> 1979 specimens 23.894444 -32.152779
#> 1980 <NA> 23.894444 -32.152779
#> 1981 <NA> 23.933332 -31.416668
#> 1982 specimens 23.933332 -31.416668
#> 1983 individuals 24.573610 -31.958332
#> 1984 individuals 24.516701 -31.950001
#> 1985 individuals -64.099998 46.402779
#> 1986 individuals -106.652222 36.159443
#> 1987 individuals 13.650278 50.999722
#> 1988 individuals 3.313889 43.733612
#> 1989 individuals 39.009445 -5.046667
#> 1990 individuals 45.266666 -23.000000
#> 1991 individuals 44.416668 -24.000000
#> 1992 specimens -98.405998 34.775501
#> 1993 individuals -98.405998 34.775501
#> 1994 individuals 25.000000 -31.503889
#> 1995 individuals 24.166700 -32.116699
#> 1996 individuals 24.516701 -31.950001
#> 1997 specimens 22.433332 -31.966667
#> 1998 specimens 35.083332 -10.216667
#> 1999 individuals -54.165001 -31.838888
#> 2000 specimens -54.165001 -31.838888
#> 2001 specimens 24.424999 -32.101391
#> 2002 specimens 110.883331 37.433334
#> 2003 specimens 110.815926 37.412758
#> 2004 <NA> 112.396103 34.937599
#> 2005 <NA> 112.396103 34.937599
#> 2006 <NA> 112.396103 34.937599
#> 2007 specimens 112.396103 34.937599
#> 2008 <NA> 112.396103 34.937599
#> 2009 specimens 112.396103 34.937599
#> 2010 specimens 112.396103 34.937599
#> 2011 specimens 112.396103 34.937599
#> 2012 specimens 112.396103 34.937599
#> 2013 specimens 112.396103 34.937599
#> 2014 <NA> 27.951668 -16.524445
#> 2015 <NA> 27.951668 -16.524445
#> 2016 <NA> 27.951668 -16.524445
#> 2017 <NA> 27.951668 -16.524445
#> 2018 <NA> 27.951668 -16.524445
#> 2019 <NA> 27.951668 -16.524445
#> 2020 individuals 22.553888 -32.387501
#> 2021 individuals 22.439444 -32.627499
#> 2022 specimens 35.088890 -10.383333
#> 2023 specimens 35.098888 -10.377222
#> 2024 <NA> 88.833336 44.000000
#> 2025 <NA> -98.341103 33.715099
#> 2026 <NA> -106.599998 36.200001
#> 2027 <NA> -106.639442 36.157223
#> 2028 <NA> -64.459442 45.412777
#> 2029 <NA> 111.640556 31.060833
#> 2030 <NA> -6.700000 54.799999
#> 2031 <NA> -80.050003 40.540001
#> 2032 <NA> -3.210000 55.980000
#> 2033 <NA> -92.333336 41.316666
#> 2034 <NA> -92.333336 41.316666
#> 2035 specimens 87.129997 23.620001
#> 2036 individuals 22.014444 -32.147778
#> 2037 <NA> 25.042221 -32.651669
#> 2038 <NA> 21.478001 -31.888000
#> 2039 <NA> 22.366667 -32.150555
#> 2040 <NA> 22.366667 -32.150555
#> 2041 <NA> 21.620001 -32.198891
#> 2042 individuals 22.014444 -32.147778
#> 2043 <NA> -3.616200 55.905800
#> 2044 <NA> -3.148056 55.877777
#> 2045 <NA> -3.616200 55.905800
#> 2046 <NA> 22.014444 -32.147778
#> 2047 <NA> 22.014444 -32.147778
#> 2048 <NA> 22.014444 -32.147778
#> 2049 <NA> 22.014444 -32.147778
#> 2050 <NA> 22.014444 -32.147778
#> 2051 individuals 22.014444 -32.147778
#> 2052 <NA> 22.014444 -32.147778
#> 2053 individuals 22.014444 -32.147778
#> 2054 individuals 22.014444 -32.147778
#> 2055 individuals 22.014444 -32.147778
#> 2056 <NA> 22.014444 -32.147778
#> 2057 <NA> 23.200001 -31.616667
#> 2058 individuals 23.200001 -31.616667
#> 2059 <NA> 23.200001 -31.616667
#> 2060 individuals 23.200001 -31.616667
#> 2061 <NA> 23.200001 -31.616667
#> 2062 <NA> 23.200001 -31.616667
#> 2063 <NA> 23.200001 -31.616667
#> 2064 <NA> 23.200001 -31.616667
#> 2065 individuals 23.200001 -31.616667
#> 2066 <NA> 23.200001 -31.616667
#> 2067 individuals 23.200001 -31.616667
#> 2068 individuals 23.200001 -31.616667
#> 2069 individuals 23.200001 -31.616667
#> 2070 individuals 23.200001 -31.616667
#> 2071 <NA> 23.200001 -31.616667
#> 2072 individuals 23.200001 -31.616667
#> 2073 individuals 23.200001 -31.616667
#> 2074 <NA> 23.200001 -31.616667
#> 2075 <NA> 23.200001 -31.616667
#> 2076 <NA> 23.200001 -31.616667
#> 2077 <NA> 24.549999 -31.866667
#> 2078 <NA> 24.549999 -31.866667
#> 2079 <NA> 24.549999 -31.866667
#> 2080 <NA> 24.549999 -31.866667
#> 2081 <NA> 24.549999 -31.866667
#> 2082 <NA> 24.466667 -32.099998
#> 2083 individuals 24.466667 -32.099998
#> 2084 individuals 24.466667 -32.099998
#> 2085 individuals 24.466667 -32.099998
#> 2086 individuals 24.466667 -32.099998
#> 2087 <NA> 24.466667 -32.099998
#> 2088 individuals 24.466667 -32.099998
#> 2089 individuals 24.466667 -32.099998
#> 2090 <NA> 24.466667 -32.099998
#> 2091 <NA> -3.130000 55.910000
#> 2092 <NA> -3.616200 55.905800
#> 2093 <NA> -3.130000 55.910000
#> 2094 specimens 24.424999 -32.101391
#> 2095 <NA> 24.424999 -32.101391
#> 2096 individuals 24.424999 -32.101391
#> 2097 <NA> 24.424999 -32.101391
#> 2098 individuals 24.424999 -32.101391
#> 2099 <NA> 24.424999 -32.101391
#> 2100 <NA> 24.424999 -32.101391
#> 2101 <NA> 24.424999 -32.101391
#> 2102 <NA> 24.424999 -32.101391
#> 2103 <NA> 24.424999 -32.101391
#> 2104 individuals 24.424999 -32.101391
#> 2105 <NA> 24.424999 -32.101391
#> 2106 individuals 24.424999 -32.101391
#> 2107 <NA> 24.424999 -32.101391
#> 2108 <NA> 24.424999 -32.101391
#> 2109 <NA> 24.424999 -32.101391
#> 2110 <NA> 46.634998 61.191113
#> 2111 individuals 23.120832 -31.404167
#> 2112 individuals 23.120832 -31.404167
#> 2113 individuals 23.120832 -31.404167
#> 2114 <NA> 23.120832 -31.404167
#> 2115 <NA> 23.120832 -31.404167
#> 2116 <NA> 23.120832 -31.404167
#> 2117 <NA> 23.120832 -31.404167
#> 2118 individuals 23.120832 -31.404167
#> 2119 <NA> 23.120832 -31.404167
#> 2120 individuals 23.120832 -31.404167
#> 2121 individuals 23.120832 -31.404167
#> 2122 individuals 23.120832 -31.404167
#> 2123 individuals 23.120832 -31.404167
#> 2124 individuals 23.120832 -31.404167
#> 2125 <NA> 46.634998 61.191113
#> 2126 <NA> 46.634998 61.191113
#> 2127 <NA> 46.634998 61.191113
#> 2128 <NA> 46.634998 61.191113
#> 2129 individuals 24.573610 -31.958332
#> 2130 individuals 24.573610 -31.958332
#> 2131 <NA> 24.573610 -31.958332
#> 2132 <NA> 24.573610 -31.958332
#> 2133 individuals 24.573610 -31.958332
#> 2134 <NA> 24.573610 -31.958332
#> 2135 <NA> 24.573610 -31.958332
#> 2136 individuals 24.573610 -31.958332
#> 2137 individuals 24.573610 -31.958332
#> 2138 <NA> 24.573610 -31.958332
#> 2139 <NA> -3.438370 55.161156
#> 2140 <NA> -3.438370 55.161156
#> 2141 <NA> -3.438370 55.161156
#> 2142 <NA> -3.438370 55.161156
#> 2143 <NA> 24.573610 -31.958332
#> 2144 individuals 24.573610 -31.958332
#> 2145 individuals 24.573610 -31.958332
#> 2146 individuals 24.573610 -31.958332
#> 2147 individuals 24.573610 -31.958332
#> 2148 <NA> 24.573610 -31.958332
#> 2149 individuals 24.573610 -31.958332
#> 2150 <NA> 24.573610 -31.958332
#> 2151 <NA> 27.100000 -31.133333
#> 2152 <NA> 27.100000 -31.133333
#> 2153 <NA> 27.100000 -31.133333
#> 2154 <NA> 27.100000 -31.133333
#> 2155 individuals 27.100000 -31.133333
#> 2156 <NA> 27.100000 -31.133333
#> 2157 individuals 27.100000 -31.133333
#> 2158 <NA> 27.100000 -31.133333
#> 2159 <NA> 23.888889 -31.908056
#> 2160 <NA> 23.888889 -31.908056
#> 2161 individuals 23.888889 -31.908056
#> 2162 individuals 23.888889 -31.908056
#> 2163 <NA> 23.888889 -31.908056
#> 2164 <NA> 23.888889 -31.908056
#> 2165 <NA> 23.888889 -31.908056
#> 2166 <NA> 23.888889 -31.908056
#> 2167 <NA> 23.888889 -31.908056
#> 2168 individuals 23.888889 -31.908056
#> 2169 individuals 23.888889 -31.908056
#> 2170 individuals 24.533333 -32.250000
#> 2171 individuals 24.533333 -32.250000
#> 2172 <NA> 24.533333 -32.250000
#> 2173 individuals 24.533333 -32.250000
#> 2174 <NA> 24.533333 -32.250000
#> 2175 <NA> 24.533333 -32.250000
#> 2176 <NA> 24.533333 -32.250000
#> 2177 <NA> 24.533333 -32.250000
#> 2178 <NA> 24.533333 -32.250000
#> 2179 <NA> 24.533333 -32.250000
#> 2180 <NA> 24.533333 -32.250000
#> 2181 individuals 24.533333 -32.250000
#> 2182 individuals 24.533333 -32.250000
#> 2183 individuals 24.533333 -32.250000
#> 2184 <NA> 24.533333 -32.250000
#> 2185 <NA> 24.533333 -32.250000
#> 2186 individuals 22.049999 -33.216667
#> 2187 <NA> 22.049999 -33.216667
#> 2188 individuals 22.049999 -33.216667
#> 2189 <NA> 22.049999 -33.216667
#> 2190 individuals 22.049999 -33.216667
#> 2191 individuals 26.616667 -32.766666
#> 2192 individuals 26.616667 -32.766666
#> 2193 individuals 26.616667 -32.766666
#> 2194 individuals 26.616667 -32.766666
#> 2195 <NA> -3.148056 55.877777
#> 2196 <NA> -3.350000 56.116600
#> 2197 specimens 86.883331 23.630556
#> 2198 specimens 86.883331 23.630556
#> 2199 specimens 86.887497 23.647223
#> 2200 specimens 86.875000 23.636110
#> 2201 specimens 86.887497 23.647223
#> 2202 individuals 86.983330 23.666668
#> 2203 <NA> -1.714300 53.762600
#> 2204 <NA> -3.148056 55.877777
#> 2205 specimens 86.908333 23.638889
#> 2206 specimens 86.887497 23.647223
#> 2207 specimens 86.887497 23.647223
#> 2208 specimens 86.887497 23.647223
#> 2209 individuals -1.575000 52.375000
#> 2210 individuals 26.616667 -32.766666
#> 2211 <NA> -60.271000 46.168999
#> 2212 <NA> -60.271000 46.168999
#> 2213 individuals 23.700001 -31.883333
#> 2214 individuals 23.700001 -31.883333
#> 2215 <NA> 23.700001 -31.883333
#> 2216 <NA> 23.700001 -31.883333
#> 2217 <NA> 23.700001 -31.883333
#> 2218 <NA> 23.700001 -31.883333
#> 2219 <NA> 23.700001 -31.883333
#> 2220 <NA> -111.989998 40.410000
#> 2221 <NA> 88.881111 43.316944
#> 2222 <NA> 88.883331 44.083332
#> 2223 <NA> 98.583336 39.266666
#> 2224 <NA> 22.681110 -31.295555
#> 2225 <NA> 22.681110 -31.295555
#> 2226 <NA> 22.681110 -31.295555
#> 2227 individuals 22.681110 -31.295555
#> 2228 <NA> 22.681110 -31.295555
#> 2229 <NA> 22.681110 -31.295555
#> 2230 <NA> 22.681110 -31.295555
#> 2231 <NA> 22.681110 -31.295555
#> 2232 individuals 22.681110 -31.295555
#> 2233 individuals 22.681110 -31.295555
#> 2234 individuals 22.681110 -31.295555
#> 2235 individuals 22.681110 -31.295555
#> 2236 <NA> 22.681110 -31.295555
#> 2237 <NA> 22.681110 -31.295555
#> 2238 specimens 22.681110 -31.295555
#> 2239 <NA> 22.681110 -31.295555
#> 2240 <NA> 22.681110 -31.295555
#> 2241 <NA> 22.681110 -31.295555
#> 2242 <NA> 24.533333 -32.250000
#> 2243 <NA> 23.966110 -31.942499
#> 2244 <NA> 23.966110 -31.942499
#> 2245 <NA> 23.966110 -31.942499
#> 2246 <NA> 23.966110 -31.942499
#> 2247 <NA> 23.966110 -31.942499
#> 2248 <NA> 23.966110 -31.942499
#> 2249 <NA> 23.966110 -31.942499
#> 2250 <NA> 24.533333 -32.250000
#> 2251 <NA> 22.366199 -32.423100
#> 2252 <NA> 22.366199 -32.423100
#> 2253 individuals 22.366199 -32.423100
#> 2254 <NA> 22.366199 -32.423100
#> 2255 <NA> 22.366199 -32.423100
#> 2256 individuals 23.200001 -31.616667
#> 2257 specimens 21.315962 50.868347
#> 2258 specimens 21.195227 50.959061
#> 2259 specimens 21.195227 50.959061
#> 2260 specimens 21.195227 50.959061
#> 2261 specimens 21.195227 50.959061
#> 2262 specimens 21.195227 50.959061
#> 2263 specimens 21.195227 50.959061
#> 2264 specimens 21.195227 50.959061
#> 2265 specimens 21.195227 50.959061
#> 2266 specimens 21.195227 50.959061
#> 2267 specimens 21.195227 50.959061
#> 2268 specimens 21.195227 50.959061
#> 2269 <NA> 21.195227 50.959061
#> 2270 <NA> 21.195227 50.959061
#> 2271 <NA> -7.203734 52.806236
#> 2272 individuals 24.549999 -31.866667
#> 2273 individuals 24.549999 -31.866667
#> 2274 individuals 24.549999 -31.866667
#> 2275 individuals 24.549999 -31.866667
#> 2276 individuals 24.549999 -31.866667
#> 2277 individuals 24.549999 -31.866667
#> 2278 individuals 24.549999 -31.866667
#> 2279 individuals 24.549999 -31.866667
#> 2280 individuals 24.549999 -31.866667
#> 2281 individuals 24.549999 -31.866667
#> 2282 <NA> -3.126800 55.910568
#> 2283 <NA> -3.148056 55.877777
#> 2284 individuals 24.549999 -31.866667
#> 2285 individuals 24.549999 -31.866667
#> 2286 <NA> 24.549999 -31.866667
#> 2287 individuals 24.549999 -31.866667
#> 2288 individuals 24.549999 -31.866667
#> 2289 <NA> 24.549999 -31.866667
#> 2290 <NA> 24.549999 -31.866667
#> 2291 individuals 24.549999 -31.866667
#> 2292 <NA> 24.549999 -31.866667
#> 2293 individuals 24.549999 -31.866667
#> 2294 individuals -98.405998 34.775501
#> 2295 <NA> 7.252115 51.316868
#> 2296 <NA> -3.130000 55.910000
#> 2297 <NA> -3.835925 55.735779
#> 2298 <NA> -64.451584 45.698090
#> 2299 <NA> -7.203734 52.806236
#> 2300 <NA> -2.135361 53.845917
#> 2301 <NA> -2.996578 56.196320
#> 2302 <NA> -62.674999 45.565556
#> 2303 <NA> 13.207222 49.713055
#> 2304 <NA> -1.447102 55.047085
#> 2305 <NA> -7.203734 52.806236
#> 2306 <NA> -93.767746 35.293682
#> 2307 <NA> -80.612236 40.989132
#> 2308 <NA> -80.673332 40.567780
#> 2309 <NA> -80.769684 40.370838
#> 2310 <NA> 147.383331 -23.933332
#> 2311 <NA> -115.818565 39.582539
#> 2312 <NA> -7.203734 52.806236
#> 2313 <NA> -3.161183 55.895840
#> 2314 <NA> -80.879997 37.660000
#> 2315 <NA> -88.966667 37.549999
#> 2316 <NA> -79.848999 39.571999
#> 2317 <NA> -80.879997 37.660000
#> 2318 <NA> -80.879997 37.660000
#> 2319 <NA> -60.271000 46.168999
#> 2320 <NA> -61.032768 46.550320
#> 2321 <NA> -90.213020 38.554279
#> 2322 <NA> -2.680268 53.523235
#> 2323 <NA> -4.035153 55.740074
#> 2324 <NA> -4.035153 55.740074
#> 2325 <NA> -4.035153 55.740074
#> 2326 <NA> -3.148056 55.877777
#> 2327 <NA> -80.879997 37.660000
#> 2328 <NA> -3.350000 56.116600
#> 2329 <NA> -3.136601 56.033024
#> 2330 specimens 22.000000 -32.366669
#> 2331 specimens 22.000000 -32.366669
#> 2332 specimens 21.980278 -32.773609
#> 2333 individuals 22.033333 -32.905556
#> 2334 individuals 22.033333 -32.905556
#> 2335 specimens 22.076668 -32.312500
#> 2336 <NA> 22.076668 -32.312500
#> 2337 specimens 22.105556 -32.075001
#> 2338 <NA> 22.105556 -32.075001
#> 2339 <NA> 22.105556 -32.075001
#> 2340 <NA> 22.105556 -32.075001
#> 2341 <NA> 22.105556 -32.075001
#> 2342 <NA> 22.105556 -32.075001
#> 2343 <NA> 22.105556 -32.075001
#> 2344 <NA> 22.105556 -32.075001
#> 2345 specimens 22.105556 -32.075001
#> 2346 <NA> 21.980278 -32.773609
#> 2347 specimens 22.483299 -33.049999
#> 2348 individuals 22.170500 -32.486198
#> 2349 specimens 22.030001 -33.225277
#> 2350 specimens 20.859167 -33.195000
#> 2351 specimens 22.600000 -33.016701
#> 2352 specimens 22.266600 -32.716599
#> 2353 specimens 22.433332 -31.966667
#> 2354 specimens 22.433332 -31.966667
#> 2355 individuals 23.766666 -31.950001
#> 2356 <NA> -1.842518 54.489410
#> 2357 <NA> -1.391069 53.084061
#> 2358 individuals 24.215555 -32.043331
#> 2359 <NA> -2.491449 52.635601
#> 2360 <NA> -3.041858 56.185036
#> 2361 <NA> -3.973626 55.734921
#> 2362 <NA> -3.999864 54.842087
#> 2363 <NA> -4.055995 55.778423
#> 2364 <NA> -2.138221 52.990681
#> 2365 <NA> -2.161343 52.999149
#> 2366 <NA> -80.612236 40.989132
#> 2367 specimens 34.166668 -10.700000
#> 2368 specimens 34.166668 -10.700000
#> 2369 specimens 34.166668 -10.700000
#> 2370 specimens 34.166668 -10.700000
#> 2371 specimens 34.166668 -10.700000
#> 2372 <NA> 34.166668 -10.700000
#> 2373 specimens 34.166668 -10.700000
#> 2374 specimens 34.166668 -10.700000
#> 2375 <NA> 34.166668 -10.700000
#> 2376 <NA> 34.166668 -10.700000
#> 2377 specimens 34.166668 -10.700000
#> 2378 specimens 34.166668 -10.700000
#> 2379 specimens 34.166668 -10.700000
#> 2380 specimens 54.706669 57.813332
#> 2381 specimens 54.706669 57.813332
#> 2382 individuals 53.632500 52.510834
#> 2383 specimens 21.663889 -32.234722
#> 2384 individuals 24.609301 -31.979300
#> 2385 specimens 23.930279 -31.412500
#> 2386 specimens 24.961390 -32.309444
#> 2387 individuals 24.533333 -32.250000
#> 2388 individuals 24.590279 -31.820000
#> 2389 individuals 23.933332 -31.416668
#> 2390 specimens 20.861111 -33.199722
#> 2391 individuals 21.868055 -32.887501
#> 2392 individuals 22.150200 -32.544998
#> 2393 individuals 22.150200 -32.544998
#> 2394 specimens 32.083332 -12.266667
#> 2395 individuals 20.915277 -31.336390
#> 2396 individuals 29.683300 -29.616699
#> 2397 <NA> 29.683300 -29.616699
#> 2398 <NA> 29.683300 -29.616699
#> 2399 specimens 21.549999 -33.066666
#> 2400 <NA> 24.849443 -32.007778
#> 2401 <NA> 24.849443 -32.007778
#> 2402 individuals 24.849443 -32.007778
#> 2403 <NA> 24.849443 -32.007778
#> 2404 <NA> 24.849443 -32.007778
#> 2405 <NA> 24.849443 -32.007778
#> 2406 <NA> 24.849443 -32.007778
#> 2407 <NA> 24.849443 -32.007778
#> 2408 <NA> 24.849443 -32.007778
#> 2409 <NA> 24.598057 -31.912779
#> 2410 <NA> 24.598057 -31.912779
#> 2411 <NA> 24.598057 -31.912779
#> 2412 individuals 24.598057 -31.912779
#> 2413 individuals 24.598057 -31.912779
#> 2414 individuals 24.598057 -31.912779
#> 2415 individuals 24.598057 -31.912779
#> 2416 individuals 24.598057 -31.912779
#> 2417 individuals 24.598057 -31.912779
#> 2418 <NA> 22.366199 -32.423100
#> 2419 <NA> 22.366199 -32.423100
#> 2420 <NA> 24.215555 -32.043331
#> 2421 <NA> 24.215555 -32.043331
#> 2422 <NA> 24.215555 -32.043331
#> 2423 <NA> 24.215555 -32.043331
#> 2424 <NA> 24.215555 -32.043331
#> 2425 <NA> 24.215555 -32.043331
#> 2426 <NA> 24.215555 -32.043331
#> 2427 <NA> 24.215555 -32.043331
#> 2428 <NA> 24.215555 -32.043331
#> 2429 <NA> 24.215555 -32.043331
#> 2430 <NA> 24.215555 -32.043331
#> 2431 <NA> 24.215555 -32.043331
#> 2432 <NA> 24.215555 -32.043331
#> 2433 individuals 24.215555 -32.043331
#> 2434 <NA> 24.215555 -32.043331
#> 2435 <NA> 24.215555 -32.043331
#> 2436 <NA> 24.215555 -32.043331
#> 2437 specimens 22.000000 -32.366669
#> 2438 specimens 23.776388 -32.961666
#> 2439 individuals 21.980101 -32.494801
#> 2440 individuals 22.170500 -32.486198
#> 2441 individuals 22.191299 -32.442902
#> 2442 individuals 21.225000 -32.108334
#> 2443 individuals 21.506701 -32.740101
#> 2444 specimens 22.150200 -32.544998
#> 2445 specimens 21.233334 -32.883331
#> 2446 specimens 23.483299 -31.966700
#> 2447 specimens 23.483299 -31.966700
#> 2448 specimens 23.483299 -31.966700
#> 2449 <NA> 23.483299 -31.966700
#> 2450 <NA> 23.483299 -31.966700
#> 2451 <NA> 23.483299 -31.966700
#> 2452 <NA> 23.483299 -31.966700
#> 2453 <NA> 23.483299 -31.966700
#> 2454 <NA> -7.203734 52.806236
#> 2455 <NA> -4.035153 55.740074
#> 2456 <NA> 13.395000 49.814999
#> 2457 <NA> -60.266666 46.290001
#> 2458 individuals -98.650002 33.583332
#> 2459 <NA> -98.777206 33.426460
#> 2460 <NA> -98.000000 33.000000
#> 2461 <NA> -98.627838 33.655510
#> 2462 <NA> 24.849443 -32.007778
#> 2463 <NA> -98.910736 33.301155
#> 2464 <NA> -98.777206 33.426460
#> 2465 <NA> -98.777496 33.449722
#> 2466 specimens -98.369720 33.608334
#> 2467 <NA> -105.991135 33.018906
#> 2468 <NA> -81.605141 39.289009
#> 2469 <NA> -98.258888 33.473888
#> 2470 individuals 24.346666 -32.236389
#> 2471 individuals 24.346666 -32.236389
#> 2472 individuals 23.120832 -31.404167
#> 2473 <NA> 25.700277 -32.115555
#> 2474 <NA> 25.700277 -32.115555
#> 2475 <NA> 25.700277 -32.115555
#> 2476 <NA> 25.700277 -32.115555
#> 2477 <NA> 24.554167 -32.160000
#> 2478 individuals 24.554167 -32.160000
#> 2479 <NA> 24.554167 -32.160000
#> 2480 individuals 24.554167 -32.160000
#> 2481 individuals 23.888889 -31.908056
#> 2482 <NA> -106.398697 35.011879
#> 2483 <NA> 13.675000 50.209999
#> 2484 <NA> 10.502759 50.866585
#> 2485 <NA> 12.925204 51.199074
#> 2486 <NA> 11.964779 51.593925
#> 2487 <NA> 11.886034 51.632187
#> 2488 <NA> 10.856530 50.666248
#> 2489 <NA> 14.442950 50.417114
#> 2490 <NA> 10.453702 50.877323
#> 2491 <NA> -7.203734 52.806236
#> 2492 <NA> -7.203734 52.806236
#> 2493 <NA> -7.203734 52.806236
#> 2494 <NA> 26.738056 -32.550835
#> 2495 <NA> 26.738056 -32.550835
#> 2496 <NA> -7.203734 52.806236
#> 2497 <NA> 22.451668 -32.453335
#> 2498 <NA> 22.451668 -32.453335
#> 2499 <NA> 24.288889 -32.053333
#> 2500 <NA> 24.288889 -32.053333
#> 2501 <NA> 24.288889 -32.053333
#> 2502 <NA> 24.288889 -32.053333
#> 2503 <NA> 4.291074 46.940742
#> 2504 <NA> 24.288889 -32.053333
#> 2505 individuals 24.288889 -32.053333
#> 2506 <NA> 24.288889 -32.053333
#> 2507 individuals 24.288889 -32.053333
#> 2508 individuals 24.288889 -32.053333
#> 2509 individuals 24.288889 -32.053333
#> 2510 <NA> 24.533333 -32.250000
#> 2511 individuals 25.139168 -32.582500
#> 2512 <NA> 25.139168 -32.582500
#> 2513 <NA> 25.139168 -32.582500
#> 2514 individuals 25.139168 -32.582500
#> 2515 individuals 25.139168 -32.582500
#> 2516 <NA> 24.467777 -31.262222
#> 2517 <NA> 24.441111 -32.076668
#> 2518 individuals 24.441111 -32.076668
#> 2519 individuals 24.441111 -32.076668
#> 2520 individuals 24.441111 -32.076668
#> 2521 individuals 24.441111 -32.076668
#> 2522 individuals 24.441111 -32.076668
#> 2523 <NA> 24.441111 -32.076668
#> 2524 <NA> 24.441111 -32.076668
#> 2525 <NA> 22.433332 -31.966667
#> 2526 <NA> 22.433332 -31.966667
#> 2527 <NA> 22.433332 -31.966667
#> 2528 <NA> 22.433332 -31.966667
#> 2529 individuals 22.433332 -31.966667
#> 2530 individuals 22.433332 -31.966667
#> 2531 individuals 22.433332 -31.966667
#> 2532 individuals 22.433332 -31.966667
#> 2533 individuals 22.433332 -31.966667
#> 2534 individuals 22.433332 -31.966667
#> 2535 <NA> 22.433332 -31.966667
#> 2536 <NA> 22.433332 -31.966667
#> 2537 <NA> 22.433332 -31.966667
#> 2538 <NA> 22.433332 -31.966667
#> 2539 <NA> 22.433332 -31.966667
#> 2540 <NA> 22.433332 -31.966667
#> 2541 <NA> 22.433332 -31.966667
#> 2542 <NA> 22.433332 -31.966667
#> 2543 individuals 22.433332 -31.966667
#> 2544 <NA> 24.549999 -31.866667
#> 2545 <NA> 22.366199 -32.423100
#> 2546 <NA> 22.681110 -31.295555
#> 2547 <NA> 22.681110 -31.295555
#> 2548 <NA> -106.652222 36.159443
#> 2549 specimens 24.961390 -32.309444
#> 2550 <NA> 24.961390 -32.309444
#> 2551 individuals 24.961390 -32.309444
#> 2552 <NA> 22.016666 -32.966667
#> 2553 <NA> 22.016666 -32.966667
#> 2554 <NA> 22.016666 -32.966667
#> 2555 <NA> 22.016666 -32.966667
#> 2556 specimens 22.016666 -32.966667
#> 2557 specimens 22.016666 -32.966667
#> 2558 <NA> 22.016666 -32.966667
#> 2559 <NA> 22.016666 -32.966667
#> 2560 <NA> 22.016666 -32.966667
#> 2561 <NA> 22.016666 -32.966667
#> 2562 <NA> 22.016666 -32.966667
#> 2563 <NA> 24.544722 -32.261665
#> 2564 individuals 24.544722 -32.261665
#> 2565 <NA> 22.553888 -32.387501
#> 2566 <NA> 22.553888 -32.387501
#> 2567 <NA> 22.553888 -32.387501
#> 2568 individuals 22.553888 -32.387501
#> 2569 individuals 22.553888 -32.387501
#> 2570 <NA> 22.553888 -32.387501
#> 2571 individuals 22.553888 -32.387501
#> 2572 specimens 22.553888 -32.387501
#> 2573 individuals 22.553888 -32.387501
#> 2574 individuals 22.553888 -32.387501
#> 2575 individuals 22.553888 -32.387501
#> 2576 <NA> 22.553888 -32.387501
#> 2577 <NA> 22.553888 -32.387501
#> 2578 <NA> 22.553888 -32.387501
#> 2579 <NA> 23.528334 -31.923889
#> 2580 <NA> 23.528334 -31.923889
#> 2581 <NA> 23.528334 -31.923889
#> 2582 <NA> 23.528334 -31.923889
#> 2583 <NA> 23.528334 -31.923889
#> 2584 <NA> 23.528334 -31.923889
#> 2585 <NA> 23.528334 -31.923889
#> 2586 <NA> 23.528334 -31.923889
#> 2587 <NA> 23.528334 -31.923889
#> 2588 <NA> 23.528334 -31.923889
#> 2589 <NA> -105.836998 38.448879
#> 2590 <NA> -105.836998 38.448879
#> 2591 <NA> -80.673332 40.567780
#> 2592 <NA> -80.673332 40.567780
#> 2593 <NA> -80.673332 40.567780
#> 2594 <NA> -80.673332 40.567780
#> 2595 <NA> 13.207222 49.713055
#> 2596 <NA> -80.474998 40.796112
#> 2597 specimens 13.207222 49.713055
#> 2598 <NA> 13.207222 49.713055
#> 2599 <NA> 13.207222 49.713055
#> 2600 <NA> 4.387342 46.696396
#> 2601 <NA> 4.302778 46.984165
#> 2602 <NA> -87.825897 40.100201
#> 2603 <NA> -79.788071 40.406403
#> 2604 <NA> -98.316666 35.971111
#> 2605 <NA> 102.131386 19.951668
#> 2606 <NA> 102.131386 19.951668
#> 2607 <NA> 102.131386 19.951668
#> 2608 <NA> -99.557777 33.731667
#> 2609 <NA> -99.574448 33.721668
#> 2610 <NA> -99.548615 33.757500
#> 2611 <NA> -99.548615 33.757500
#> 2612 <NA> -99.548615 33.757500
#> 2613 <NA> -99.548615 33.757500
#> 2614 <NA> -99.548615 33.757500
#> 2615 <NA> -99.548615 33.757500
#> 2616 <NA> -99.571114 33.667500
#> 2617 <NA> -99.571114 33.667500
#> 2618 <NA> -99.571114 33.667500
#> 2619 <NA> -99.571114 33.667500
#> 2620 <NA> 29.778610 -28.986668
#> 2621 <NA> 29.778610 -28.986668
#> 2622 <NA> -99.571114 33.667500
#> 2623 <NA> -99.571114 33.667500
#> 2624 <NA> -99.576942 33.676109
#> 2625 <NA> -99.575836 33.665001
#> 2626 <NA> -99.558334 33.816666
#> 2627 <NA> -99.558334 33.816666
#> 2628 <NA> -99.558334 33.816666
#> 2629 <NA> -99.558334 33.816666
#> 2630 <NA> -99.558334 33.816666
#> 2631 <NA> 22.582779 -32.350277
#> 2632 <NA> 22.582779 -32.350277
#> 2633 <NA> 22.582779 -32.350277
#> 2634 <NA> 22.582779 -32.350277
#> 2635 <NA> 22.582779 -32.350277
#> 2636 individuals 22.582779 -32.350277
#> 2637 individuals 22.582779 -32.350277
#> 2638 <NA> 22.582779 -32.350277
#> 2639 individuals 22.582779 -32.350277
#> 2640 <NA> 24.933332 -31.916668
#> 2641 <NA> 24.933332 -31.916668
#> 2642 <NA> 24.933332 -31.916668
#> 2643 <NA> 24.933332 -31.916668
#> 2644 <NA> 23.998333 -31.931667
#> 2645 <NA> -99.599998 33.703335
#> 2646 <NA> -99.599998 33.703335
#> 2647 <NA> -99.599998 33.703335
#> 2648 <NA> -99.599998 33.703335
#> 2649 <NA> -99.599998 33.703335
#> 2650 <NA> -99.599998 33.703335
#> 2651 <NA> -99.599998 33.703335
#> 2652 <NA> -99.599998 33.703335
#> 2653 <NA> -99.586945 33.737221
#> 2654 <NA> -99.586945 33.737221
#> 2655 <NA> -99.586945 33.737221
#> 2656 <NA> -99.586945 33.737221
#> 2657 <NA> -99.558334 33.816666
#> 2658 <NA> -99.250000 33.599998
#> 2659 <NA> -99.250000 33.599998
#> 2660 <NA> -99.250000 33.599998
#> 2661 <NA> -99.250000 33.599998
#> 2662 <NA> -99.250000 33.599998
#> 2663 <NA> 23.341667 -32.289165
#> 2664 <NA> 23.341667 -32.289165
#> 2665 <NA> 24.549999 -31.866667
#> 2666 <NA> 24.546667 -32.136665
#> 2667 <NA> 25.020000 -31.509722
#> 2668 <NA> 25.020000 -31.509722
#> 2669 <NA> -80.673332 40.567780
#> 2670 <NA> -80.673332 40.567780
#> 2671 <NA> -80.673332 40.567780
#> 2672 <NA> -81.331436 39.796654
#> 2673 <NA> -88.139999 41.267223
#> 2674 <NA> -80.657288 40.044140
#> 2675 individuals -97.406097 35.162601
#> 2676 <NA> -99.266670 33.700001
#> 2677 <NA> -99.316666 33.750000
#> 2678 <NA> -99.216667 33.766666
#> 2679 <NA> -80.599998 39.766666
#> 2680 <NA> -87.825897 40.100201
#> 2681 <NA> -80.642616 39.704937
#> 2682 individuals -1.521380 55.105228
#> 2683 <NA> -1.714300 53.762600
#> 2684 <NA> 13.638056 51.018612
#> 2685 <NA> 13.207222 49.713055
#> 2686 <NA> -64.451385 45.698612
#> 2687 <NA> -98.787781 34.189720
#> 2688 <NA> -96.145630 38.870136
#> 2689 <NA> 13.207222 49.713055
#> 2690 <NA> -99.216667 33.766666
#> 2691 <NA> -80.673332 40.567780
#> 2692 <NA> -80.673332 40.567780
#> 2693 specimens -98.650002 33.583332
#> 2694 <NA> 13.207222 49.713055
#> 2695 <NA> 4.387342 46.696396
#> 2696 <NA> 13.207222 49.713055
#> 2697 <NA> 4.387342 46.696396
#> 2698 individuals -1.521380 55.105228
#> 2699 <NA> -2.138221 52.990681
#> 2700 <NA> -80.673332 40.567780
#> 2701 <NA> -80.673332 40.567780
#> 2702 <NA> 13.670425 50.987778
#> 2703 <NA> 25.997778 -30.508057
#> 2704 <NA> 25.997778 -30.508057
#> 2705 individuals 25.997778 -30.508057
#> 2706 <NA> 25.997778 -30.508057
#> 2707 <NA> 25.997778 -30.508057
#> 2708 <NA> 24.516701 -31.950001
#> 2709 individuals 24.516701 -31.950001
#> 2710 <NA> 24.516701 -31.950001
#> 2711 <NA> 24.516701 -31.950001
#> 2712 <NA> 24.516701 -31.950001
#> 2713 individuals 24.516701 -31.950001
#> 2714 <NA> 24.516701 -31.950001
#> 2715 <NA> 24.516701 -31.950001
#> 2716 <NA> 24.516701 -31.950001
#> 2717 <NA> 26.106388 -32.686668
#> 2718 <NA> 110.430557 40.653889
#> 2719 individuals 24.590279 -31.820000
#> 2720 individuals 24.590279 -31.820000
#> 2721 individuals 24.590279 -31.820000
#> 2722 <NA> 24.590279 -31.820000
#> 2723 individuals 24.590279 -31.820000
#> 2724 individuals 24.590279 -31.820000
#> 2725 individuals 24.590279 -31.820000
#> 2726 <NA> 24.590279 -31.820000
#> 2727 individuals 24.166668 -32.049721
#> 2728 <NA> 26.627501 -32.768612
#> 2729 <NA> 24.166668 -32.049721
#> 2730 <NA> 21.686111 -32.985001
#> 2731 individuals 21.686111 -32.985001
#> 2732 <NA> 21.686111 -32.985001
#> 2733 individuals 21.686111 -32.985001
#> 2734 individuals 21.686111 -32.985001
#> 2735 individuals 21.686111 -32.985001
#> 2736 <NA> 24.533333 -32.250000
#> 2737 <NA> 25.066944 -30.695000
#> 2738 individuals 25.416668 -32.500000
#> 2739 <NA> 25.416668 -32.500000
#> 2740 individuals 25.416668 -32.500000
#> 2741 <NA> 25.416668 -32.500000
#> 2742 <NA> 25.416668 -32.500000
#> 2743 <NA> 24.924168 -31.949444
#> 2744 individuals 24.924168 -31.949444
#> 2745 individuals 24.924168 -31.949444
#> 2746 individuals 24.924168 -31.949444
#> 2747 <NA> 24.924168 -31.949444
#> 2748 <NA> 24.924168 -31.949444
#> 2749 <NA> 24.924168 -31.949444
#> 2750 <NA> 24.924168 -31.949444
#> 2751 <NA> 24.924168 -31.949444
#> 2752 <NA> 24.893612 -31.847778
#> 2753 <NA> 24.893612 -31.847778
#> 2754 <NA> 24.893612 -31.847778
#> 2755 individuals 24.893612 -31.847778
#> 2756 individuals 24.893612 -31.847778
#> 2757 <NA> -3.350000 56.116600
#> 2758 individuals 26.616667 -32.766666
#> 2759 individuals 24.516701 -31.950001
#> 2760 <NA> 26.785278 -32.799168
#> 2761 individuals 26.583332 -32.849998
#> 2762 individuals 26.583332 -32.849998
#> 2763 individuals 26.583332 -32.849998
#> 2764 individuals 26.583332 -32.849998
#> 2765 <NA> 27.803057 -32.966110
#> 2766 <NA> 27.803057 -32.966110
#> 2767 <NA> 27.803057 -32.966110
#> 2768 <NA> 27.803057 -32.966110
#> 2769 individuals 27.803057 -32.966110
#> 2770 individuals 26.616667 -32.766666
#> 2771 <NA> 24.533333 -32.250000
#> 2772 <NA> 24.533333 -32.250000
#> 2773 <NA> 24.540556 -32.308887
#> 2774 individuals 24.540556 -32.308887
#> 2775 <NA> 24.540556 -32.308887
#> 2776 <NA> 24.540556 -32.308887
#> 2777 <NA> 22.323889 -32.980000
#> collection_name
#> 1 El Cobre Canyon
#> 2 Hottentotsrivier Farm
#> 3 Donnybrook (Queenstown District)
#> 4 Mouth of Godwin Creek
#> 5 Broiliellus pocket
#> 6 Thaxton Ranch
#> 7 I-70 Roadcut half mile East of Elm Grove
#> 8 Briar Creek
#> 9 Briar Creek
#> 10 Briar Creek
#> 11 Briar Creek
#> 12 Briar Creek
#> 13 Briar Creek
#> 14 Briar Creek
#> 15 Briar Creek
#> 16 Briar Creek
#> 17 Victoria West District
#> 18 Main Bluff at West Bay
#> 19 Platyhystrix pocket Locality
#> 20 Platyhystrix pocket Locality
#> 21 Platyhystrix pocket Locality
#> 22 Platyhystrix pocket Locality
#> 23 Platyhystrix pocket Locality
#> 24 Platyhystrix pocket Locality
#> 25 OMNH V1005
#> 26 OMNH V1005
#> 27 OMNH V1005
#> 28 OMNH V1005
#> 29 OMNH V1005
#> 30 OMNH V1005
#> 31 Archer City Bonebed 3
#> 32 Archer City Bonebed 3
#> 33 Archer City Bonebed 3
#> 34 Belebei
#> 35 Belebei
#> 36 Belebei
#> 37 Belebei
#> 38 Belebei
#> 39 Thrift Bone Bed
#> 40 Thrift Bone Bed
#> 41 Thrift Bone Bed
#> 42 Thrift Bone Bed
#> 43 Thrift Bone Bed
#> 44 Thrift Bone Bed
#> 45 East Kirkton site (Units 70-82: East Kirkton Limestone)
#> 46 East Kirkton site (Units 70-82: East Kirkton Limestone)
#> 47 East Kirkton site (Units 70-82: East Kirkton Limestone)
#> 48 East Kirkton site (Units 70-82: East Kirkton Limestone)
#> 49 Cowdenbeath Amphibian Bonebed
#> 50 Cowdenbeath Amphibian Bonebed
#> 51 Cowdenbeath Amphibian Bonebed
#> 52 Cowdenbeath Amphibian Bonebed
#> 53 West Coffee Creek
#> 54 West Coffee Creek
#> 55 Rowland Site
#> 56 Rowland Site
#> 57 Rowland Site
#> 58 Leeukloof
#> 59 Wilgerboschkloof
#> 60 Parioxys site
#> 61 Williams Ranch 1
#> 62 Williams Ranch 2
#> 63 Gray Creek
#> 64 Indian Creek
#> 65 Palmietfontein
#> 66 South side of Tit Mountain butte
#> 67 Wusilangou (Dongsheng Town)
#> 68 Risin Spur (Gangamopteris Shales)
#> 69 Risin Spur (Gangamopteris Shales)
#> 70 Shenk Peak (Fremouw Fm., 28 m above base of section)
#> 71 Thrinaxodon Col (Fremouw Formation)
#> 72 Belebei, PIN 164
#> 73 Lipovskaya gully (Donskaya Luka)
#> 74 BC-1 (Chickasha Formation)
#> 75 BC-1 (Chickasha Formation)
#> 76 BC-2 (Chickasha Formation)
#> 77 BC-6 (Chickasha Formation)
#> 78 BC-6 (Chickasha Formation)
#> 79 BC-7 (Chickasha Formation)
#> 80 BC-7 (Chickasha Formation)
#> 81 BC-7 (Chickasha Formation)
#> 82 BC-7 (Chickasha Formation)
#> 83 BC-2 (Chickasha Formation)
#> 84 BC-6 (Chickasha Formation)
#> 85 BC-7 (Chickasha Formation)
#> 86 BC-8 (Chickasha Formation)
#> 87 BC-8 (Chickasha Formation)
#> 88 BC-9 (Chickasha Formation)
#> 89 BC-9 (Chickasha Formation)
#> 90 BC-9 (Chickasha Formation)
#> 91 KF-3 (Chickasha Formation)
#> 92 KF-5 (Chickasha Formation)
#> 93 BC-10 (Chickasha Formation)
#> 94 C-2 (Flowerpot Formation)
#> 95 KF-1, Omega Quarry (Chickasha Formation)
#> 96 KF-1, Omega Quarry (Chickasha Formation)
#> 97 KF-1, Omega Quarry (Chickasha Formation)
#> 98 KF-2 (Chickasha Formation)
#> 99 KF-2 (Chickasha Formation)
#> 100 C-1 (Flowerpot Formation)
#> 101 GR-2 (Chickasha Formation)
#> 102 MC-1 (Duncan Formation)
#> 103 Redford Pit (GLAHM 0HF 3.28.2)
#> 104 Redford Pit (GLAHM 0HF 3.28.2)
#> 105 Locality KF (Middle Vale Formation)
#> 106 Locality KF (Middle Vale Formation)
#> 107 Kamenny Ravine (Ulema River), Isheevo, PIN 157, 2207
#> 108 Kamenny Ravine (Ulema River), Isheevo, PIN 157, 2207
#> 109 Zavrazhye locality, PIN 2353, 2356
#> 110 Sokolki locality, PIN 2005
#> 111 UCMP 39179, Jemez Canyon (Abo Formation)
#> 112 UCMP 39179, Jemez Canyon (Abo Formation)
#> 113 UCMP 39179, Jemez Canyon (Abo Formation)
#> 114 UCMP 39179, Jemez Canyon (Abo Formation)
#> 115 UCMP V-3440 (Abo Formation)
#> 116 UCMP V-3440 (Abo Formation)
#> 117 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 118 Cottonwood Creek, 1 (Putnam Formation)
#> 119 Elm Creek, 2 (Putnam Formation)
#> 120 Elm Creek, 2 (Putnam Formation)
#> 121 Onion Creek, 3 (Putnam Formation)
#> 122 Fireplace, 4 (Putnam Formation)
#> 123 Fireplace, 4 (Putnam Formation)
#> 124 Three Forks of the Little Wichita, 5 (Putnam Formation)
#> 125 Three Forks of the Little Wichita, 5 (Putnam Formation)
#> 126 Three Forks of the Little Wichita, 5 (Putnam Formation)
#> 127 Three Forks of the Little Wichita, 5 (Putnam Formation)
#> 128 Shell Point, 6 (Putnam Formation)
#> 129 Shell Point, 6 (Putnam Formation)
#> 130 Shell Point, 6 (Putnam Formation)
#> 131 Shell Point, 6 (Putnam Formation)
#> 132 Shell Point, 6 (Putnam Formation)
#> 133 Long Creek, 7 (Putnam Formation)
#> 134 Long Creek, 7 (Putnam Formation)
#> 135 Long Creek, 7 (Putnam Formation)
#> 136 Long Creek, 7 (Putnam Formation)
#> 137 Middle Fork of the Little Wichita, 10 (Admiral Formation)
#> 138 Middle Fork of the Little Wichita, 10 (Admiral Formation)
#> 139 Middle Fork of the Little Wichita, 10 (Admiral Formation)
#> 140 Middle Fork of the Little Wichita, 10 (Admiral Formation)
#> 141 Middle Fork of the Little Wichita, 10 (Admiral Formation)
#> 142 Middle Fork of the Little Wichita, 10 (Admiral Formation)
#> 143 South of Holliday, 11 (Admiral Formation)
#> 144 South of Holliday, 11 (Admiral Formation)
#> 145 South of Holliday, 11 (Admiral Formation)
#> 146 Mount Barry, 12 (Admiral Formation)
#> 147 Mount Barry, 12 (Admiral Formation)
#> 148 Mount Barry, 12 (Admiral Formation)
#> 149 Mount Barry, 12 (Admiral Formation)
#> 150 Mount Barry, 12 (Admiral Formation)
#> 151 Mount Barry, 12 (Admiral Formation)
#> 152 Mount Barry, 12 (Admiral Formation)
#> 153 Mount Barry, 12 (Admiral Formation)
#> 154 Mount Barry, 12 (Admiral Formation)
#> 155 Mount Barry, 12 (Admiral Formation)
#> 156 Mount Barry, 12 (Admiral Formation)
#> 157 Mount Barry, 12 (Admiral Formation)
#> 158 Briar Creek
#> 159 Briar Creek
#> 160 Mount Barry, 12 (Admiral Formation)
#> 161 Godwin Creek, 14 (Admiral Formation)
#> 162 Godwin Creek, 14 (Admiral Formation)
#> 163 Godwin Creek, 14 (Admiral Formation)
#> 164 Godwin Creek, 14 (Admiral Formation)
#> 165 Godwin Creek, 14 (Admiral Formation)
#> 166 Godwin Creek, 14 (Admiral Formation)
#> 167 Godwin Creek, 14 (Admiral Formation)
#> 168 Scalen's, 16 (Belle Plains Formation)
#> 169 Scalen's, 16 (Belle Plains Formation)
#> 170 Scalen's, 16 (Belle Plains Formation)
#> 171 Scalen's, 16 (Belle Plains Formation)
#> 172 Scalen's, 16 (Belle Plains Formation)
#> 173 Cox's Camp, 17 (Belle Plains Formation)
#> 174 Cox's Camp, 17 (Belle Plains Formation)
#> 175 Cox's Camp, 17 (Belle Plains Formation)
#> 176 Cox's Camp, 17 (Belle Plains Formation)
#> 177 Cox's Camp, 17 (Belle Plains Formation)
#> 178 Head of Godwin Creek, 18 (Belle Plains Formation)
#> 179 Head of Godwin Creek, 18 (Belle Plains Formation)
#> 180 South of Fulda, 19 (Belle Plains)
#> 181 South of Fulda, 19 (Belle Plains)
#> 182 South of Fulda, 19 (Belle Plains)
#> 183 South of Fulda, 19 (Belle Plains)
#> 184 South of Fulda, 19 (Belle Plains)
#> 185 South of Fulda, 19 (Belle Plains)
#> 186 South of Fulda, 19 (Belle Plains)
#> 187 South of Fulda, 19 (Belle Plains)
#> 188 Slippery Creek, 20 (Belle Plains Formation)
#> 189 Slippery Creek, 20 (Belle Plains Formation)
#> 190 Slippery Creek, 20 (Belle Plains Formation)
#> 191 Slippery Creek, 20 (Belle Plains Formation)
#> 192 Slippery Creek, 20 (Belle Plains Formation)
#> 193 Tit Mountain, 21 (Belle Plains Formation)
#> 194 Tit Mountain, 21 (Belle Plains Formation)
#> 195 Tit Mountain, 21 (Belle Plains Formation)
#> 196 Tit Mountain, 21 (Belle Plains Formation)
#> 197 Tit Mountain, 21 (Belle Plains Formation)
#> 198 Camp Creek, 22 (Belle Plains Formation)
#> 199 Camp Creek, 22 (Belle Plains Formation)
#> 200 Camp Creek, 22 (Belle Plains Formation)
#> 201 Camp Creek, 22 (Belle Plains Formation)
#> 202 Camp Creek, 22 (Belle Plains Formation)
#> 203 Big Wichita, Cummins, 23 (Belle Plains Formation)
#> 204 Big Wichita, Cummins, 23 (Belle Plains Formation)
#> 205 Big Wichita, Cummins, 23 (Belle Plains Formation)
#> 206 Big Wichita, Cummins, 23 (Belle Plains Formation)
#> 207 Big Wichita, Cummins, 23 (Belle Plains Formation)
#> 208 Beaver Creek, 24 (Belle Plains Formation)
#> 209 Beaver Creek, 24 (Belle Plains Formation)
#> 210 Beaver Creek, 24 (Belle Plains Formation)
#> 211 Beaver Creek, 24 (Belle Plains Formation)
#> 212 Beaver Creek, 24 (Belle Plains Formation)
#> 213 Tit Mountain, 21 (Belle Plains Formation)
#> 214 Northeast of Fulda, 26 (Waggoner Ranch Formation)
#> 215 Northeast of Fulda, 26 (Waggoner Ranch Formation)
#> 216 Bluff Bonebed of Udden, 27 (Waggoner Ranch Formation)
#> 217 Bluff Bonebed of Udden, 27 (Waggoner Ranch Formation)
#> 218 Bluff Bonebed of Udden, 27 (Waggoner Ranch Formation)
#> 219 Bluff Bonebed of Udden, 27 (Waggoner Ranch Formation)
#> 220 Bluff Bonebed of Udden, 27 (Waggoner Ranch Formation)
#> 221 Bluff Bonebed of Udden, 27 (Waggoner Ranch Formation)
#> 222 Coal Creek, 28 (Waggoner Ranch Formation)
#> 223 Coal Creek, 28 (Waggoner Ranch Formation)
#> 224 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 225 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 226 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 227 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 228 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 229 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 230 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 231 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 232 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 233 Coal Creek, 28 (Waggoner Ranch Formation)
#> 234 Whiskey Creek, 30 (Waggoner Ranch Formation)
#> 235 Whiskey Creek, 30 (Waggoner Ranch Formation)
#> 236 Whiskey Creek, 30 (Waggoner Ranch Formation)
#> 237 Whiskey Creek, 30 (Waggoner Ranch Formation)
#> 238 Whiskey Creek, 30 (Waggoner Ranch Formation)
#> 239 Moonshine Creek, 31 (Waggoner Ranch Formation)
#> 240 Moonshine Creek, 31 (Waggoner Ranch Formation)
#> 241 Moonshine Creek, 31 (Waggoner Ranch Formation)
#> 242 Moonshine Creek, 31 (Waggoner Ranch Formation)
#> 243 Military Trail, 32 (Waggoner Ranch Formation)
#> 244 Military Trail, 32 (Waggoner Ranch Formation)
#> 245 Military Trail, 32 (Waggoner Ranch Formation)
#> 246 Military Trail, 32 (Waggoner Ranch Formation)
#> 247 Military Trail, 32 (Waggoner Ranch Formation)
#> 248 Military Trail, 32 (Waggoner Ranch Formation)
#> 249 Military Trail, 32 (Waggoner Ranch Formation)
#> 250 Military Trail, 32 (Waggoner Ranch Formation)
#> 251 Military Trail, 32 (Waggoner Ranch Formation)
#> 252 Coffee Creek, 34 (Arroyo Formation)
#> 253 Coffee Creek, 34 (Arroyo Formation)
#> 254 Coffee Creek, 34 (Arroyo Formation)
#> 255 Coffee Creek, 34 (Arroyo Formation)
#> 256 Coffee Creek, 34 (Arroyo Formation)
#> 257 Coffee Creek, 34 (Arroyo Formation)
#> 258 Coffee Creek, 34 (Arroyo Formation)
#> 259 Coffee Creek, 34 (Arroyo Formation)
#> 260 Coffee Creek, 34 (Arroyo Formation)
#> 261 Coffee Creek, 34 (Arroyo Formation)
#> 262 Coffee Creek, 34 (Arroyo Formation)
#> 263 Coffee Creek, 34 (Arroyo Formation)
#> 264 Coffee Creek, 34 (Arroyo Formation)
#> 265 Coffee Creek, 34 (Arroyo Formation)
#> 266 Coffee Creek, 34 (Arroyo Formation)
#> 267 Coffee Creek, 34 (Arroyo Formation)
#> 268 Coffee Creek, 34 (Arroyo Formation)
#> 269 Coffee Creek, 34 (Arroyo Formation)
#> 270 Coffee Creek, 34 (Arroyo Formation)
#> 271 Coffee Creek, 34 (Arroyo Formation)
#> 272 Coffee Creek, 34 (Arroyo Formation)
#> 273 Coffee Creek, 34 (Arroyo Formation)
#> 274 Coffee Creek, 34 (Arroyo Formation)
#> 275 Coffee Creek, 34 (Arroyo Formation)
#> 276 Coffee Creek, 34 (Arroyo Formation)
#> 277 Coffee Creek, 34 (Arroyo Formation)
#> 278 Coffee Creek, 34 (Arroyo Formation)
#> 279 Coffee Creek, 34 (Arroyo Formation)
#> 280 Indian Creek, 35 (Arroyo Formation)
#> 281 Indian Creek, 35 (Arroyo Formation)
#> 282 Indian Creek, 35 (Arroyo Formation)
#> 283 Indian Creek, 35 (Arroyo Formation)
#> 284 Indian Creek, 35 (Arroyo Formation)
#> 285 Indian Creek, 35 (Arroyo Formation)
#> 286 Indian Creek, 35 (Arroyo Formation)
#> 287 Indian Creek, 35 (Arroyo Formation)
#> 288 Indian Creek, 35 (Arroyo Formation)
#> 289 Indian Creek, 35 (Arroyo Formation)
#> 290 Indian Creek, 35 (Arroyo Formation)
#> 291 Indian Creek, 35 (Arroyo Formation)
#> 292 Indian Creek, 35 (Arroyo Formation)
#> 293 Indian Creek, 35 (Arroyo Formation)
#> 294 Indian Creek, 35 (Arroyo Formation)
#> 295 Pony Creek, 36 (Arroyo Formation)
#> 296 Pony Creek, 36 (Arroyo Formation)
#> 297 Pony Creek, 36 (Arroyo Formation)
#> 298 Pony Creek, 36 (Arroyo Formation)
#> 299 Pony Creek, 36 (Arroyo Formation)
#> 300 Pony Creek, 36 (Arroyo Formation)
#> 301 Gray's Creek, 37 (Arroyo Formation)
#> 302 Gray's Creek, 37 (Arroyo Formation)
#> 303 Gray's Creek, 37 (Arroyo Formation)
#> 304 Gray's Creek, 37 (Arroyo Formation)
#> 305 Gray's Creek, 37 (Arroyo Formation)
#> 306 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 307 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 308 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 309 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 310 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 311 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 312 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 313 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 314 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 315 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 316 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 317 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 318 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 319 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 320 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 321 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 322 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 323 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 324 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 325 Hog Creek, 39 (Arroyo Formation)
#> 326 Hog Creek, 39 (Arroyo Formation)
#> 327 Hog Creek, 39 (Arroyo Formation)
#> 328 Hog Creek, 39 (Arroyo Formation)
#> 329 Hog Creek, 39 (Arroyo Formation)
#> 330 Hog Creek, 39 (Arroyo Formation)
#> 331 Hog Creek, 39 (Arroyo Formation)
#> 332 Hog Creek, 39 (Arroyo Formation)
#> 333 Hog Creek, 39 (Arroyo Formation)
#> 334 Table Top Mountain, 40 (Arroyo Formation)
#> 335 Table Top Mountain, 40 (Arroyo Formation)
#> 336 Table Top Mountain, 40 (Arroyo Formation)
#> 337 Table Top Mountain, 40 (Arroyo Formation)
#> 338 Table Top Mountain, 40 (Arroyo Formation)
#> 339 Table Top Mountain, 40 (Arroyo Formation)
#> 340 Table Top Mountain, 40 (Arroyo Formation)
#> 341 Table Top Mountain, 40 (Arroyo Formation)
#> 342 Table Top Mountain, 40 (Arroyo Formation)
#> 343 Crooked Creek, 41 (Arroyo Formation)
#> 344 Crooked Creek, 41 (Arroyo Formation)
#> 345 Crooked Creek, 41 (Arroyo Formation)
#> 346 Crooked Creek, 41 (Arroyo Formation)
#> 347 Beaver Creek, 42 (Arroyo Formation)
#> 348 Beaver Creek, 42 (Arroyo Formation)
#> 349 Beaver Creek, 42 (Arroyo Formation)
#> 350 Beaver Creek, 42 (Arroyo Formation)
#> 351 Beaver Creek, 42 (Arroyo Formation)
#> 352 Dead Man's Creek, 43 (Arroyo Formation)
#> 353 Dead Man's Creek, 43 (Arroyo Formation)
#> 354 Soap Creek, 44 (Arroyo Formation)
#> 355 Soap Creek, 44 (Arroyo Formation)
#> 356 Soap Creek, 44 (Arroyo Formation)
#> 357 Coffee Creek, 34 (Arroyo Formation)
#> 358 North Fork of the Little Wichita, 8
#> 359 North Fork of the Little Wichita, 8
#> 360 North Fork of the Little Wichita, 8
#> 361 North Fork of the Little Wichita, 8
#> 362 North Fork of the Little Wichita, 8
#> 363 North Fork of the Little Wichita, 8
#> 364 North Fork of the Little Wichita, 8
#> 365 Coffee Creek, 34 (Arroyo Formation)
#> 366 Coffee Creek, 34 (Arroyo Formation)
#> 367 Beaver Creek, 42 (Arroyo Formation)
#> 368 Pony Creek, 36 (Arroyo Formation)
#> 369 Byars, McClain County ("Gearyan strata")
#> 370 Byars, McClain County ("Gearyan strata")
#> 371 Spasskoye settlement (Vokhma Formation), PIN 1025
#> 372 Bol'shoe Sidorovo (Vokhma Formation)
#> 373 Konaki settlement (Vokhma Formation)
#> 374 Perdasdefogu Basin Level D, Sardinia
#> 375 Perdasdefogu Basin Level E, Sardinia
#> 376 Perdasdefogu Basin Level G, Sardinia
#> 377 One mile north of Ned (Dunkard Series)
#> 378 Section 2, Cycle 2, Unit 5 (Karoo Sequence)
#> 379 Section 3, Cycle 2, Unit 5 (Karoo Sequence)
#> 380 Section 4, Cycle 2, Unit 5 (Karoo Sequence)
#> 381 Section 5, Cycle 2, Unit 6 (Karoo Sequence)
#> 382 Ples River near Kineshma (Vetlugian Series)
#> 383 Vakhnevo locality
#> 384 Vakhnevo locality
#> 385 Shakhovykh homestead, Yuzhnaya Mylva River, PIN 3318
#> 386 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 387 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 388 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 389 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 390 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 391 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 392 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 393 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 394 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 395 Lower Tunguska River (Bugarikta Formation), PIN 206
#> 396 Downstream from the mouth of the Upper Lyulyukta River, PIN 4262
#> 397 Anakit River (Bugarikta Formation), PIN 4262
#> 398 Kotelnich, Vjatka River ("Sarmin" series), PIN 2212
#> 399 Klyutchevoy Ravine ("Sarmin" series)
#> 400 Klyutchevoy Ravine ("Sarmin" series)
#> 401 Klyutchevoy Ravine ("Sarmin" series)
#> 402 Farm La-de-da
#> 403 Geraldine Bonebed
#> 404 Geraldine Bonebed
#> 405 Geraldine Bonebed
#> 406 Geraldine Bonebed
#> 407 Geraldine Bonebed
#> 408 Geraldine Bonebed
#> 409 Kinney Brick Quarry macroflora
#> 410 Agardh Bay
#> 411 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 412 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 413 El Cobre Canyon (Cutler Formation)
#> 414 El Cobre Canyon (Cutler Formation)
#> 415 Footprint quarry 1 1/2 miles SW of Attleboro, MA
#> 416 Buxieres-les-Mines (Autunian shales)
#> 417 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 418 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 419 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 420 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 421 Leeuwkloof pareiasaur locality
#> 422 Lake Kemp 1
#> 423 Britten, level 1
#> 424 Britten, Level 2
#> 425 Britten, Level 2
#> 426 Britten, Level 2
#> 427 Malaya Kinel' locality, PIN 272
#> 428 Malaya Kinel' locality, PIN 272
#> 429 Olson Locality Bac (Vale Formation)
#> 430 Spasskoye settlement (Vokhma Formation), PIN 1025
#> 431 Korzhinskoye
#> 432 Blumenthal 1 locality
#> 433 Krasnaya yaruga gully
#> 434 Kamennyy yar gully
#> 435 Farm La-de-da
#> 436 Farm La-de-da
#> 437 Sterlitamak - Melosaurus uralensis site
#> 438 Chensaurus chaoxianensis type locality
#> 439 50 km southwest of C. chaoxianensis type locality
#> 440 North Dvina Quarry
#> 441 North Dvina Quarry
#> 442 North Dvina Quarry
#> 443 Ellengowan Shaft
#> 444 B1, Kawinga Gap (Lower Bone Bed, K6)
#> 445 B1, Kawinga Gap (Lower Bone Bed, K6)
#> 446 B1, Kawinga Gap (Lower Bone Bed, K6)
#> 447 B2, Mount Kiwohe (Lower Bone Bed, K6)
#> 448 Adrasman quarry
#> 449 Adrasman quarry
#> 450 Czatkowice 1 quarry
#> 451 Czatkowice 1 quarry
#> 452 Czatkowice 1 quarry
#> 453 Czatkowice 1 quarry
#> 454 Czatkowice 1 quarry
#> 455 Czatkowice 1 quarry
#> 456 Czatkowice 1 quarry
#> 457 Tsilma River
#> 458 Tsilma River
#> 459 Tsilma River
#> 460 Zhitkov Cape in Russian Island, Beds 59-60
#> 461 Schmidt Cape and Tchernyschev Bay in Russian Island, Bed 17
#> 462 McLeod farm well
#> 463 Kinney Clay Pit (USNM coll)
#> 464 Kochov-Novici stratigraphic section, Boskovice Furrow
#> 465 Niederhaslich
#> 466 Niederhaslich
#> 467 Niederhaslich
#> 468 Niederhaslich
#> 469 Niederhaslich
#> 470 Cantera Vieja, Tscherig Farm
#> 471 Olivetin, Broumov City, Boheme
#> 472 Olivetin, Broumov City, Boheme
#> 473 Shangba tracksite
#> 474 Taylor County Site 7 (Pelecypods)
#> 475 Richards Spur
#> 476 Richards Spur
#> 477 Richards Spur
#> 478 Richards Spur
#> 479 Richards Spur
#> 480 Richards Spur
#> 481 Richards Spur
#> 482 Richards Spur
#> 483 Richards Spur
#> 484 Richards Spur
#> 485 Richards Spur
#> 486 Richards Spur
#> 487 Richards Spur
#> 488 Richards Spur
#> 489 Richards Spur
#> 490 Richards Spur
#> 491 Richards Spur
#> 492 Richards Spur
#> 493 Richards Spur
#> 494 Richards Spur
#> 495 Richards Spur
#> 496 Richards Spur
#> 497 Richards Spur
#> 498 Richards Spur
#> 499 southwest of Grandfield
#> 500 southwest of Grandfield
#> 501 southwest of Grandfield
#> 502 southwest of Grandfield
#> 503 southwest of Grandfield
#> 504 southwest of Grandfield
#> 505 southwest of Grandfield
#> 506 southwest of Grandfield
#> 507 southwest of Grandfield
#> 508 southwest of Grandfield
#> 509 southwest of Grandfield
#> 510 southwest of Grandfield
#> 511 Ibadanane Area I
#> 512 Ibadanane Area II
#> 513 Mud Hill
#> 514 Mud Hill
#> 515 Delta
#> 516 Delta
#> 517 Delta
#> 518 Goreville
#> 519 Goreville
#> 520 Hamilton Quarry
#> 521 "Copper Shept"
#> 522 Dolnapa Section Bed 4 (lower part)
#> 523 Talampaya tracksite
#> 524 Emma Quarry Amphibian Bed
#> 525 farm Môrester, Jansenville
#> 526 farm Combrinkskraal
#> 527 Botterkraal, Prince Albert
#> 528 Eppleton Quarry (base of Marl Slate)
#> 529 Cowdenbeath Amphibian Bonebed
#> 530 Cowdenbeath Amphibian Bonebed
#> 531 UCMP V-2814
#> 532 Locality KS (Upper San Angelo Fm.)
#> 533 Posto Queimado
#> 534 Brakfontein 333
#> 535 Tianjialing, Xuecun Town
#> 536 Tianjialing, Xuecun Town
#> 537 Archer City Bonebed 1 (Putnam Fm.)
#> 538 Gorki village, PIN 1156
#> 539 Orlando site, Noble Co. (Wellington Fm.)
#> 540 Orlando site, Noble Co. (Wellington Fm.)
#> 541 Perry site 6, bed 21
#> 542 Norman
#> 543 Norman
#> 544 Norman
#> 545 Norman
#> 546 Norman
#> 547 Norman
#> 548 Irerhi village
#> 549 Mazon Creek
#> 550 Locality KAC (Lower Flowerpot Shale)
#> 551 Locality FA - Pipe Site
#> 552 1.5 miles northeast of Crescent
#> 553 Locality HA ("Lower San Angelo Fm.")
#> 554 Gokwe Tribal Trust Area
#> 555 McCann Quarry
#> 556 Petropavlovka I (Locality 19)
#> 557 Kiselikha, PIN 158, Lower Mezen' River
#> 558 Locality KZ (Upper San Angelo Fm.)
#> 559 Shikhovo-Chirki, PIN 161
#> 560 Krymskiy, locality 7 of Tverdokhlebov et al. 2005
#> 561 Manhaar Hill
#> 562 Locality KD
#> 563 Locality KF (Middle Vale Formation)
#> 564 Locality KI (Upper Vale Formation)
#> 565 Locality KI (Upper Vale Formation)
#> 566 Locality KF (Middle Vale Formation)
#> 567 Locality KD
#> 568 Organ Rock Shale
#> 569 Organ Rock Shale
#> 570 Organ Rock Shale
#> 571 Organ Rock Shale
#> 572 Organ Rock Shale
#> 573 Organ Rock Shale
#> 574 Dominion Coal Co. strip mine No. 7
#> 575 Dominion Coal Co. strip mine No. 7
#> 576 Dominion Coal Co. strip mine No. 7
#> 577 Bromacker Quarry (upper level of Tambach sandstone)
#> 578 Donovan's Kop
#> 579 Houdkonstant (Dicynodon Assemblage Zone)
#> 580 Swaelkrans, Murraysburg
#> 581 Ringsfontein
#> 582 Doornplaas
#> 583 New Bethesda Commonage
#> 584 New Bethesda Commonage
#> 585 New Bethesda Commonage
#> 586 New Bethesda Commonage
#> 587 Weltevreden, Nieu Bethesda (Graaff-Reinet)
#> 588 Grootdriefontein (Dicynodon Assemblage Zone)
#> 589 "Ganora", New Bethesda
#> 590 Wellwood (Dicynodon Assemblage Zone)
#> 591 Tit Mountain, 21 (Belle Plains Formation)
#> 592 Locality FC (Middle Choza Fm.)
#> 593 Saint-Christophe-Vallon
#> 594 Navina
#> 595 Locality KX (Upper San Angelo Fm.)
#> 596 Locality KR (Upper San Angelo Fm.)
#> 597 Moroznitsa, PIN 1580
#> 598 Santagulov Mine
#> 599 Locality KV (San Angelo Fm.)
#> 600 Maybelle
#> 601 Danville Locality (Vertebrates)
#> 602 Igornay
#> 603 Locality KO (Upper San Angelo Fm.)
#> 604 Locality 6, near Cameron
#> 605 Watson quarry, southeast of Windthorst
#> 606 Wildcat Canyon
#> 607 Trematops locality (Belle Plains Fm.)
#> 608 Arroyo del Agua type locality of Edaphosaurus novomexicanus
#> 609 Nowa Ruda
#> 610 Pitcairn, PA
#> 611 Les Telots
#> 612 Kenilworth
#> 613 Garnett Quarry
#> 614 Baldwin bonebed
#> 615 Clark Hill
#> 616 Locality KW (Upper San Angelo Fm.)
#> 617 Falmouth Locality
#> 618 Union Chapel Mine
#> 619 Union Chapel Mine
#> 620 Union Chapel Mine
#> 621 Union Chapel Mine
#> 622 Union Chapel Mine
#> 623 Tikoè tracksite
#> 624 Galloway No. 11 Mine
#> 625 Galloway No. 11 Mine
#> 626 Galloway No. 11 Mine
#> 627 Galloway No. 11 Mine
#> 628 Galloway No. 11 Mine
#> 629 Galloway No. 11 Mine
#> 630 Galloway No. 11 Mine
#> 631 Galloway No. 11 Mine
#> 632 Leeukloof 43
#> 633 Zott Pasture (Putnam Fm.)
#> 634 Rattlesnake Canyon (Admiral Fm.)
#> 635 Berezovye Polyanki, PIN 4310
#> 636 Berezovye Polyanki, PIN 4310
#> 637 Us'va
#> 638 Inta city, PIN 570, PIN 3950
#> 639 Tchimozenogue Area
#> 640 Korbach Fissure
#> 641 Korbach Fissure
#> 642 Korbach Fissure
#> 643 Korbach Fissure
#> 644 Korbach Fissure
#> 645 Ibadanane Area II
#> 646 UCMP V-2814
#> 647 1.5 miles northeast of Crescent
#> 648 Upper Luangwa Valley (Cistecephalus Zone fauna)
#> 649 McCann Quarry
#> 650 Perry site 6, beds 18+19
#> 651 Locality FA - Pipe Site
#> 652 Locality KF (Middle Vale Formation)
#> 653 Cheese Bay Shrimp Bed
#> 654 UCMP V-2814
#> 655 UCMP V-2814
#> 656 Golet I + II
#> 657 Golet I + II
#> 658 Golet I + II
#> 659 Golet I + II
#> 660 Golet I + II
#> 661 Golet I + II
#> 662 Golet I + II
#> 663 Golet I + II
#> 664 Golet I + II
#> 665 Orlando site, Noble Co. (Wellington Fm.)
#> 666 Orlando site, Noble Co. (Wellington Fm.)
#> 667 Orlando site, Noble Co. (Wellington Fm.)
#> 668 Orlando site, Noble Co. (Wellington Fm.)
#> 669 Orlando site, Noble Co. (Wellington Fm.)
#> 670 Orlando site, Noble Co. (Wellington Fm.)
#> 671 Orlando site, Noble Co. (Wellington Fm.)
#> 672 Orlando site, Noble Co. (Wellington Fm.)
#> 673 Orlando site, Noble Co. (Wellington Fm.)
#> 674 Orlando site, Noble Co. (Wellington Fm.)
#> 675 Perry site 6, beds 18+19
#> 676 Perry site 6, beds 18+19
#> 677 Perry site 6, beds 18+19
#> 678 McCann Quarry
#> 679 McCann Quarry
#> 680 McCann Quarry
#> 681 McCann Quarry
#> 682 McCann Quarry
#> 683 McCann Quarry
#> 684 McCann Quarry
#> 685 Woodrum's (Belle Plains Fm.)
#> 686 Trematops locality (Belle Plains Fm.)
#> 687 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 688 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 689 Weiss Locality (Waggoner Ranch Fm.)
#> 690 Richards Spur
#> 691 South Carnegie Site
#> 692 South Carnegie Site
#> 693 Fish Creek
#> 694 Locality KAC (Lower Flowerpot Shale)
#> 695 Locality KAC (Lower Flowerpot Shale)
#> 696 Locality KAC (Lower Flowerpot Shale)
#> 697 Locality KAC (Lower Flowerpot Shale)
#> 698 Locality KAC (Lower Flowerpot Shale)
#> 699 Locality KAC (Lower Flowerpot Shale)
#> 700 Locality KAC (Lower Flowerpot Shale)
#> 701 Locality KR (Upper San Angelo Fm.)
#> 702 Locality KR (Upper San Angelo Fm.)
#> 703 Locality KR (Upper San Angelo Fm.)
#> 704 Locality KN (San Angelo Fm.)
#> 705 Locality KN (San Angelo Fm.)
#> 706 Locality KN (San Angelo Fm.)
#> 707 Locality KP (San Angelo Fm.)
#> 708 Locality KP (San Angelo Fm.)
#> 709 Locality KP (San Angelo Fm.)
#> 710 Locality KN (San Angelo Fm.)
#> 711 Locality HA ("Lower San Angelo Fm.")
#> 712 Locality KV (San Angelo Fm.)
#> 713 Locality KV (San Angelo Fm.)
#> 714 Locality KV (San Angelo Fm.)
#> 715 AMNH ?, based on AMNH 4794
#> 716 El Cobre Canyon (Cutler Formation)
#> 717 El Cobre Canyon (Cutler Formation)
#> 718 El Cobre Canyon (Cutler Formation)
#> 719 El Cobre Canyon (Cutler Formation)
#> 720 El Cobre Canyon (Cutler Formation)
#> 721 El Cobre Canyon (Cutler Formation)
#> 722 Locality KS (Upper San Angelo Fm.)
#> 723 Locality KS (Upper San Angelo Fm.)
#> 724 KF-1, Omega Quarry (Chickasha Formation)
#> 725 Archer City Bonebed 1 (Putnam Fm.)
#> 726 Locality KY (San Angelo Fm.)
#> 727 Locality KY (San Angelo Fm.)
#> 728 Locality KY (San Angelo Fm.)
#> 729 Bromacker Quarry (upper level of Tambach sandstone)
#> 730 Locality KAB (Upper San Angelo Fm.)
#> 731 Locality KAB (Upper San Angelo Fm.)
#> 732 Locality KAB (Upper San Angelo Fm.)
#> 733 Locality KAB (Upper San Angelo Fm.)
#> 734 Locality HA ("Lower San Angelo Fm.")
#> 735 Blacksville
#> 736 Bromacker Quarry (upper level of Tambach sandstone)
#> 737 Bromacker Quarry (upper level of Tambach sandstone)
#> 738 Locality KAD (Upper San Angelo Fm.)
#> 739 Locality KAE (Upper San Angelo Fm.)
#> 740 Locality HA ("Lower San Angelo Fm.")
#> 741 Coffee Creek, 34 (Arroyo Formation)
#> 742 Linton
#> 743 Linton
#> 744 Organ Rock Shale
#> 745 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 746 Lueders Fm. Locality 1
#> 747 Lueders Fm. Locality 1
#> 748 Lueders Fm. Locality 1
#> 749 Lueders Fm. Locality 1
#> 750 Lueders Fm. Locality 1
#> 751 Lueders Fm. Locality 1
#> 752 Lueders Fm. Locality 1
#> 753 Lueders Fm. Locality 1
#> 754 Lueders Fm. Locality 1
#> 755 Lueders Fm. Locality 2
#> 756 Lueders Fm. Locality 2
#> 757 Lueders Fm. Locality 2
#> 758 Lueders Fm. Locality 2
#> 759 Lueders Fm. Locality 2
#> 760 Lueders Fm. Locality 2
#> 761 Lueders Fm. Locality 2
#> 762 Lueders Fm. Locality 3
#> 763 Lueders Fm. Locality 3
#> 764 Lueders Fm. Locality 3
#> 765 Lueders Fm. Locality 3
#> 766 Lueders Fm. Locality 3
#> 767 Tchimozenogue Area
#> 768 Ibadanane Area I
#> 769 Ibadanane Area II
#> 770 Ibadanane Area II
#> 771 Richards Spur
#> 772 Baldwin bonebed
#> 773 Miller Bonebed
#> 774 Poleo Creek
#> 775 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 776 Wichita River near Vernon Crossing
#> 777 Big Wichita River (Arroyo Fm.)
#> 778 Indian Creek, 35 (Arroyo Formation)
#> 779 Indian Creek, 35 (Arroyo Formation)
#> 780 Hog Creek, 39 (Arroyo Formation)
#> 781 Locality FA - Green Nodule Site
#> 782 Locality FA - Pipe Site
#> 783 Locality FA - Diplocaulus Site
#> 784 Dashankou locality
#> 785 Dashankou locality
#> 786 Dashankou locality
#> 787 Dashankou locality
#> 788 Dashankou locality
#> 789 Dashankou locality
#> 790 Dashankou locality
#> 791 Bromacker Quarry (upper level of Tambach sandstone)
#> 792 Miller Bonebed
#> 793 Rio Puerco
#> 794 NE Arroyo de Agua
#> 795 SE Arroyo de Agua
#> 796 NE Socorro
#> 797 SE Santa Fe
#> 798 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 799 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 800 Mazon Creek
#> 801 Mazon Creek
#> 802 Linton
#> 803 Nyrany
#> 804 Nyrany
#> 805 Nyrany
#> 806 Nyrany
#> 807 Nyrany
#> 808 Nyrany
#> 809 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 810 Niederkirchen/Westpfalz
#> 811 Wapiti Lake
#> 812 Petropavlovka I (Locality 19)
#> 813 Petropavlovka I (Locality 19)
#> 814 Petropavlovka I (Locality 19)
#> 815 Petropavlovka I (Locality 19)
#> 816 Petropavlovka II (Locality 20)
#> 817 Zheshart
#> 818 Belebei, PIN 164
#> 819 Dominion Coal Co. strip mine No. 7
#> 820 Danville Locality (Vertebrates)
#> 821 Danville Locality (Vertebrates)
#> 822 Danville Locality (Vertebrates)
#> 823 Coffee Creek, 34 (Arroyo Formation)
#> 824 Nisogora, Vashka River, PIN 4543
#> 825 Garnett Quarry
#> 826 Garnett Quarry
#> 827 Garnett Quarry
#> 828 Garnett Quarry
#> 829 Garnett Quarry
#> 830 Archer City Bonebed 1 (Putnam Fm.)
#> 831 Archer City Bonebed 1 (Putnam Fm.)
#> 832 Archer City Bonebed 1 (Putnam Fm.)
#> 833 Archer City Bonebed 1 (Putnam Fm.)
#> 834 Archer City Bonebed 1 (Putnam Fm.)
#> 835 Archer City Bonebed 1 (Putnam Fm.)
#> 836 Archer City Bonebed 1 (Putnam Fm.)
#> 837 Niederhaslich
#> 838 Konigin-Carola-Schacht
#> 839 Placerville Localities 3 + 4
#> 840 Placerville Localities 3 + 4
#> 841 Placerville Locality 1
#> 842 Placerville Locality 1
#> 843 Placerville Locality 2
#> 844 Placerville Localities 5 + 6
#> 845 Placerville Localities 5 + 6
#> 846 Placerville Localities 7-10
#> 847 Placerville Localities 7-10
#> 848 Placerville Localities 7-10
#> 849 Placerville Localities 7-10
#> 850 Placerville Localities 7-10
#> 851 Placerville Localities 11-13
#> 852 Placerville Localities 11-13
#> 853 Placerville Localities 11-13
#> 854 Placerville Locality 14
#> 855 Placerville Locality 15 + 16
#> 856 Kul’chumovo-A
#> 857 Kul’chumovo-A
#> 858 Kul’chumovo-A
#> 859 Kul’chumovo-A
#> 860 Kul’chumovo-A
#> 861 Placerville Locality 15 + 16
#> 862 Bromacker Quarry (upper level of Tambach sandstone)
#> 863 Mansfeld mining district
#> 864 Schwarzer Philipp
#> 865 Wolfsberg Mine
#> 866 Ellrich
#> 867 Mt. Eliva (Sakamena Fm.)
#> 868 Leoposa (Sakamena Fm.)
#> 869 Benenitra (Sakamena Fm.)
#> 870 Benenitra (Sakamena Fm.)
#> 871 Benenitra (Sakamena Fm.)
#> 872 Sakamaniga (Sakamena Fm.)
#> 873 Victoria West District (?Abrahamskraal Formation)
#> 874 Hamilton Quarry
#> 875 Mt. Eliva (Sakamena Fm.)
#> 876 Mt. Eliva (Sakamena Fm.)
#> 877 Krymskiy, locality 7 of Tverdokhlebov et al. 2005
#> 878 Kotelnich, Vjatka River ("Sarmin" series), PIN 2212
#> 879 Saray Gir, locality 8 of Tverdokhlebov et al. 2005
#> 880 Novo-Nikolskoye 2
#> 881 Novo-Nikolskoye 2
#> 882 Novo-Nikolskoye 2
#> 883 Novo-Nikolskoye 2
#> 884 Mansfeld mining district
#> 885 Mansfeld mining district
#> 886 Archer City Bonebed 1 (Putnam Fm.)
#> 887 Locality KB (Upper Vale Fm.)
#> 888 Locality KB (Upper Vale Fm.)
#> 889 Locality KB (Upper Vale Fm.)
#> 890 Locality KC (Upper Vale Fm.)
#> 891 Locality KD
#> 892 Locality KD
#> 893 Locality KD
#> 894 Locality KD
#> 895 Locality KC (Upper Vale Fm.)
#> 896 Locality KE (Upper Vale Fm.)
#> 897 Locality KF (Middle Vale Formation)
#> 898 Locality KF (Middle Vale Formation)
#> 899 Locality KF (Middle Vale Formation)
#> 900 Locality KF (Middle Vale Formation)
#> 901 Locality KG (Upper Vale Fm.)
#> 902 Crooked Creek (Lower Vale Fm.)
#> 903 Locality KH (Upper Vale Fm.)
#> 904 Bodental (Nentershausen)
#> 905 Cantera Nueva, Tscherig Farm
#> 906 Cantera Vieja, Tscherig Farm
#> 907 Cantera Vieja, Tscherig Farm
#> 908 Cantera Vieja, Tscherig Farm
#> 909 Cantera Vieja, Tscherig Farm
#> 910 Cantera Vieja, Tscherig Farm
#> 911 Cantera Vieja, Tscherig Farm
#> 912 QMF L78 (Rewan Formation)
#> 913 QMF L78 (Rewan Formation)
#> 914 Walkenried
#> 915 Tianjialing, Xuecun Town
#> 916 Ilmenau
#> 917 Buchholz
#> 918 Posto Queimado
#> 919 Locality KH (Upper Vale Fm.)
#> 920 Locality KB (Upper Vale Fm.)
#> 921 Cottonwood Creek (Moran Fm.)
#> 922 Cottonwood Creek (Moran Fm.)
#> 923 Perry site 6, bed 16
#> 924 Perry site 6, bed 16
#> 925 Perry site 6, bed 16
#> 926 Perry site 6, bed 16
#> 927 Perry site 6, bed 16
#> 928 Geraldine Bonebed
#> 929 Geraldine Bonebed
#> 930 Geraldine Bonebed
#> 931 Mount Barry, 12 (Admiral Formation)
#> 932 Graaff-Reinet Commonage
#> 933 Rito Puerco
#> 934 Danville Locality (Vertebrates)
#> 935 Danville Locality (Vertebrates)
#> 936 Coffee Creek, 34 (Arroyo Formation)
#> 937 UCMP 39179, Jemez Canyon (Abo Formation)
#> 938 UCMP 39179, Jemez Canyon (Abo Formation)
#> 939 Miller Bonebed
#> 940 Rio Puerco
#> 941 Maybelle
#> 942 Briar Creek
#> 943 South of Fulda, 19 (Belle Plains)
#> 944 Rattlesnake Canyon (Admiral Fm.)
#> 945 Archer City Bonebed 1 (Putnam Fm.)
#> 946 Kurlaevsky-2, locality 5 of Tverdokhlebov et al. 2005
#> 947 Mount Barry, 12 (Admiral Formation)
#> 948 Slippery Creek, 20 (Belle Plains Formation)
#> 949 Slippery Creek, 20 (Belle Plains Formation)
#> 950 Slippery Creek, 20 (Belle Plains Formation)
#> 951 Ozerka, PIN 2972 (locality 38 of Tverdokhlebov et al. 2005)
#> 952 Dominion Coal Co. strip mine No. 7
#> 953 Semin Ovrag, PIN 156
#> 954 Dominion Coal Co. strip mine No. 7
#> 955 Dobrinka, locality 6 of Tverdokhlebov et al. 2005
#> 956 Nyrany
#> 957 Linton
#> 958 Linton
#> 959 Linton
#> 960 Linton
#> 961 Slippery Creek, 20 (Belle Plains Formation)
#> 962 Rattlesnake Canyon (Admiral Fm.)
#> 963 Archer City Bonebed 1 (Putnam Fm.)
#> 964 Three Forks of the Little Wichita, 5 (Putnam Formation)
#> 965 Godwin Creek, 14 (Admiral Formation)
#> 966 South of Fulda, 19 (Belle Plains)
#> 967 Mount Barry, 12 (Admiral Formation)
#> 968 Geraldine Bonebed
#> 969 Cottonwood Creek (Moran Fm.)
#> 970 Tit Mountain, 21 (Belle Plains Formation)
#> 971 Big Wichita, Cummins, 23 (Belle Plains Formation)
#> 972 Elm Creek, 2 (Putnam Formation)
#> 973 Deep Red Run
#> 974 Kamenny Ravine (Ulema River), Isheevo, PIN 157, 2207
#> 975 Wolfsberg Mine
#> 976 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 977 Halde Schnepfenbusch
#> 978 Halde Schnepfenbusch
#> 979 Mansfeld mining district
#> 980 Jackson Canyon
#> 981 Grassy Ridge
#> 982 Barendskraal Farm
#> 983 Electra (Clyde Fm.)
#> 984 Spasskoye settlement (Vokhma Formation), PIN 1025
#> 985 Krasnye Baki
#> 986 Kiselikha, PIN 158, Lower Mezen' River
#> 987 Klyuchevskiy Rudnik-2, PIN 1954, 1955
#> 988 BC-8 (Chickasha Formation)
#> 989 Locality KC (Upper Vale Fm.)
#> 990 Drysdall & Kitching locality 21, Upper Luangwa Valley
#> 991 Farm Water Krantz, Waterkrans
#> 992 Quaggas Fontein 250
#> 993 Willodene Farm, Locality 12
#> 994 Willodene Farm, Locality 12
#> 995 Willodene Farm, Locality 12
#> 996 Willodene Farm, Locality 12
#> 997 Willodene Farm, Locality 12
#> 998 Willodene Farm, Locality 1
#> 999 Willodene Farm, Locality 2
#> 1000 Willodene Farm, Locality 3
#> 1001 Willodene Farm, Locality 4
#> 1002 Willodene Farm, Locality 4
#> 1003 Willodene Farm, Locality 4
#> 1004 Willodene Farm, Locality 4
#> 1005 Willodene Farm, Locality 5
#> 1006 Willodene Farm, Locality 5
#> 1007 Willodene Farm, Locality 6
#> 1008 Willodene Farm, Locality 6
#> 1009 Willodene Farm, Locality 6
#> 1010 Willodene Farm, Locality 7
#> 1011 Willodene Farm, Locality 7
#> 1012 Willodene Farm, Locality 7
#> 1013 Willodene Farm, Locality 8
#> 1014 Willodene Farm, Locality 8
#> 1015 Willodene Farm, Locality 9
#> 1016 Willodene Farm, Locality 9
#> 1017 Willodene Farm, Locality 9
#> 1018 Willodene Farm, Locality 10
#> 1019 Willodene Farm, Locality 10
#> 1020 Willodene Farm, Locality 10
#> 1021 Willodene Farm, Locality 10
#> 1022 Willodene Farm, Locality 11
#> 1023 Willodene Farm, Locality 11
#> 1024 Willodene Farm, Locality 11
#> 1025 Willodene Farm, Locality 13
#> 1026 Willodene Farm, Locality 13
#> 1027 Willodene Farm, Locality 13
#> 1028 Willodene Farm, Locality 13
#> 1029 Willodene Farm, Locality 14
#> 1030 Willodene Farm, Locality 14
#> 1031 Willodene Farm, Locality 15
#> 1032 Willodene Farm, Locality 15
#> 1033 Willodene Farm, Locality 15
#> 1034 Willodene Farm, Locality 15
#> 1035 Willodene Farm, Locality 16
#> 1036 Hamilton Quarry
#> 1037 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 1038 Locality FA - Pipe Site
#> 1039 Richards Spur
#> 1040 Vyazniki Localities, PIN 1100
#> 1041 Vyazniki Localities, PIN 1100
#> 1042 Vyazniki Localities, PIN 1100
#> 1043 Vyazniki Localities, PIN 1100
#> 1044 Vyazniki Localities, PIN 1100
#> 1045 Vyazniki Localities, PIN 1100
#> 1046 Vyazniki Localities, PIN 1100
#> 1047 Vyazniki Localities, PIN 1100
#> 1048 Vyazniki Localities, PIN 1100
#> 1049 Vyazniki Localities, PIN 1100
#> 1050 Purly Locality, PIN 1538
#> 1051 Vyazniki Localities, PIN 1100
#> 1052 Purly Locality, PIN 1538
#> 1053 Abrahamskraal, Prince Albert
#> 1054 Vozdvizhenka, PIN 4538, locality 76 of Tverdokhlebov et al. 2005
#> 1055 Vozdvizhenka, PIN 4538, locality 76 of Tverdokhlebov et al. 2005
#> 1056 Vozdvizhenka, PIN 4538, locality 76 of Tverdokhlebov et al. 2005
#> 1057 Malaya Kinel' locality, PIN 272
#> 1058 Malaya Kinel' locality, PIN 272
#> 1059 Malaya Kinel' locality, PIN 272
#> 1060 Malaya Kinel' locality, PIN 272
#> 1061 Kiselikha, PIN 158, Lower Mezen' River
#> 1062 Nisogora, Vashka River, PIN 4543
#> 1063 BC-7 (Chickasha Formation)
#> 1064 SW Cottageville
#> 1065 Cape Linzee
#> 1066 Joggins; Divison 4, Section XII, coal-group 26
#> 1067 Joggins; Divison 4, Section XII, coal-group 26
#> 1068 Middridge, Durham
#> 1069 Shikhovo-Chirki, PIN 161
#> 1070 Kargalinski Mines, PIN 1954, PIN 48, locality 12 of Tverdokhlebov et al. (2005)
#> 1071 Akbatyrovskii Mine
#> 1072 Akbatyrovskii Mine
#> 1073 Akbatyrovskii Mine
#> 1074 Coffee Creek, 34 (Arroyo Formation)
#> 1075 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 1076 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 1077 Coffee Creek, 34 (Arroyo Formation)
#> 1078 Beaver Creek, 42 (Arroyo Formation)
#> 1079 Pony Creek, 36 (Arroyo Formation)
#> 1080 Hog Creek, 39 (Arroyo Formation)
#> 1081 OMNH locality V114
#> 1082 OMNH locality V114
#> 1083 OMNH locality V114
#> 1084 OMNH locality V114
#> 1085 OMNH locality V114
#> 1086 OMNH locality V114
#> 1087 Shikhovo-Chirki, PIN 161
#> 1088 Shikhovo-Chirki, PIN 161
#> 1089 Shikhovo-Chirki, PIN 161
#> 1090 Shikhovo-Chirki, PIN 161
#> 1091 Shikhovo-Chirki, PIN 161
#> 1092 Belebei, PIN 164
#> 1093 Norman
#> 1094 Noble
#> 1095 Inta city, PIN 570, PIN 3950
#> 1096 Inta city, PIN 570, PIN 3950
#> 1097 Ezhovo Locality, PIN 1758
#> 1098 Tatezaki
#> 1099 Ezhovo Locality, PIN 1758
#> 1100 Mariakani
#> 1101 Kitching Ridge (Fremouw Fm.)
#> 1102 Collinson Ridge (Fremouw Fm., 85 m above base)
#> 1103 Mitchell Creek, 29 (Waggoner Ranch Formation)
#> 1104 Donnybrook (Queenstown District)
#> 1105 Coffee Creek, 34 (Arroyo Formation)
#> 1106 Donnybrook (Queenstown District)
#> 1107 Thrinaxodon Col (Fremouw Formation)
#> 1108 Graphite Peak (Fremouw Fm.)
#> 1109 Thrinaxodon Col (Fremouw Formation)
#> 1110 Thrinaxodon Col (Fremouw Formation)
#> 1111 Graphite Peak (Fremouw Fm.)
#> 1112 Harrismith Commonage
#> 1113 Cantera Vieja, Tscherig Farm
#> 1114 Farm in Bethulie District
#> 1115 New Bethesda Commonage
#> 1116 Toverwater
#> 1117 Leeukloof 43
#> 1118 Alarmkraal
#> 1119 Locality XXII, Tikida
#> 1120 Locality XXII, Tikida
#> 1121 Locality XXII, Tikida
#> 1122 Beukesplaas
#> 1123 Beukesplaas
#> 1124 Kotelnich, Vjatka River ("Sarmin" series), PIN 2212
#> 1125 Kotelnich, Vjatka River ("Sarmin" series), PIN 2212
#> 1126 Kenilworth
#> 1127 Coventry
#> 1128 Bloukrans (Prince Albert District)
#> 1129 Deep Red Run
#> 1130 Deep Red Run
#> 1131 Deep Red Run
#> 1132 Deep Red Run
#> 1133 Deep Red Run
#> 1134 Deep Red Run
#> 1135 Hopetown, near intersection of Orange River and Cape Town-Kimberley railroad
#> 1136 METAGO I limestone quarry
#> 1137 METAGO I limestone quarry
#> 1138 SUCAL limestone quarry
#> 1139 SUCAL limestone quarry
#> 1140 SUCAL limestone quarry
#> 1141 The Grant
#> 1142 Hottentotsrivier Farm
#> 1143 Ringsfontein
#> 1144 Beeldhouersfontein
#> 1145 Katbosch, Graaff-Reinet
#> 1146 Alarmkraal
#> 1147 UCMP V-2814
#> 1148 Sao Mateus do Sul
#> 1149 São Gabriel, R. G. do Sul
#> 1150 São Gabriel, R. G. do Sul
#> 1151 Ribeirão da Onça, 1/2 mile upstream from mouth into Rio Tieté
#> 1152 Irati Formation, SP
#> 1153 Irati Formation, SP
#> 1154 Sao Mateus do Sul
#> 1155 Hanayama Farm, Tatuí
#> 1156 Itapetininga
#> 1157 Itapetininga
#> 1158 50 km south of Juazeiro do Norte
#> 1159 Assistência
#> 1160 Piracicaba
#> 1161 Irati Formation, PR
#> 1162 Weltevreden (Prince Albert)
#> 1163 Kimberley
#> 1164 District of Albania, Griqualand West
#> 1165 Calvinia
#> 1166 Bushmanland, Cape Colony
#> 1167 Irati
#> 1168 Irati
#> 1169 Sao Mateus do Sul
#> 1170 Irati Formation, SP
#> 1171 Georgetown-Nounan Road
#> 1172 Quarry 8 km S Rio Claro and 2 km S Assistência District
#> 1173 Irati station
#> 1174 Rebouças
#> 1175 Irati Formation, PR
#> 1176 Mayro limestone quarry, Tietê
#> 1177 Irati Formation, PR
#> 1178 Irati Formation, SP
#> 1179 Irati Formation, SP
#> 1180 Piracicaba
#> 1181 Ogatsu
#> 1182 Passo Sao Borja, tempestite bed
#> 1183 São Mateus do Sul, bituminous shale facies
#> 1184 Rio Claro municipality
#> 1185 Rio Claro municipality
#> 1186 Rio Claro municipality
#> 1187 Huab Basin amphibian locality
#> 1188 QMF L78 (Rewan Formation)
#> 1189 Locality KV (San Angelo Fm.)
#> 1190 Locality KAC (Lower Flowerpot Shale)
#> 1191 Locality KAC (Lower Flowerpot Shale)
#> 1192 Vale site 1919
#> 1193 Vale site 1919
#> 1194 Vale site 1919
#> 1195 Coffee Creek, 34 (Arroyo Formation)
#> 1196 Coffee Creek, 34 (Arroyo Formation)
#> 1197 Richards Spur
#> 1198 Railroad cut S of Punta Grossa
#> 1199 Farm Uitkyk, Calvinia District
#> 1200 Kabus
#> 1201 Kabus
#> 1202 Ganikobes
#> 1203 Villarrica
#> 1204 Villarrica
#> 1205 Arroyo de La Mina
#> 1206 Arroyo de La Mina
#> 1207 Paso Maria Isabel
#> 1208 Paso Maria Isabel
#> 1209 southwest of Grandfield
#> 1210 Richards Spur
#> 1211 southwest of Grandfield
#> 1212 Bromacker Quarry (upper level of Tambach sandstone)
#> 1213 USNM Locality 40971
#> 1214 Bromacker Quarry (upper level of Tambach sandstone)
#> 1215 Betsieka
#> 1216 Linton
#> 1217 Linton
#> 1218 Linton
#> 1219 Nyrany
#> 1220 Nyrany
#> 1221 Swisshelm Mts. amphibian site
#> 1222 Swisshelm Mts. amphibian site
#> 1223 Swisshelm Mts. amphibian site
#> 1224 Swisshelm Mts. amphibian site
#> 1225 Swisshelm Mts. amphibian site
#> 1226 Swisshelm Mts. amphibian site
#> 1227 Swisshelm Mts. amphibian site
#> 1228 Hobbs Hill
#> 1229 Hobbs Hill
#> 1230 Cutties Hillock Millstone Quarry
#> 1231 Cutties Hillock Millstone Quarry
#> 1232 Cutties Hillock Millstone Quarry
#> 1233 Cutties Hillock Millstone Quarry
#> 1234 Cutties Hillock Millstone Quarry
#> 1235 Cutties Hillock Millstone Quarry
#> 1236 Cutties Hillock Millstone Quarry
#> 1237 Cutties Hillock Millstone Quarry
#> 1238 Cutties Hillock Millstone Quarry
#> 1239 Schrikwaters Poort
#> 1240 Locality V4744
#> 1241 Sakamaniga (Sakamena Fm.)
#> 1242 Ranohira (Sakamena Fm.)
#> 1243 Diego Basin Early Triassic amniotes
#> 1244 Diego Basin Early Triassic amniotes
#> 1245 Diego Basin Early Triassic amniotes
#> 1246 Diego Basin Early Triassic amniotes
#> 1247 Diego Basin Early Triassic amniotes
#> 1248 Diego Basin Early Triassic amniotes
#> 1249 Mt. Eliva (Sakamena Fm.)
#> 1250 Katbosch, Graaff-Reinet
#> 1251 Graaff-Reinet Commonage
#> 1252 Rietfontein
#> 1253 Boesmansrivier
#> 1254 De Bad farm
#> 1255 Kargalinski Mines, PIN 1954, PIN 48, locality 12 of Tverdokhlebov et al. (2005)
#> 1256 Tianjialing, Xuecun Town
#> 1257 Liulin, Beigou Village, Xuecun Town
#> 1258 Tianjialing, Xuecun Town
#> 1259 Semin Ovrag, PIN 156
#> 1260 Nisogora, Vashka River, PIN 4543
#> 1261 Sokolki locality, PIN 2005
#> 1262 Sokolki locality, PIN 2005
#> 1263 Sokolki locality, PIN 2005
#> 1264 Sokolki locality, PIN 2005
#> 1265 Zavrazhye locality, PIN 2353, 2356
#> 1266 Sokolki locality, PIN 2005
#> 1267 Sokolki locality, PIN 2005
#> 1268 Obirkovo
#> 1269 Savvatii, PIN 3969
#> 1270 Gorokhovets, PIN 4818
#> 1271 Boevoi locality
#> 1272 Pron'kino, PIN 521
#> 1273 "Feldschacht zu Kupfersuhl"
#> 1274 Glücksbrunn/Heidelberg near Schweina
#> 1275 Schacht Ernestine, Rothenburg an der Saale
#> 1276 Richelsdorf mining district
#> 1277 Richelsdorf mining district
#> 1278 De Bad farm
#> 1279 Tamboers Fontein
#> 1280 Groot Kruidfontein
#> 1281 Vers Fontein/Jan Willem Fontein
#> 1282 Abrahamskraal, Prince Albert
#> 1283 Zwarts Siding
#> 1284 Mynhardtskraal
#> 1285 Vogelfontein (Prince Albert)
#> 1286 Leeurivier
#> 1287 Hottentotsrivier Farm
#> 1288 Abrahamskraal, Prince Albert
#> 1289 Groot Kruidfontein
#> 1290 Okunevo (Fedorovka River)
#> 1291 Locality XXII, Tikida
#> 1292 Zheshart
#> 1293 Vakhnevo locality
#> 1294 Vakhnevo locality
#> 1295 Vakhnevo locality
#> 1296 Markovka II, level 1
#> 1297 Markovka II, level 1
#> 1298 Markovka II, level 2
#> 1299 Markovka II, level 2
#> 1300 Markovka II, level 3
#> 1301 Markovka II, level 3
#> 1302 Markovka II, level 4
#> 1303 Markovka II, level 4
#> 1304 Kzyl Sai ravine
#> 1305 Kzyl Sai ravine
#> 1306 Kzyl Sai ravine
#> 1307 Kzyl Sai ravine
#> 1308 Kzyl Sai ravine
#> 1309 Kzyl Sai ravine
#> 1310 Kzyl Sai ravine
#> 1311 Kzyl Sai ravine
#> 1312 Kzyl Sai ravine
#> 1313 Kzyl Sai ravine
#> 1314 Lipovskaya gully (Donskaya Luka)
#> 1315 Donguz-6, PIN 3585
#> 1316 Donguz-6, PIN 3585
#> 1317 Donguz-6, PIN 3585
#> 1318 Donguz-6, PIN 3585
#> 1319 Donguz-6, PIN 3585
#> 1320 Cape Nikolai, Admiralty Peninsula, North Island of Novaya Zemlya Archipelago
#> 1321 Khei-Yaga-1
#> 1322 Khei-Yaga-1
#> 1323 Petropavlovka I (Locality 19)
#> 1324 Mezenskaya Pizhma and Lower Syamzhen'ga
#> 1325 Vybor River localities
#> 1326 Fukang-Jimsar area
#> 1327 Lishenglen
#> 1328 Lishenglen
#> 1329 Lipovo village, PIN 3355
#> 1330 Sarafanikha site
#> 1331 Kasyanovtsy site
#> 1332 Spasskoye settlement (Vokhma Formation), PIN 1025
#> 1333 Lipovskaya gully (Donskaya Luka)
#> 1334 Lipovskaya gully (Donskaya Luka)
#> 1335 Rincão dos Weiss
#> 1336 Rincão dos Weiss
#> 1337 Coffee Creek, 34 (Arroyo Formation)
#> 1338 Vakhnevo locality
#> 1339 Kudrino village
#> 1340 Kudrino village
#> 1341 Donnybrook (Queenstown District)
#> 1342 Donnybrook (Queenstown District)
#> 1343 Donnybrook (Queenstown District)
#> 1344 Campo da Pedra
#> 1345 Kimberley
#> 1346 Blumenthal 1 locality
#> 1347 Blumenthal 1 locality
#> 1348 Peschanoozerskaya, borehole 23, Kolguev Island
#> 1349 Kolguev Island, borehole 1
#> 1350 Kolguev Island, borehole 9
#> 1351 Kolguev Island, borehole 9
#> 1352 Kolguev Island, borehole 17
#> 1353 Kolguev Island, borehole 35, 1543.4-1551.4 m
#> 1354 Kolguev Island, borehole 35, 1543.4-1551.4 m
#> 1355 Kolguev Island, borehole 35, 1543.4-1551.4 m
#> 1356 Kolguev Island, borehole 141
#> 1357 Anisimovo village
#> 1358 Anisimovo village
#> 1359 Fernrocks near Tafelberg Station
#> 1360 Fernrocks near Tafelberg Station
#> 1361 Fernrocks near Tafelberg Station
#> 1362 Klein Vogelstruisfontein (Bethulie District)
#> 1363 Meshcheryakovka I
#> 1364 Meshcheryakovka I
#> 1365 Duckworth Creek, SW of Bluff, QML 215
#> 1366 Dashankou locality
#> 1367 Mandalay farm, Klipplaat District
#> 1368 Richards Spur
#> 1369 Knofloksfontein
#> 1370 Modderdrift farm
#> 1371 Modderdrift farm
#> 1372 Zwartskraal farm
#> 1373 Zwartskraal farm
#> 1374 Zwartskraal farm
#> 1375 Zwartskraal farm
#> 1376 Botterkraal, Prince Albert
#> 1377 Modderdrift farm
#> 1378 farm Combrinkskraal
#> 1379 Tuinkraal
#> 1380 Swartgrond
#> 1381 Joggins; Divison 4, Section XII, coal-group 26
#> 1382 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 1383 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 1384 Coal Mine Point; Divison 4, Section XV, coal-group 15
#> 1385 Kitching Ridge (Fremouw Fm.)
#> 1386 East side of King's Knob, near Laings Post Office
#> 1387 Richards Spur
#> 1388 Richards Spur
#> 1389 Richards Spur
#> 1390 Richards Spur
#> 1391 Doornplaas
#> 1392 Highway 87, mile marker 333, SW Winslow
#> 1393 Meteor Crater Quarry, main bonebed
#> 1394 Meteor Crater Quarry, main bonebed
#> 1395 Meteor Crater Quarry, main bonebed
#> 1396 Meteor Crater Quarry, upper bonebed
#> 1397 Meteor Crater Quarry area, tracksites
#> 1398 Meteor Crater Quarry area, tracksites
#> 1399 Meteor Crater Quarry area, tracksites
#> 1400 Moqui Wash
#> 1401 Meteor Crater Quarry area, tracksites
#> 1402 Moqui Wash
#> 1403 Leupp Quarry
#> 1404 Mallorca Buntsandstein tracksite (lower)
#> 1405 Mallorca Buntsandstein tracksite (lower)
#> 1406 Mallorca Buntsandstein tracksite (lower)
#> 1407 Mallorca Buntsandstein tracksite (lower)
#> 1408 Mallorca Buntsandstein tracksite (upper)
#> 1409 Wipperbrücke, Parforcehaus
#> 1410 Fupingtun, Dengliu
#> 1411 Songshugoulaowan
#> 1412 Rassypnaya locality, PIN 951
#> 1413 New Lootsberg Pass, Tweefontein Farm
#> 1414 Langberg 556
#> 1415 Rexford Store 433
#> 1416 Eerste Geluk 131
#> 1417 Rexford Store 433, Bethlehem district
#> 1418 Goedgedacht 15
#> 1419 Fraauitsicht, Bosrand 12
#> 1420 Driefontein
#> 1421 Kaaimansgat 146
#> 1422 Moerbeidal 648
#> 1423 Palmiet Fontein 94
#> 1424 K47/578, 0.5 mile S Dhenua, Damodar river
#> 1425 Campo da Pedra
#> 1426 Campo da Pedra
#> 1427 6.4 km from BR 158
#> 1428 Campo da Pedra
#> 1429 Cachoeira do Sul
#> 1430 Sítio Bica São Tomé 3
#> 1431 Sítio Bica São Tomé 3
#> 1432 Sítio Bica São Tomé 3
#> 1433 Sítio Bica São Tomé 3
#> 1434 Sítio Bica São Tomé 3
#> 1435 Sítio Bica São Tomé 4
#> 1436 Sítio Bica São Tomé 4
#> 1437 Sítio Bica São Tomé 4
#> 1438 Sítio Bica São Tomé 4
#> 1439 Sítio Bica São Tomé 5
#> 1440 Sítio Bica São Tomé 5
#> 1441 Sítio Bica São Tomé 5
#> 1442 Sítio Bica São Tomé 5
#> 1443 Sítio Bica São Tomé 5
#> 1444 Shenk Peak (uncertain stratigraphic level)
#> 1445 Graphite Peak (Fremouw Fm.)
#> 1446 Dongxiaolongkou
#> 1447 Giles County
#> 1448 Wapiti Lake, Locality A
#> 1449 Wapiti Lake, Locality D
#> 1450 Kolob Canyon District tracksite
#> 1451 Kolob Canyon District tracksite
#> 1452 Collinson Ridge (42.5 metres above base)
#> 1453 Harrismith Commonage
#> 1454 Harrismith Commonage
#> 1455 Harrismith Commonage
#> 1456 Harrismith Commonage
#> 1457 Harrismith Commonage
#> 1458 Harrismith Commonage
#> 1459 Harrismith Commonage
#> 1460 Harrismith Commonage
#> 1461 Harrismith Commonage
#> 1462 Harrismith Commonage
#> 1463 Harrismith Commonage
#> 1464 Harrismith Commonage
#> 1465 Harrismith Commonage
#> 1466 Farm Fairydale, Bethulie
#> 1467 Farm Fairydale, Bethulie
#> 1468 Farm Fairydale, Bethulie
#> 1469 Farm Fairydale, Bethulie
#> 1470 Farm Fairydale, Bethulie
#> 1471 Farm Fairydale, Bethulie
#> 1472 Boesmansklip, Bergville
#> 1473 Boesmansklip, Bergville
#> 1474 Boesmansklip, Bergville
#> 1475 Boesmansklip, Bergville
#> 1476 Thrinaxodon Col (Fremouw Formation)
#> 1477 Graphite Peak (Fremouw Fm.)
#> 1478 Collinson Ridge (Fremouw Fm., 85 m above base)
#> 1479 Kitching Ridge (Fremouw Fm.)
#> 1480 Honingkrans, Burgersdorp
#> 1481 Honingkrans, Burgersdorp
#> 1482 Honingkrans, Burgersdorp
#> 1483 Honingkrans, Burgersdorp
#> 1484 Big Bank, Harrismith
#> 1485 Big Bank, Harrismith
#> 1486 Big Bank, Harrismith
#> 1487 Big Bank, Harrismith
#> 1488 Queen's Hill, Harrismith
#> 1489 Rietport, Dewetsdorp
#> 1490 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 1491 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 1492 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 1493 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 1494 Donovan's Kop
#> 1495 Donovan's Kop
#> 1496 Donovan's Kop
#> 1497 Donovan's Kop
#> 1498 Donovan's Kop
#> 1499 Barendskraal Farm
#> 1500 Barendskraal Farm
#> 1501 Barendskraal Farm
#> 1502 Barendskraal Farm
#> 1503 Zeekoeigat, Venterstad
#> 1504 Zeekoeigat, Venterstad
#> 1505 Zeekoeigat, Venterstad
#> 1506 Zeekoeigat, Venterstad
#> 1507 Zeekoeigat, Venterstad
#> 1508 Zeekoeigat, Venterstad
#> 1509 Zeekoeigat, Venterstad
#> 1510 Zeekoeigat, Venterstad
#> 1511 Zeekoeigat, Venterstad
#> 1512 Zeekoeigat, Venterstad
#> 1513 Bergendal Farm
#> 1514 Bergendal Farm
#> 1515 Bergendal Farm
#> 1516 Bergendal Farm
#> 1517 Auchenreoch Glen
#> 1518 Lipovskaya gully (Donskaya Luka)
#> 1519 Khei-Yaga-1
#> 1520 Richards Spur
#> 1521 Barro Alto, Tiarajú District
#> 1522 Bremketal, east of Reinhausen
#> 1523 Remigiusberg Quarry
#> 1524 Zheshart
#> 1525 Tung-Hsaio-Lung-Kou, Jimusar
#> 1526 Mazon Creek
#> 1527 Linton
#> 1528 Linton
#> 1529 Linton
#> 1530 Walter Shutt farm, Clay County site 19
#> 1531 Moqui Wash
#> 1532 Avonleigh
#> 1533 Garnett Quarry
#> 1534 Karreelaagte, New Bethesda
#> 1535 Oorlog's Kloof, Calvinia
#> 1536 Meerderwyk, Colesberg
#> 1537 Blaauwpoort, Murraysburg, Cistecephalus Assemblage Zone
#> 1538 Blaauwpoort, Murraysburg, Cistecephalus Assemblage Zone
#> 1539 Crisp & Gunns Quarry, Head of Arthur Street
#> 1540 Duckworth Creek, SW of Bluff, QML 215
#> 1541 QMF L78 (Rewan Formation)
#> 1542 Long Reef
#> 1543 QMF L78 (Rewan Formation)
#> 1544 Krebeck
#> 1545 Wheatlands, Tarkastad
#> 1546 Wheatlands, Tarkastad
#> 1547 Wheatlands, Tarkastad
#> 1548 Wheatlands, Tarkastad
#> 1549 Dewetsdorp
#> 1550 Kruisvlei 279, east of Winburg
#> 1551 Rietfontein, bank of Caledon River
#> 1552 Nooitgedacht 68, Bethulie
#> 1553 Nooitgedacht 68, Bethulie
#> 1554 Nooitgedacht 68, Bethulie
#> 1555 Nooitgedacht 68, Bethulie
#> 1556 Nooitgedacht 68, Bethulie
#> 1557 Visgat, Conway, Middelburg
#> 1558 Visgat, Conway, Middelburg
#> 1559 Visgat, Conway, Middelburg
#> 1560 Ruygte Valley 321, Middelburg
#> 1561 Left bank river Damodar
#> 1562 Left bank river Damodar
#> 1563 Left bank river Damodar
#> 1564 Deoli
#> 1565 Deoli
#> 1566 Deoli
#> 1567 Deoli
#> 1568 Deoli
#> 1569 Koonya
#> 1570 Karashima island
#> 1571 Hungshanting, Hotung, Jimsar area
#> 1572 Czatkowice 1 quarry
#> 1573 Czatkowice 1 quarry
#> 1574 Czatkowice 1 quarry
#> 1575 Czatkowice 1 quarry
#> 1576 Czatkowice 1 quarry
#> 1577 Czatkowice 1 quarry
#> 1578 Wióry tracksite
#> 1579 Roadcut between Aichelberg and Castle Fautsburg
#> 1580 Herzogenweiler
#> 1581 Hafnerweg
#> 1582 Waldkatzenbach am Katzenbuckel
#> 1583 Hallwangen
#> 1584 Nagold valley
#> 1585 Altensteig
#> 1586 Bad Teinach
#> 1587 Dashankou locality
#> 1588 Baotou Captorhinid Site (Naobaogou Fm.)
#> 1589 E. C. Olson locality near Mitchell Creek
#> 1590 Richards Spur
#> 1591 Port Kotelnich, PIN 4678
#> 1592 Port Kotelnich, PIN 4678
#> 1593 Kotelnich, Vjatka River ("Sarmin" series), PIN 2212
#> 1594 Berezhane, PIN 1536
#> 1595 Berezhane, PIN 1536
#> 1596 Tambach-Dietharz temporary excavation site
#> 1597 Victoria West District (?Abrahamskraal Formation)
#> 1598 Victoria West District (?Abrahamskraal Formation)
#> 1599 Bromacker Quarry (upper level of Tambach sandstone)
#> 1600 Bromacker Quarry (upper level of Tambach sandstone)
#> 1601 Bromacker Quarry (upper level of Tambach sandstone)
#> 1602 Bromacker Quarry (upper level of Tambach sandstone)
#> 1603 Bromacker Quarry (upper level of Tambach sandstone)
#> 1604 Limnopus Trackways
#> 1605 Richards Spur
#> 1606 Greer
#> 1607 Greer
#> 1608 NMMNH 6121
#> 1609 near Elm Groove
#> 1610 Soho Street Quarry
#> 1611 Adams Township
#> 1612 Sand Hill
#> 1613 Proctor
#> 1614 Liberty District
#> 1615 Tucker District
#> 1616 Clay District
#> 1617 Springhill Township
#> 1618 Meade District
#> 1619 Battelle District
#> 1620 Franklin District
#> 1621 Lafayette 5-55
#> 1622 Lafayette 6-55
#> 1623 Lafayette 7-55
#> 1624 Lafayette 9-55
#> 1625 Lafayette 13-55
#> 1626 Lafayette 15-55
#> 1627 Lafayette 17-55
#> 1628 Lafayette 18-55
#> 1629 Lafayette 21-55
#> 1630 Lafayette 22-55
#> 1631 Lafayette 1-56
#> 1632 Lafayette 2-56
#> 1633 Lafayette 4-56
#> 1634 Limestone Hill
#> 1635 near MacDale
#> 1636 Tucker County Footprints
#> 1637 Island Creek, near West Union
#> 1638 Road cut on Hwy 38, Cowley Co., low. low. up. Speiser Sh.
#> 1639 Dry stone wall (Wall F), near East Kirkton
#> 1640 East Kirkton site (Units 70-82: East Kirkton Limestone)
#> 1641 East Kirkton site (Units 70-82: East Kirkton Limestone)
#> 1642 Richards Spur
#> 1643 Queck, Sclerothorax type locality
#> 1644 Heimarshausen near Naumburg
#> 1645 Helgoland, Predigtstuhl
#> 1646 Rügenwalde (Darowo) borehole
#> 1647 Vacha
#> 1648 Hite Crossing
#> 1649 Meteor Crater Quarry area, tracksites
#> 1650 UCMP V4123, near Meteor Crater
#> 1651 Meteor Crater Quarry area, tracksites
#> 1652 Kolob Canyons
#> 1653 Kolob Canyons
#> 1654 Roughlock Hill track locality
#> 1655 Roughlock Hill track locality
#> 1656 Baker Cabin Road track locality
#> 1657 Baker Cabin Road track locality
#> 1658 Baker Cabin Road track locality
#> 1659 Arminto track locality
#> 1660 Arminto track locality
#> 1661 Arminto track locality
#> 1662 Arminto track locality
#> 1663 Trampled-by-Turtles track locality
#> 1664 Trampled-by-Turtles track locality
#> 1665 Trampled-by-Turtles track locality
#> 1666 Old Thermopolis Road tracks
#> 1667 Old Thermopolis Road tracks
#> 1668 2.3 km west of Usili Mountain
#> 1669 B19, below and west of Kingori
#> 1670 B19, below and west of Kingori
#> 1671 B19, below and west of Kingori
#> 1672 B19, below and west of Kingori
#> 1673 Usili Basal Conglomerate
#> 1674 Usili Basal Conglomerate
#> 1675 Usili Basal Conglomerate
#> 1676 Usili Basal Conglomerate
#> 1677 Usili Basal Conglomerate
#> 1678 Coalsack Bluff, Transantarctic Mountains
#> 1679 Kitching Ridge (Fremouw Fm.)
#> 1680 Coalsack Bluff, Transantarctic Mountains
#> 1681 Coalsack Bluff, Transantarctic Mountains
#> 1682 Thrinaxodon Col (Fremouw Formation)
#> 1683 Coalsack Bluff, Transantarctic Mountains
#> 1684 Collinson Ridge (Fremouw Fm., 85 m above base)
#> 1685 Shenk Peak (Fremouw Fm., 28 m above base of section)
#> 1686 Shenk Peak (102 m above base of section)
#> 1687 Collinson Ridge (Fremouw Fm., 85 m above base)
#> 1688 QMF L78 (Rewan Formation)
#> 1689 QMF L78 (Rewan Formation)
#> 1690 Duckworth Creek, SW of Bluff, QML 215
#> 1691 Duckworth Creek, SW of Bluff, QML 215
#> 1692 QMF L78 (Rewan Formation)
#> 1693 QMF L78 (Rewan Formation)
#> 1694 Duckworth Creek, SW of Bluff, QML 215
#> 1695 QMF L78 (Rewan Formation)
#> 1696 QMF L78 (Rewan Formation)
#> 1697 QMF L78 (Rewan Formation)
#> 1698 Duckworth Creek, SW of Bluff, QML 215
#> 1699 Crisp & Gunns Quarry, Head of Arthur Street
#> 1700 Duckworth Creek, SW of Bluff, QML 215
#> 1701 QM 1111, "Tank"
#> 1702 QM L1434, Alpha property
#> 1703 Long Reef
#> 1704 Airly, near Capertee
#> 1705 West Wallsend Colliery
#> 1706 West Wallsend Colliery
#> 1707 Bellambi Colliery trackway
#> 1708 UCMP V6040
#> 1709 UCMP V6042
#> 1710 UCMP V6043
#> 1711 UCMP V6044
#> 1712 B.M.R locality, Dry Corner
#> 1713 UCMP V6040
#> 1714 BMR 10, Beagle Ridge Core
#> 1715 K47/578, 0.5 mile S Dhenua, Damodar river
#> 1716 K47/579, WNW of Deoli
#> 1717 K47/580, Left bank Damodar river, 0.5 miles WNW Dihika
#> 1718 K47/589, 1.25 miles SE of Bagulia
#> 1719 K47/591, Right bank Khanchi Jhor, 0.5 mile east Kesharkundi
#> 1720 K47/586, north of railway, NW of Dihika
#> 1721 K47/592, Right bank Khanchi Jhor, east of Rajpura
#> 1722 K47/588, Right bank Damodar River, SE of Bagulia
#> 1723 Iswarda, 5 miles SW of Asansol
#> 1724 Iswarda, 5 miles SW of Asansol
#> 1725 Bagjata, 6 miles S of Asansol
#> 1726 Talkunri, 3 miles SE of Asansol
#> 1727 Talkunri, 3 miles SE of Asansol
#> 1728 Talkunri, 3 miles SE of Asansol
#> 1729 Kukhrakuri, 4.5 miles S of Asansol
#> 1730 Banspatali, 4.5 miles SE of Burnpur
#> 1731 S bank Damodar River near Madhukuna Railbridge
#> 1732 Dumdumi village, right bank Damodar river
#> 1733 Chideru, Salt Range
#> 1734 UCMP V6040
#> 1735 UCMP V6041
#> 1736 Crisp & Gunns Quarry, Head of Arthur Street
#> 1737 Crisp & Gunns Quarry, Head of Arthur Street
#> 1738 Old Beach
#> 1739 Old Beach
#> 1740 Old Beach
#> 1741 Conningham
#> 1742 Conningham
#> 1743 Conningham
#> 1744 Midway Point
#> 1745 Midway Point
#> 1746 Midway Point
#> 1747 Midway Point
#> 1748 Milford
#> 1749 Lime Bay
#> 1750 Meadowbank
#> 1751 Poatina Highway
#> 1752 Old Beach
#> 1753 Midway Point
#> 1754 Koonya
#> 1755 Mangali, Wardha valley
#> 1756 Fraaiuitsicht
#> 1757 Kochov, Boskovice Furrow
#> 1758 Cottonwood Creek (Moran Fm.)
#> 1759 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 1760 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 1761 3 miles (5 km) northeast of Freeland Junction
#> 1762 Along Corral Creek, Milne Ranch, southwest Muddy Mountain
#> 1763 North slope of Muddy Mountain
#> 1764 Richards Spur
#> 1765 Middelhook
#> 1766 Lipovskaya gully (Donskaya Luka)
#> 1767 Tikhvinskoe (PIN collection 4048)
#> 1768 Muraptalovo 1
#> 1769 Alekseevka 1
#> 1770 Lipovskaya gully (Donskaya Luka)
#> 1771 Lipovskaya gully (Donskaya Luka)
#> 1772 Lipovskaya gully (Donskaya Luka)
#> 1773 Lipovskaya gully (Donskaya Luka)
#> 1774 Lipovskaya gully (Donskaya Luka)
#> 1775 Lipovskaya gully (Donskaya Luka)
#> 1776 Lipovskaya gully (Donskaya Luka)
#> 1777 Lipovskaya gully (Donskaya Luka)
#> 1778 Lipovskaya gully (Donskaya Luka)
#> 1779 Lipovskaya gully (Donskaya Luka)
#> 1780 Okunevo (Fedorovka River)
#> 1781 Okunevo (Fedorovka River)
#> 1782 Mechet' II (Locality 180)
#> 1783 Krasnaya yaruga gully
#> 1784 Vakhnevo locality
#> 1785 Rassypnaya locality, PIN 951
#> 1786 Rassypnaya locality, PIN 951
#> 1787 Rassypnaya locality, PIN 951
#> 1788 Mechet' II (Locality 180)
#> 1789 Cherepanka
#> 1790 Vakhnevo locality
#> 1791 Byzovaya
#> 1792 Okunevo (Fedorovka River)
#> 1793 Makarikha, PIN 3076
#> 1794 Yaomoshan, west bank Urumqi River
#> 1795 Beishan Hills, Quarry 3, Subei County
#> 1796 UCMP V6044
#> 1797 Fuyuan, S. Santai, Talungkou
#> 1798 Fuyuan, S. Santai, Talungkou
#> 1799 Fuyuan, S. Santai, Talungkou
#> 1800 Fuyuan, S. Santai, Talungkou
#> 1801 Dalongkou anticline, lower part of Guodikeng Fm
#> 1802 Taoshuyuangou, upper Goudikeng Fm
#> 1803 Farm Fairydale, Bethulie
#> 1804 Edenburg
#> 1805 Harrismith Commonage
#> 1806 Harrismith Commonage
#> 1807 Harrismith Commonage
#> 1808 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 1809 Ndanyana Hill, Hartebeespruit, Bergville
#> 1810 Ndanyana Hill, Hartebeespruit, Bergville
#> 1811 Harrismith Commonage
#> 1812 Harrismith Commonage
#> 1813 Cape Stosch, Ridge VIII-IX, Myalina kochi horizon
#> 1814 Cape Stosch, Ridge VIII-IX, Myalina kochi horizon
#> 1815 Cape Stosch, Ridge VIII-IX, Myalina kochi horizon
#> 1816 Cape Stosch, Ridge VIII-IX, Myalina kochi horizon
#> 1817 Cape Stosch, Spath Plateau, Stegocephalian Ridge
#> 1818 Cape Stosch, Stensiö Plateau, Ridge IX
#> 1819 Cape Stosch, Stensiö Plateau, Ridge IX, lower Proptychites Beds
#> 1820 Cape Stosch, Stensiö Plateau, Ridge IX, upper Proptychites Beds
#> 1821 Cape Stosch, Ridge VIII-IX, Myalina kochi horizon
#> 1822 Cape Stosch, Spath Plateau, Neviatiak Valley
#> 1823 Cape Stosch, Ridge VIII-IX, Myalina kochi horizon
#> 1824 Cape Stosch, Ridge III, Myalina kochi horizon
#> 1825 Cape Stosch, Spath Plateau, Smalleryg
#> 1826 Cape Stosch, Stensiö Plateau, Ridge VIII, upper Proptychites Beds
#> 1827 Cape Stosch, West of River 7
#> 1828 Cape Stosch, River 13, northern slopes Spath Plateau
#> 1829 Sticky Keep temnospondyl
#> 1830 Kap Thordsen, Dickson Land
#> 1831 Ambarakaraka
#> 1832 Mt. Trident
#> 1833 Mt. Andersson
#> 1834 Sticky Keep
#> 1835 Mountain north of Mt. Sture
#> 1836 Mt. Andersson
#> 1837 Mt. Trident
#> 1838 Sticky Keep
#> 1839 Mt. Bertil (fish horizon)
#> 1840 Sticky Keep
#> 1841 Mt. Andersson
#> 1842 Mt. Andersson
#> 1843 Sticky Keep
#> 1844 Mt. Andersson
#> 1845 Mt. Andersson
#> 1846 Sticky Keep
#> 1847 Mt. Andersson
#> 1848 Mt. Milne Edwards
#> 1849 Mt. Milne Edwards
#> 1850 Mt. Congress, fish horizon
#> 1851 Mt Heimen
#> 1852 Mt. Milne Edwards
#> 1853 Mt. Andersson
#> 1854 Mt Heimen
#> 1855 Mt. Congress, fish horizon
#> 1856 Mt. Milne Edwards
#> 1857 Mt. Milne Edwards
#> 1858 Sticky Keep
#> 1859 Mt. Congress, fish horizon
#> 1860 Mt. Wallenberg
#> 1861 Mt. Congress, fish horizon
#> 1862 Madiromiary
#> 1863 Madiromiary
#> 1864 Madiromiary
#> 1865 Mahatsara
#> 1866 5 km NE of d'Irato
#> 1867 Ambatobe
#> 1868 Mahatsara
#> 1869 Anjavimilai
#> 1870 Antsaba
#> 1871 Ambilobe
#> 1872 Ambodipo
#> 1873 Right bank Ifasy River, NE of Anaborano
#> 1874 Right bank Ifasy River, NE of Anaborano
#> 1875 Tafelberg, near Middelburg
#> 1876 Colesberg, Goede Hoop
#> 1877 Spitzkop, Graaff-Reinet
#> 1878 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 1879 Farm Harmonia, Senekal
#> 1880 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 1881 Donnybrook (Queenstown District)
#> 1882 Harmonie, Steynsburg
#> 1883 Steynsburg
#> 1884 Farm Fairydale, Bethulie
#> 1885 Bethulie
#> 1886 Queen's Hill, Harrismith
#> 1887 Oranje, Bethulie
#> 1888 Bethulie Commonage (Lystrosaurus Assemblage Zone)
#> 1889 Klipfontein, Rouxville
#> 1890 Wonderkrantz
#> 1891 Queenstown
#> 1892 Verdun Farm, Paul roux
#> 1893 Farm Bethel 763
#> 1894 Farm Bethel 763
#> 1895 Anhui Province, unknown locality
#> 1896 Anhui Province, unknown locality
#> 1897 Anhui Province, unknown locality
#> 1898 Walplaas
#> 1899 Donnybrook (Queenstown District)
#> 1900 Farm Perdelaagte, Heuningkrans 26
#> 1901 Farm Perdelaagte, Heuningkrans 26
#> 1902 UCMP V4744, Thaba N'chu
#> 1903 UCMP V4744, Thaba N'chu
#> 1904 Driefontein
#> 1905 Driefontein
#> 1906 Driefontein
#> 1907 Driefontein
#> 1908 Driefontein
#> 1909 Driefontein
#> 1910 Kaaimansgat 146
#> 1911 Watford Form, Burgersdorp
#> 1912 Farm T'Zamenkomst 120, Venterstad
#> 1913 Gwarriekop farm, Senekal
#> 1914 Zylsfontein, Senekal
#> 1915 Beersheba
#> 1916 New Castle of the Admiralty Estates farm, Field No. 3849 (Beaufort Grp.)
#> 1917 Wonderkrantz
#> 1918 Farm Fairydale, Bethulie
#> 1919 Quarrington quarry
#> 1920 Middridge, Durham
#> 1921 Semin Ovrag, PIN 156
#> 1922 Semin Ovrag, PIN 156
#> 1923 Semin Ovrag, PIN 156
#> 1924 Semin Ovrag, PIN 156
#> 1925 B35 of Stockley, Ruanda
#> 1926 B35 of Stockley, Ruanda
#> 1927 B35 of Stockley, Ruanda
#> 1928 Iggui Aouglef tracksite
#> 1929 Iggui Aouglef tracksite
#> 1930 Iggui Aouglef tracksite
#> 1931 Iggui Aouglef tracksite
#> 1932 Iggui Aouglef tracksite
#> 1933 Iggui Aouglef tracksite
#> 1934 Kitching Ridge (Fremouw Fm.)
#> 1935 Kitching Ridge (Fremouw Fm.)
#> 1936 Cantera Vieja, Tscherig Farm
#> 1937 Lookout Mountain
#> 1938 Thrinaxodon Col (Fremouw Formation)
#> 1939 Wapiti Lake, Locality D
#> 1940 Wapiti Lake, locality B
#> 1941 Wapiti Lake, Locality D
#> 1942 Yuan'an, Yichang, (Wuhan Centre of China Geological Survey 2011 )
#> 1943 Hamilton Quarry
#> 1944 South Majiashan quarry (Nanlinghu Fm)
#> 1945 Marhwas, Sidhi
#> 1946 Bolshoi Bogdo Mountain, Lake Baskunchak
#> 1947 Pirnie Colliery
#> 1948 Bolchaïa Sloudka, Vetluga River
#> 1949 Bolchaïa Sloudka, Vetluga River
#> 1950 Zoubovskoïé, Vetluga River
#> 1951 Zoubovskoïé, Vetluga River
#> 1952 Lousa, Vologda
#> 1953 Promontory of Torre del Porticciolo
#> 1954 Perry site 5
#> 1955 Perry site 5
#> 1956 Coffee Creek, 34 (Arroyo Formation)
#> 1957 Autunois Bolosauridae
#> 1958 south quarry, Storeton
#> 1959 south quarry, Storeton
#> 1960 south quarry, Storeton
#> 1961 south quarry, Storeton
#> 1962 Tarporley
#> 1963 Cannelton
#> 1964 Danville Locality (Vertebrates)
#> 1965 Near Xiaolangdi Reservoir
#> 1966 Mount Frere
#> 1967 New Bethesda Commonage
#> 1968 New Bethesda Commonage
#> 1969 Doornkloof (Glen Again)
#> 1970 Doornkloof (Glen Again)
#> 1971 Doornkloof (Glen Again)
#> 1972 Doornkloof (Glen Again)
#> 1973 New Bethesda Commonage
#> 1974 Toverwater
#> 1975 Doornplaas
#> 1976 Beeldhouersfontein
#> 1977 Beeldhouersfontein
#> 1978 Beeldhouersfontein
#> 1979 Beeldhouersfontein
#> 1980 Beeldhouersfontein
#> 1981 Klipplaat
#> 1982 Klipplaat
#> 1983 Wellwood (Dicynodon Assemblage Zone)
#> 1984 Stylkrantz, Sniewe Berg (Dicynodon AZ)
#> 1985 Cape Egmont
#> 1986 Valley floor of east Camp Quarry
#> 1987 Niederhaslich
#> 1988 Les Tuilieres, Lodeve
#> 1989 Tanga marine reptiles
#> 1990 Between Ranohira and Benenitra
#> 1991 Mt. Eliva (Sakamena Fm.)
#> 1992 Richards Spur
#> 1993 Richards Spur
#> 1994 Vangfontein, annexe of Nooitgedacht 25 farm
#> 1995 Sondagsriviershoek
#> 1996 Steilkrans, Fort Beaufort
#> 1997 Dunedin
#> 1998 B18, below and east of Kingori
#> 1999 Bagé-Aceguá Highway, Provelosaurus type
#> 2000 Bagé-Aceguá Highway, Provelosaurus paratype
#> 2001 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2002 Liulin, Beigou Village, Xuecun Town
#> 2003 Tianjialing, Xuecun Town
#> 2004 Huakedaliang, Dayu township, Jiyuan City
#> 2005 Huakedaliang, Dayu township, Jiyuan City
#> 2006 Huakedaliang, Dayu township, Jiyuan City
#> 2007 Huakedaliang, Dayu township, Jiyuan City
#> 2008 Huakedaliang, Dayu township, Jiyuan City
#> 2009 Huakedaliang, Dayu township, Jiyuan City
#> 2010 Huakedaliang, Dayu township, Jiyuan City
#> 2011 Huakedaliang, Dayu township, Jiyuan City
#> 2012 Huakedaliang, Dayu township, Jiyuan City
#> 2013 Huakedaliang, Dayu township, Jiyuan City
#> 2014 18km southwest of Chamwe
#> 2015 18km southwest of Chamwe
#> 2016 18km southwest of Chamwe
#> 2017 18km southwest of Chamwe
#> 2018 18km southwest of Chamwe
#> 2019 18km southwest of Chamwe
#> 2020 Beaufort West commonage
#> 2021 Putfontein
#> 2022 Locality L4
#> 2023 Locality L2
#> 2024 Dalongkou near Jimusar
#> 2025 Halsell Hill, Ralph Brixic farm
#> 2026 West side of Puerco River, opposite Youngsville, "El Rito"
#> 2027 UCMP V-2814
#> 2028 Diligent River
#> 2029 Yuan'an, (Wuhan Centre of China Geological Survey 2011 )
#> 2030 near Maghera/Draperstown, Londonderry
#> 2031 McKnight Road 6 miles north of Pittsburgh
#> 2032 Wardie Shore, north of Edinburgh
#> 2033 Delta
#> 2034 Delta
#> 2035 Raniganj
#> 2036 Leeukloof
#> 2037 Renosterkop, Graaff-Reinet
#> 2038 Droogvoets farm, Fraserburg, Lower Beaufort
#> 2039 Tafelberg
#> 2040 Tafelberg
#> 2041 The Kloof
#> 2042 Leeukloof
#> 2043 East Kirkton Quarry
#> 2044 Burghlee Ironstone, Loanhead, Midlothian
#> 2045 East Kirkton Quarry
#> 2046 Leeukloof
#> 2047 Leeukloof
#> 2048 Leeukloof
#> 2049 Leeukloof
#> 2050 Leeukloof
#> 2051 Leeukloof
#> 2052 Leeukloof
#> 2053 Leeukloof
#> 2054 Leeukloof
#> 2055 Leeukloof
#> 2056 Leeukloof
#> 2057 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2058 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2059 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2060 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2061 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2062 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2063 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2064 Hoeksplaas (Cistecephalus Assemblage Zone)
#> 2065 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2066 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2067 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2068 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2069 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2070 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2071 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2072 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2073 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2074 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2075 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2076 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2077 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 2078 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 2079 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 2080 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 2081 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 2082 Wimbledon
#> 2083 Wimbledon
#> 2084 Wimbledon
#> 2085 Wimbledon
#> 2086 Wimbledon
#> 2087 Wimbledon
#> 2088 Wimbledon
#> 2089 Wimbledon
#> 2090 Wimbledon
#> 2091 Gilmerton
#> 2092 East Kirkton Quarry
#> 2093 Gilmerton
#> 2094 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2095 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2096 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2097 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2098 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2099 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2100 Oudeberg (Pass and Plateau) - Cistecephalus Assemblage Zone
#> 2101 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2102 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2103 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2104 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2105 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2106 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2107 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2108 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2109 Oudeberg (Pass and Plateau) - Dicynodon Assemblage Zone
#> 2110 Sokolki locality, PIN 2005
#> 2111 Biesjiespoort, Victoria West
#> 2112 Biesjiespoort, Victoria West
#> 2113 Biesjiespoort, Victoria West
#> 2114 Biesjiespoort, Victoria West
#> 2115 Biesjiespoort, Victoria West
#> 2116 Biesjiespoort, Victoria West
#> 2117 Biesjiespoort, Victoria West
#> 2118 Biesjiespoort, Victoria West
#> 2119 Biesjiespoort, Victoria West
#> 2120 Biesjiespoort, Victoria West
#> 2121 Biesjiespoort, Victoria West
#> 2122 Biesjiespoort, Victoria West
#> 2123 Biesjiespoort, Victoria West
#> 2124 Biesjiespoort, Victoria West
#> 2125 Sokolki locality, PIN 2005
#> 2126 Sokolki locality, PIN 2005
#> 2127 Sokolki locality, PIN 2005
#> 2128 Sokolki locality, PIN 2005
#> 2129 Wellwood (Dicynodon Assemblage Zone)
#> 2130 Wellwood (Dicynodon Assemblage Zone)
#> 2131 Wellwood (Dicynodon Assemblage Zone)
#> 2132 Wellwood (Dicynodon Assemblage Zone)
#> 2133 Wellwood (Dicynodon Assemblage Zone)
#> 2134 Wellwood (Dicynodon Assemblage Zone)
#> 2135 Wellwood (Dicynodon Assemblage Zone)
#> 2136 Wellwood (Dicynodon Assemblage Zone)
#> 2137 Wellwood (Dicynodon Assemblage Zone)
#> 2138 Wellwood (Dicynodon Assemblage Zone)
#> 2139 Corncockle Quarry
#> 2140 Corncockle Quarry
#> 2141 Corncockle Quarry
#> 2142 Corncockle Quarry
#> 2143 Wellwood (Cistecephalus Assemblage Zone)
#> 2144 Wellwood (Cistecephalus Assemblage Zone)
#> 2145 Wellwood (Cistecephalus Assemblage Zone)
#> 2146 Wellwood (Cistecephalus Assemblage Zone)
#> 2147 Wellwood (Cistecephalus Assemblage Zone)
#> 2148 Wellwood (Cistecephalus Assemblage Zone)
#> 2149 Wellwood (Cistecephalus Assemblage Zone)
#> 2150 Wellwood (Cistecephalus Assemblage Zone)
#> 2151 Waterval (Cistecephalus Assemblage Zone)
#> 2152 Waterval (Cistecephalus Assemblage Zone)
#> 2153 Waterval (Cistecephalus Assemblage Zone)
#> 2154 Waterval (Cistecephalus Assemblage Zone)
#> 2155 Waterval (Dicynodon Assemblage Zone)
#> 2156 Waterval (Dicynodon Assemblage Zone)
#> 2157 Waterval (Dicynodon Assemblage Zone)
#> 2158 Waterval (Dicynodon Assemblage Zone)
#> 2159 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2160 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2161 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2162 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2163 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2164 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2165 Grootdriefontein (Dicynodon Assemblage Zone)
#> 2166 Grootdriefontein (Dicynodon Assemblage Zone)
#> 2167 Grootdriefontein (Dicynodon Assemblage Zone)
#> 2168 Grootdriefontein (Dicynodon Assemblage Zone)
#> 2169 Grootdriefontein (Cistecephalus Assemblage Zone)
#> 2170 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2171 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2172 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2173 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2174 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2175 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2176 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2177 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2178 Ferndale, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2179 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2180 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2181 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2182 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2183 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2184 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2185 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2186 Antjiesfontein, Prince Albert
#> 2187 Antjiesfontein, Prince Albert
#> 2188 Antjiesfontein, Prince Albert
#> 2189 Antjiesfontein, Prince Albert
#> 2190 Antjiesfontein, Prince Albert
#> 2191 Fort Beaufort
#> 2192 Fort Beaufort
#> 2193 Fort Beaufort
#> 2194 Fort Beaufort
#> 2195 Burghlee Ironstone, Loanhead, Midlothian
#> 2196 Cowdenbeath Amphibian Bonebed
#> 2197 Dumdumi
#> 2198 Dumdumi
#> 2199 Deoli
#> 2200 Sonori
#> 2201 Deoli
#> 2202 Talkunri, 3 miles SE of Asansol
#> 2203 Toftshaw near Bradford
#> 2204 Burghlee Ironstone, Loanhead, Midlothian
#> 2205 Dihika
#> 2206 Deoli
#> 2207 Deoli
#> 2208 Deoli
#> 2209 Kenilworth
#> 2210 Fort Beaufort
#> 2211 near Point Edward
#> 2212 near Point Edward
#> 2213 Brookfield (Cistecephalus Assemblage Zone)
#> 2214 Brookfield (Cistecephalus Assemblage Zone)
#> 2215 Brookfield (Cistecephalus Assemblage Zone)
#> 2216 Brookfield (Cistecephalus Assemblage Zone)
#> 2217 Brookfield (Dicynodon Assemblage Zone)
#> 2218 Brookfield (Dicynodon Assemblage Zone)
#> 2219 Brookfield (Dicynodon Assemblage Zone)
#> 2220 Traverse Mountains, Lehi
#> 2221 Taoshuyuan
#> 2222 Dongxiaolongkou
#> 2223 Lugou
#> 2224 Kuilspoort
#> 2225 Kuilspoort
#> 2226 Kuilspoort
#> 2227 Kuilspoort
#> 2228 Kuilspoort
#> 2229 Kuilspoort
#> 2230 Kuilspoort
#> 2231 Kuilspoort
#> 2232 Kuilspoort
#> 2233 Kuilspoort
#> 2234 Kuilspoort
#> 2235 Kuilspoort
#> 2236 Kuilspoort
#> 2237 Kuilspoort
#> 2238 Kuilspoort
#> 2239 Kuilspoort
#> 2240 Kuilspoort
#> 2241 Kuilspoort
#> 2242 Ferndale, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2243 Voetpad (Cistecephalus Assemblage Zone)
#> 2244 Voetpad (Cistecephalus Assemblage Zone)
#> 2245 Voetpad (Cistecephalus Assemblage Zone)
#> 2246 Voetpad (Dicynodon Assemblage Zone)
#> 2247 Voetpad (Dicynodon Assemblage Zone)
#> 2248 Voetpad (Dicynodon Assemblage Zone)
#> 2249 Voetpad (Cistecephalus Assemblage Zone)
#> 2250 Graaff-Reinet Commonage
#> 2251 Farm La-de-da
#> 2252 Farm La-de-da
#> 2253 Farm La-de-da
#> 2254 Farm La-de-da
#> 2255 Farm La-de-da
#> 2256 Hoeksplaas (Dicynodon Assemblage Zone)
#> 2257 Stryczowice tracksite
#> 2258 Wióry tracksite
#> 2259 Wióry tracksite
#> 2260 Wióry tracksite
#> 2261 Wióry tracksite
#> 2262 Wióry tracksite
#> 2263 Wióry tracksite
#> 2264 Wióry tracksite
#> 2265 Wióry tracksite
#> 2266 Wióry tracksite
#> 2267 Wióry tracksite
#> 2268 Wióry tracksite
#> 2269 Wióry tracksite
#> 2270 Wióry tracksite
#> 2271 Jarrow Colliery
#> 2272 New Bethesda Commonage
#> 2273 New Bethesda Commonage
#> 2274 New Bethesda Commonage
#> 2275 New Bethesda Commonage
#> 2276 New Bethesda Commonage
#> 2277 New Bethesda Commonage
#> 2278 New Bethesda Commonage
#> 2279 New Bethesda Commonage
#> 2280 New Bethesda Commonage
#> 2281 New Bethesda Commonage
#> 2282 Gilmerton Ironstone
#> 2283 Burghlee Ironstone, Loanhead, Midlothian
#> 2284 New Bethesda Commonage
#> 2285 New Bethesda Commonage
#> 2286 New Bethesda Commonage
#> 2287 New Bethesda Commonage
#> 2288 New Bethesda Commonage
#> 2289 New Bethesda Commonage
#> 2290 New Bethesda Commonage
#> 2291 New Bethesda Commonage
#> 2292 New Bethesda Commonage
#> 2293 New Bethesda Commonage
#> 2294 Richards Spur
#> 2295 Schmiedestrasse Brickworks near Wuppertal
#> 2296 Gilmerton
#> 2297 Castlehill, near Carluke
#> 2298 Beach near Joggins
#> 2299 Jarrow Colliery
#> 2300 Carre Heys near Trawden, Lancashire
#> 2301 Pirnie Colliery
#> 2302 Albion Mine, Stellarton
#> 2303 Nyrany
#> 2304 Whitley Bay, Tyne and Wear
#> 2305 Jarrow Colliery
#> 2306 Paris, Logan County
#> 2307 Five Points Coal Mine
#> 2308 Linton
#> 2309 10 miles west of Steubenville
#> 2310 Middle Paddock site
#> 2311 Upper part of Diamond Peak Formation
#> 2312 Jarrow Colliery
#> 2313 Burdiehouse Limestone, Burdiehouse, near Edinburgh
#> 2314 Hinton District
#> 2315 Goreville
#> 2316 Greer
#> 2317 Hinton District
#> 2318 Hinton District
#> 2319 near Point Edward
#> 2320 Grand Etang
#> 2321 Upper St. Louis Limestone
#> 2322 opencast coal mine at Winstanley
#> 2323 Quarter, near Hamilton, Strathclyde Region
#> 2324 Quarter, near Hamilton, Strathclyde Region
#> 2325 Quarter, near Hamilton, Strathclyde Region
#> 2326 Burghlee Ironstone, Loanhead, Midlothian
#> 2327 Hinton District
#> 2328 Cowdenbeath Amphibian Bonebed
#> 2329 Isle of Inchkeith
#> 2330 Hottentotsrivier Farm
#> 2331 Hottentotsrivier Farm
#> 2332 Leeu-Gamka
#> 2333 Abrahamskraal, Prince Albert
#> 2334 Abrahamskraal, Prince Albert
#> 2335 Brak Leegte 297
#> 2336 Brak Leegte 297
#> 2337 Amandelboom farm
#> 2338 Amandelboom farm
#> 2339 Amandelboom farm
#> 2340 Amandelboom farm
#> 2341 Amandelboom farm
#> 2342 Amandelboom farm
#> 2343 Amandelboom farm
#> 2344 Amandelboom farm
#> 2345 Amandelboom farm
#> 2346 Leeu-Gamka
#> 2347 Seekoeigat, Prince Albert
#> 2348 Mynhardtskraal
#> 2349 Veldmansrivier
#> 2350 Skoppelmaaikraal
#> 2351 Lammerskraal
#> 2352 Louisrus, Dalajalon
#> 2353 Dunedin
#> 2354 Dunedin
#> 2355 Ringsfontein
#> 2356 near Newsham, Northumberland
#> 2357 Swanwick Colliery
#> 2358 Houdkonstant (Dicynodon Assemblage Zone)
#> 2359 Coalbrookdale
#> 2360 Pirnie, Fife
#> 2361 Larkhill
#> 2362 Carnbroe
#> 2363 Hamilton, Strathclyde
#> 2364 Longton, Staffordshire
#> 2365 Fenton, Staffordshire
#> 2366 Five Points Coal Mine
#> 2367 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2368 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2369 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2370 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2371 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2372 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2373 Fossils 'B1', Lower Bone Bed, Chiweta
#> 2374 Fossils 'B1', Lower Bone Bed, Chiweta
#> 2375 Fossils 'B1', Lower Bone Bed, Chiweta
#> 2376 Fossils 'B1', Lower Bone Bed, Chiweta
#> 2377 Fossils 'B2', Upper Bone Bed, Chiweta
#> 2378 Fossils 'B1', Lower Bone Bed, Chiweta
#> 2379 Fossils 'B1', Lower Bone Bed, Chiweta
#> 2380 Ezhovo Locality, PIN 1758
#> 2381 Ezhovo Locality, PIN 1758
#> 2382 Dubovka I (locality 42 of Tverdokhlebov et al. 2005)
#> 2383 Matjiesfontein
#> 2384 Patrysfontein, Wellwood
#> 2385 Bultfontein, Richmond
#> 2386 Petersburg
#> 2387 Dorsfontein, Graaff-Reinet
#> 2388 Wilgerbosch, New Bethesda
#> 2389 Klipplaat - Cistecephalus AZ
#> 2390 Middelvlei Farm
#> 2391 Rietfontein
#> 2392 Klein Koedoeskop, Beaufort West
#> 2393 Klein Koedoeskop, Beaufort West
#> 2394 southern border of North Luangwa National Park
#> 2395 Farm Vleikraal (Lower)
#> 2396 Stoffelton
#> 2397 Stoffelton
#> 2398 Stoffelton
#> 2399 Bloukrans - Eodicynodon AZ
#> 2400 Klipfontein (Dicynodon Assemblage Zone)
#> 2401 Klipfontein (Dicynodon Assemblage Zone)
#> 2402 Klipfontein (Dicynodon Assemblage Zone)
#> 2403 Klipfontein (Dicynodon Assemblage Zone)
#> 2404 Klipfontein (Cistecephalus Assemblage Zone)
#> 2405 Klipfontein (Cistecephalus Assemblage Zone)
#> 2406 Klipfontein (Cistecephalus Assemblage Zone)
#> 2407 Klipfontein (Cistecephalus Assemblage Zone)
#> 2408 Klipfontein (Cistecephalus Assemblage Zone)
#> 2409 Bethesda Road Area
#> 2410 Bethesda Road Area
#> 2411 Bethesda Road Area
#> 2412 Bethesda Road Area
#> 2413 Bethesda Road Area
#> 2414 Bethesda Road Area
#> 2415 Bethesda Road Area
#> 2416 Bethesda Road Area
#> 2417 Bethesda Road Area
#> 2418 Farm La-de-da
#> 2419 Farm La-de-da
#> 2420 Houdkonstant (Dicynodon Assemblage Zone)
#> 2421 Houdkonstant (Dicynodon Assemblage Zone)
#> 2422 Houdkonstant (Dicynodon Assemblage Zone)
#> 2423 Houdkonstant (Dicynodon Assemblage Zone)
#> 2424 Houdkonstant (Dicynodon Assemblage Zone)
#> 2425 Houdkonstant (Dicynodon Assemblage Zone)
#> 2426 Houdkonstant (Dicynodon Assemblage Zone)
#> 2427 Houdkonstant (Dicynodon Assemblage Zone)
#> 2428 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2429 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2430 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2431 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2432 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2433 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2434 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2435 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2436 Houdkonstant (Cistecephalus Assemblage Zone)
#> 2437 Hottentotsrivier Farm
#> 2438 Van Rooyenskraal farm
#> 2439 De Cypher farm
#> 2440 Mynhardtskraal
#> 2441 Leeurivier
#> 2442 Beukesplaas
#> 2443 Buffelsvlei
#> 2444 Klein Koedoeskop, Beaufort West
#> 2445 Deesweesfontein
#> 2446 Swartbos
#> 2447 Kraaifontein
#> 2448 Kraaifontein
#> 2449 Kraaifontein
#> 2450 Swartbos
#> 2451 Swartbos
#> 2452 Swartbos
#> 2453 Swartbos
#> 2454 Jarrow Colliery
#> 2455 Quarter, near Hamilton, Strathclyde Region
#> 2456 Třemošná
#> 2457 Dominion Coal Co. strip mine No. 7
#> 2458 Archer City Bonebed 1 (Putnam Fm.)
#> 2459 Terrapin School, Archer County
#> 2460 northwest of Padgett
#> 2461 South Fork of the Little Wichita River
#> 2462 Klipfontein (Cistecephalus Assemblage Zone)
#> 2463 Padgett, Young County (Archer City Formation)
#> 2464 Terrapin School, Archer County
#> 2465 Cottonwood Creek (Moran Fm.)
#> 2466 Antelope, Jack County (Pueblo Formation)
#> 2467 Domingo Quarry (Abo Formation)
#> 2468 Belpre, Washington County
#> 2469 Shannon, Clay County
#> 2470 Heuningneskrans, Camdeboo
#> 2471 Heuningneskrans, Camdeboo
#> 2472 Biesjiespoort, Victoria West
#> 2473 Elandsberg
#> 2474 Elandsberg
#> 2475 Elandsberg
#> 2476 Elandsberg
#> 2477 Dalham and Upper Dalham
#> 2478 Dalham and Upper Dalham
#> 2479 Dalham and Upper Dalham
#> 2480 Dalham and Upper Dalham
#> 2481 Grootdriefontein (Dicynodon Assemblage Zone)
#> 2482 Manzanita Mountains
#> 2483 Kounov, Rakovnik District
#> 2484 Tabarz
#> 2485 Clennen, Saxony
#> 2486 Petersburg, near Halle
#> 2487 Lobejun drill hole, north of Halle
#> 2488 Moosbach, near Manebach Thuringia
#> 2489 Libechov
#> 2490 Sembachtal near Winterstein
#> 2491 Jarrow Colliery
#> 2492 Jarrow Colliery
#> 2493 Jarrow Colliery
#> 2494 Seymour - Fairbairn Area
#> 2495 Seymour - Fairbairn Area
#> 2496 Jarrow Colliery
#> 2497 Klipbank
#> 2498 Klipbank
#> 2499 Doornplaas
#> 2500 Doornplaas
#> 2501 Doornplaas
#> 2502 Doornplaas
#> 2503 Saone et Laoire (Autun Formation)
#> 2504 Doornplaas
#> 2505 Doornplaas
#> 2506 Doornplaas
#> 2507 Doornplaas
#> 2508 Doornplaas
#> 2509 Doornplaas
#> 2510 Graaff-Reinet Commonage
#> 2511 Pearston Area
#> 2512 Pearston Area
#> 2513 Pearston Area
#> 2514 Pearston Area
#> 2515 Pearston Area
#> 2516 Hanover
#> 2517 Saint Olives
#> 2518 Saint Olives
#> 2519 Saint Olives
#> 2520 Saint Olives
#> 2521 Saint Olives
#> 2522 Saint Olives
#> 2523 Saint Olives
#> 2524 Saint Olives
#> 2525 Dunedin
#> 2526 Dunedin
#> 2527 Dunedin
#> 2528 Dunedin
#> 2529 Dunedin
#> 2530 Dunedin
#> 2531 Dunedin
#> 2532 Dunedin
#> 2533 Dunedin
#> 2534 Dunedin
#> 2535 Dunedin
#> 2536 Dunedin
#> 2537 Dunedin
#> 2538 Dunedin
#> 2539 Dunedin
#> 2540 Dunedin
#> 2541 Dunedin
#> 2542 Dunedin
#> 2543 Dunedin
#> 2544 Rhenosterberg (Dicynodon Assemblage Zone)
#> 2545 Farm La-de-da
#> 2546 Kuilspoort
#> 2547 Kuilspoort
#> 2548 Valley floor of east Camp Quarry
#> 2549 Petersburg
#> 2550 Petersburg
#> 2551 Petersburg
#> 2552 Bloukrans (Prince Albert District)
#> 2553 Bloukrans (Prince Albert District)
#> 2554 Bloukrans (Prince Albert District)
#> 2555 Bloukrans (Prince Albert District)
#> 2556 Bloukrans (Prince Albert District)
#> 2557 Bloukrans (Prince Albert District)
#> 2558 Bloukrans (Prince Albert District)
#> 2559 Bloukrans (Prince Albert District)
#> 2560 Bloukrans (Prince Albert District)
#> 2561 Bloukrans (Prince Albert District)
#> 2562 Bloukrans (Prince Albert District)
#> 2563 Riversdale, Graaff-Reinet
#> 2564 Riversdale, Graaff-Reinet
#> 2565 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2566 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2567 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2568 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2569 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2570 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2571 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2572 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2573 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2574 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2575 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2576 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2577 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2578 Beaufort West Commonage (Tropidostoma & Cistecephalus Assemblage Zone)
#> 2579 Sekretariskraal, Murraysburg (Cistecephalus Assemblage Zone)
#> 2580 Sekretariskraal, Murraysburg (Cistecephalus Assemblage Zone)
#> 2581 Sekretariskraal, Murraysburg (Cistecephalus Assemblage Zone)
#> 2582 Sekretariskraal, Murraysburg (Dicynodon Assemblage Zone)
#> 2583 Sekretariskraal, Murraysburg (Dicynodon Assemblage Zone)
#> 2584 Sekretariskraal, Murraysburg (Dicynodon Assemblage Zone)
#> 2585 Sekretariskraal, Murraysburg (Dicynodon Assemblage Zone)
#> 2586 Sekretariskraal, Murraysburg (Cistecephalus Assemblage Zone)
#> 2587 Sekretariskraal, Murraysburg (Cistecephalus Assemblage Zone)
#> 2588 Sekretariskraal, Murraysburg (Cistecephalus Assemblage Zone)
#> 2589 Interval 300 of section of the Sangre de Cristo Formation
#> 2590 Interval 300 of section of the Sangre de Cristo Formation
#> 2591 Linton
#> 2592 Linton
#> 2593 Linton
#> 2594 Linton
#> 2595 Nyrany
#> 2596 Mansfield's Mine
#> 2597 Nyrany
#> 2598 Nyrany
#> 2599 Nyrany
#> 2600 Montceau-les-Mines, Saone et Loire
#> 2601 Les Telots
#> 2602 Danville Locality (Vertebrates)
#> 2603 Percy Raymond's Bonebed
#> 2604 BC-1 (Chickasha Formation)
#> 2605 "Purple Beds", Luang Prabang
#> 2606 "Purple Beds", Luang Prabang
#> 2607 "Purple Beds", Luang Prabang
#> 2608 Locality KF (Middle Vale Formation)
#> 2609 Locality KE (Upper Vale Fm.)
#> 2610 Locality KH (Upper Vale Fm.)
#> 2611 Locality KH Clay Hill site
#> 2612 Locality KH Clay Hill site
#> 2613 Locality KH Clay Hill site
#> 2614 Locality KH Chocolate Hill site
#> 2615 Locality KH Diplocaulus Quarry site
#> 2616 Locality KA Quarry site
#> 2617 Locality KA Quarry site
#> 2618 Locality KA Quarry site
#> 2619 Locality KA Quarry site
#> 2620 Ennersdale
#> 2621 Ennersdale
#> 2622 Locality KA (Upper Vale Fm.) Main site
#> 2623 Locality KA High Channel site
#> 2624 Locality KB (Upper Vale Fm.)
#> 2625 Locality KC (Upper Vale Fm.)
#> 2626 Locality FA - Diplocaulus Site
#> 2627 Locality FA - Diplocaulus Site
#> 2628 Locality FA (Choza Fm.) Main site
#> 2629 Locality FA (Choza Fm.) Main site
#> 2630 Locality FA (Choza Fm.) Main site
#> 2631 Gouph Tract, Beaufort West
#> 2632 Gouph Tract, Beaufort West
#> 2633 Gouph Tract, Beaufort West
#> 2634 Gouph Tract, Beaufort West
#> 2635 Gouph Tract, Beaufort West
#> 2636 Gouph Tract, Beaufort West
#> 2637 Gouph Tract, Beaufort West
#> 2638 Gouph Tract, Beaufort West
#> 2639 Gouph Tract, Beaufort West
#> 2640 Blue Gum House
#> 2641 Blue Gum House
#> 2642 Blue Gum House
#> 2643 Blue Gum House
#> 2644 Rhenosterfontein
#> 2645 Locality KD Quarry site
#> 2646 Locality KD Quarry site
#> 2647 Locality KD Weathered Boulder site
#> 2648 Locality KD Weathered Boulder site
#> 2649 Locality KD Weathered Boulder site
#> 2650 Locality KD Weathered Boulder site
#> 2651 Locality KD
#> 2652 Locality KD
#> 2653 Locality KJ (Upper Vale Fm.)
#> 2654 Locality KJ (Upper Vale Fm.)
#> 2655 Locality KJ (Upper Vale Fm.)
#> 2656 Locality KJ (Upper Vale Fm.)
#> 2657 Locality KM (Lower Choza Fm.)
#> 2658 Locality BR (Lower Vale Fm.)
#> 2659 Locality BR (Lower Vale Fm.)
#> 2660 Locality BR (Lower Vale Fm.)
#> 2661 Locality BR (Lower Vale Fm.)
#> 2662 Locality BR (Lower Vale Fm.)
#> 2663 Tarka prolongation of the Winterberg Range
#> 2664 Tarka prolongation of the Winterberg Range
#> 2665 Rhenosterberg (Lystrosaurus Assemblage Zone)
#> 2666 Gats River, Graaff-Reinet
#> 2667 Springfield, Middelburg
#> 2668 Springfield, Middelburg
#> 2669 Linton
#> 2670 Linton
#> 2671 Linton
#> 2672 Summerfield limestone, Noble County
#> 2673 Mazon Creek
#> 2674 Elm Grove
#> 2675 quarry southeast of University of Oklahoma
#> 2676 Craddock Bonebed, Brush Creek, 38 (Arroyo Formation)
#> 2677 Big Wichita River (Arroyo Fm.)
#> 2678 Coffee Creek, 34 (Arroyo Formation)
#> 2679 Greene Formation, Marshall County
#> 2680 Danville Locality (Vertebrates)
#> 2681 Silver Hill, Proctor District
#> 2682 Hannah Pit, Newsham
#> 2683 Toftshaw near Bradford
#> 2684 Konigin-Carola-Schacht
#> 2685 Nyrany
#> 2686 Joggins; Divison 4, Section XII, coal-group 26
#> 2687 southwest of Grandfield
#> 2688 1.5 miles NW of Eskridge
#> 2689 Nyrany
#> 2690 Coffee Creek, 34 (Arroyo Formation)
#> 2691 Linton
#> 2692 Linton
#> 2693 Archer City Bonebed 1 (Putnam Fm.)
#> 2694 Nyrany
#> 2695 Montceau-les-Mines, Saone et Loire
#> 2696 Nyrany
#> 2697 Montceau-les-Mines, Saone et Loire
#> 2698 Hannah Pit, Newsham
#> 2699 Longton, Staffordshire
#> 2700 Linton
#> 2701 Linton
#> 2702 Windberg near Niederhaslich
#> 2703 Bethulie Coomonage (Dicynodon Assemblage Zone)
#> 2704 Bethulie Coomonage (Dicynodon Assemblage Zone)
#> 2705 Bethulie Commonage (Lystrosaurus Assemblage Zone)
#> 2706 Bethulie Commonage (Lystrosaurus Assemblage Zone)
#> 2707 Bethulie Commonage (Lystrosaurus Assemblage Zone)
#> 2708 Steilkrans, Fort Beaufort
#> 2709 Steilkrans, Fort Beaufort
#> 2710 Steilkrans, Fort Beaufort
#> 2711 Steilkrans, Fort Beaufort
#> 2712 Steilkrans, Fort Beaufort
#> 2713 Steilkrans, Fort Beaufort
#> 2714 Steilkrans, Fort Beaufort
#> 2715 Steilkrans, Fort Beaufort
#> 2716 Steilkrans, Fort Beaufort
#> 2717 Eilodon, Bedford
#> 2718 Naobaogou, Shiguai
#> 2719 Wilgerbosch, New Bethesda
#> 2720 Wilgerbosch, New Bethesda
#> 2721 Wilgerbosch, New Bethesda
#> 2722 Wilgerbosch, New Bethesda
#> 2723 Wilgerbosch, New Bethesda
#> 2724 Wilgerbosch, New Bethesda
#> 2725 Wilgerbosch, New Bethesda
#> 2726 Wilgerbosch, New Bethesda
#> 2727 Zuurplaats, Suurplaas, Graaff-Reinet (Dicynodon Assemblage Zone)
#> 2728 Brakrivier, Fort Beaufort
#> 2729 Zuurplaats, Graaff-Reinet (Cistecephalus Assemblage Zone)
#> 2730 Prince Albert Road
#> 2731 Prince Albert Road
#> 2732 Prince Albert Road
#> 2733 Prince Albert Road
#> 2734 Prince Albert Road
#> 2735 Prince Albert Road
#> 2736 Graaff-Reinet Commonage
#> 2737 Colesberg district
#> 2738 Swaershoek
#> 2739 Swaershoek
#> 2740 Swaershoek
#> 2741 Swaershoek
#> 2742 Swaershoek
#> 2743 Wapadsberg Area (Dicynodon Assemblage Zone)
#> 2744 Wapadsberg Area (Dicynodon Assemblage Zone)
#> 2745 Wapadsberg Area (Dicynodon Assemblage Zone)
#> 2746 Wapadsberg Area (Dicynodon Assemblage Zone)
#> 2747 Wapadsberg Area (Lystrosaurus Assemblage Zone)
#> 2748 Wapadsberg Area (Lystrosaurus Assemblage Zone)
#> 2749 Wapadsberg Area (Lystrosaurus Assemblage Zone)
#> 2750 Wapadsberg Area (Lystrosaurus Assemblage Zone)
#> 2751 Wapadsberg Area (Lystrosaurus Assemblage Zone)
#> 2752 Sneeuberg Range
#> 2753 Sneeuberg Range
#> 2754 Sneeuberg Range
#> 2755 Sneeuberg Range
#> 2756 Sneeuberg Range
#> 2757 Cowdenbeath Amphibian Bonebed
#> 2758 Fort Beaufort
#> 2759 Steilkrans, Fort Beaufort
#> 2760 Kwezana, Victoria East
#> 2761 Mildenhalls
#> 2762 Mildenhalls
#> 2763 Mildenhalls
#> 2764 Mildenhalls
#> 2765 East London Area
#> 2766 East London Area
#> 2767 East London Area
#> 2768 East London Area
#> 2769 East London Area
#> 2770 Fort Beaufort
#> 2771 Graaff-Reinet Commonage
#> 2772 Graaff-Reinet Commonage
#> 2773 Adendorp, Graaff-Reinet
#> 2774 Adendorp, Graaff-Reinet
#> 2775 Adendorp, Graaff-Reinet
#> 2776 Adendorp, Graaff-Reinet
#> 2777 Kleinwaterval
#> cc formation stratgroup
#> 1 US Cutler <NA>
#> 2 ZA Abrahamskraal Beaufort
#> 3 ZA Katberg Beaufort
#> 4 US Nocona Wichita
#> 5 US Arroyo Clear Fork
#> 6 US <NA> Wichita
#> 7 US Pittsburgh Monongahela
#> 8 US Admiral Wichita
#> 9 US Admiral Wichita
#> 10 US Admiral Wichita
#> 11 US Admiral Wichita
#> 12 US Admiral Wichita
#> 13 US Admiral Wichita
#> 14 US Admiral Wichita
#> 15 US Admiral Wichita
#> 16 US Admiral Wichita
#> 17 ZA Whitehill Ecca
#> 18 CA Parrsboro Mabou
#> 19 US Cutler <NA>
#> 20 US Cutler <NA>
#> 21 US Cutler <NA>
#> 22 US Cutler <NA>
#> 23 US Cutler <NA>
#> 24 US Cutler <NA>
#> 25 US Ada <NA>
#> 26 US Ada <NA>
#> 27 US Ada <NA>
#> 28 US Ada <NA>
#> 29 US Ada <NA>
#> 30 US Ada <NA>
#> 31 US Archer City Wichita
#> 32 US Archer City Wichita
#> 33 US Archer City Wichita
#> 34 RU <NA> <NA>
#> 35 RU <NA> <NA>
#> 36 RU <NA> <NA>
#> 37 RU <NA> <NA>
#> 38 RU <NA> <NA>
#> 39 US Bead Mountain <NA>
#> 40 US Bead Mountain <NA>
#> 41 US Bead Mountain <NA>
#> 42 US Bead Mountain <NA>
#> 43 US Bead Mountain <NA>
#> 44 US Bead Mountain <NA>
#> 45 UK East Kirkton Limestone Upper Oil Shale
#> 46 UK East Kirkton Limestone Upper Oil Shale
#> 47 UK East Kirkton Limestone Upper Oil Shale
#> 48 UK East Kirkton Limestone Upper Oil Shale
#> 49 UK <NA> Limestone Coal
#> 50 UK <NA> Limestone Coal
#> 51 UK <NA> Limestone Coal
#> 52 UK <NA> Limestone Coal
#> 53 US Arroyo Clear Fork
#> 54 US Arroyo Clear Fork
#> 55 US Vale <NA>
#> 56 US Vale <NA>
#> 57 US Vale <NA>
#> 58 ZA Teekloof Beaufort
#> 59 ZA Teekloof <NA>
#> 60 US Belle Plains Wichita
#> 61 US <NA> <NA>
#> 62 US <NA> <NA>
#> 63 US <NA> <NA>
#> 64 US <NA> <NA>
#> 65 ZA Abrahamskraal Beaufort
#> 66 US Belle Plains <NA>
#> 67 CN "Shihtienfeng" <NA>
#> 68 IN <NA> <NA>
#> 69 IN <NA> <NA>
#> 70 AA Fremouw Beacon
#> 71 AA Fremouw Beacon
#> 72 RU Belebei <NA>
#> 73 RU Lipovskaya <NA>
#> 74 US Chickasha El Reno
#> 75 US Chickasha El Reno
#> 76 US Chickasha El Reno
#> 77 US Chickasha El Reno
#> 78 US Chickasha El Reno
#> 79 US Chickasha El Reno
#> 80 US Chickasha El Reno
#> 81 US Chickasha El Reno
#> 82 US Chickasha El Reno
#> 83 US Chickasha El Reno
#> 84 US Chickasha El Reno
#> 85 US Chickasha El Reno
#> 86 US Chickasha El Reno
#> 87 US Chickasha El Reno
#> 88 US Chickasha El Reno
#> 89 US Chickasha El Reno
#> 90 US Chickasha El Reno
#> 91 US Chickasha El Reno
#> 92 US Chickasha El Reno
#> 93 US Chickasha El Reno
#> 94 US Flowerpot El Reno
#> 95 US Chickasha El Reno
#> 96 US Chickasha El Reno
#> 97 US Chickasha El Reno
#> 98 US Chickasha El Reno
#> 99 US Chickasha El Reno
#> 100 US Flowerpot El Reno
#> 101 US Chickasha El Reno
#> 102 US Duncan El Reno
#> 103 UK Coal Measures <NA>
#> 104 UK Coal Measures <NA>
#> 105 US Vale Clear Fork
#> 106 US Vale Clear Fork
#> 107 RU <NA> <NA>
#> 108 RU <NA> <NA>
#> 109 RU Salarevo <NA>
#> 110 RU Salarevo <NA>
#> 111 US Abo/Cutler <NA>
#> 112 US Abo/Cutler <NA>
#> 113 US Abo/Cutler <NA>
#> 114 US Abo/Cutler <NA>
#> 115 US Abo <NA>
#> 116 US Abo <NA>
#> 117 CA Joggins Cumberland
#> 118 US Archer City Wichita
#> 119 US Putnam Cisco
#> 120 US Putnam Cisco
#> 121 US Putnam Cisco
#> 122 US Putnam Cisco
#> 123 US Putnam Cisco
#> 124 US Putnam Cisco
#> 125 US Putnam Cisco
#> 126 US Putnam Cisco
#> 127 US Putnam Cisco
#> 128 US Putnam Cisco
#> 129 US Putnam Cisco
#> 130 US Putnam Cisco
#> 131 US Putnam Cisco
#> 132 US Putnam Cisco
#> 133 US Putnam Cisco
#> 134 US Putnam Cisco
#> 135 US Putnam Cisco
#> 136 US Putnam Cisco
#> 137 US Admiral Wichita
#> 138 US Admiral Wichita
#> 139 US Admiral Wichita
#> 140 US Admiral Wichita
#> 141 US Admiral Wichita
#> 142 US Admiral Wichita
#> 143 US Admiral Wichita
#> 144 US Admiral Wichita
#> 145 US Admiral Wichita
#> 146 US Admiral Wichita
#> 147 US Admiral Wichita
#> 148 US Admiral Wichita
#> 149 US Admiral Wichita
#> 150 US Admiral Wichita
#> 151 US Admiral Wichita
#> 152 US Admiral Wichita
#> 153 US Admiral Wichita
#> 154 US Admiral Wichita
#> 155 US Admiral Wichita
#> 156 US Admiral Wichita
#> 157 US Admiral Wichita
#> 158 US Admiral Wichita
#> 159 US Admiral Wichita
#> 160 US Admiral Wichita
#> 161 US Admiral Wichita
#> 162 US Admiral Wichita
#> 163 US Admiral Wichita
#> 164 US Admiral Wichita
#> 165 US Admiral Wichita
#> 166 US Admiral Wichita
#> 167 US Admiral Wichita
#> 168 US Belle Plains Wichita
#> 169 US Belle Plains Wichita
#> 170 US Belle Plains Wichita
#> 171 US Belle Plains Wichita
#> 172 US Belle Plains Wichita
#> 173 US Belle Plains Wichita
#> 174 US Belle Plains Wichita
#> 175 US Belle Plains Wichita
#> 176 US Belle Plains Wichita
#> 177 US Belle Plains Wichita
#> 178 US Belle Plains Wichita
#> 179 US Belle Plains Wichita
#> 180 US Petrolia Wichita
#> 181 US Petrolia Wichita
#> 182 US Petrolia Wichita
#> 183 US Petrolia Wichita
#> 184 US Petrolia Wichita
#> 185 US Petrolia Wichita
#> 186 US Petrolia Wichita
#> 187 US Petrolia Wichita
#> 188 US Belle Plains Wichita
#> 189 US Belle Plains Wichita
#> 190 US Belle Plains Wichita
#> 191 US Belle Plains Wichita
#> 192 US Belle Plains Wichita
#> 193 US Belle Plains Wichita
#> 194 US Belle Plains Wichita
#> 195 US Belle Plains Wichita
#> 196 US Belle Plains Wichita
#> 197 US Belle Plains Wichita
#> 198 US Belle Plains Wichita
#> 199 US Belle Plains Wichita
#> 200 US Belle Plains Wichita
#> 201 US Belle Plains Wichita
#> 202 US Belle Plains Wichita
#> 203 US Belle Plains Wichita
#> 204 US Belle Plains Wichita
#> 205 US Belle Plains Wichita
#> 206 US Belle Plains Wichita
#> 207 US Belle Plains Wichita
#> 208 US Belle Plains Wichita
#> 209 US Belle Plains Wichita
#> 210 US Belle Plains Wichita
#> 211 US Belle Plains Wichita
#> 212 US Belle Plains Wichita
#> 213 US Belle Plains Wichita
#> 214 US Waggoner Ranch Wichita
#> 215 US Waggoner Ranch Wichita
#> 216 US Waggoner Ranch Wichita
#> 217 US Waggoner Ranch Wichita
#> 218 US Waggoner Ranch Wichita
#> 219 US Waggoner Ranch Wichita
#> 220 US Waggoner Ranch Wichita
#> 221 US Waggoner Ranch Wichita
#> 222 US Waggoner Ranch Wichita
#> 223 US Waggoner Ranch Wichita
#> 224 US Waggoner Ranch Wichita
#> 225 US Waggoner Ranch Wichita
#> 226 US Waggoner Ranch Wichita
#> 227 US Waggoner Ranch Wichita
#> 228 US Waggoner Ranch Wichita
#> 229 US Waggoner Ranch Wichita
#> 230 US Waggoner Ranch Wichita
#> 231 US Waggoner Ranch Wichita
#> 232 US Waggoner Ranch Wichita
#> 233 US Waggoner Ranch Wichita
#> 234 US Waggoner Ranch Wichita
#> 235 US Waggoner Ranch Wichita
#> 236 US Waggoner Ranch Wichita
#> 237 US Waggoner Ranch Wichita
#> 238 US Waggoner Ranch Wichita
#> 239 US Waggoner Ranch <NA>
#> 240 US Waggoner Ranch <NA>
#> 241 US Waggoner Ranch <NA>
#> 242 US Waggoner Ranch <NA>
#> 243 US Waggoner Ranch Wichita
#> 244 US Waggoner Ranch Wichita
#> 245 US Waggoner Ranch Wichita
#> 246 US Waggoner Ranch Wichita
#> 247 US Waggoner Ranch Wichita
#> 248 US Waggoner Ranch Wichita
#> 249 US Waggoner Ranch Wichita
#> 250 US Waggoner Ranch Wichita
#> 251 US Waggoner Ranch Wichita
#> 252 US Arroyo Clear Fork
#> 253 US Arroyo Clear Fork
#> 254 US Arroyo Clear Fork
#> 255 US Arroyo Clear Fork
#> 256 US Arroyo Clear Fork
#> 257 US Arroyo Clear Fork
#> 258 US Arroyo Clear Fork
#> 259 US Arroyo Clear Fork
#> 260 US Arroyo Clear Fork
#> 261 US Arroyo Clear Fork
#> 262 US Arroyo Clear Fork
#> 263 US Arroyo Clear Fork
#> 264 US Arroyo Clear Fork
#> 265 US Arroyo Clear Fork
#> 266 US Arroyo Clear Fork
#> 267 US Arroyo Clear Fork
#> 268 US Arroyo Clear Fork
#> 269 US Arroyo Clear Fork
#> 270 US Arroyo Clear Fork
#> 271 US Arroyo Clear Fork
#> 272 US Arroyo Clear Fork
#> 273 US Arroyo Clear Fork
#> 274 US Arroyo Clear Fork
#> 275 US Arroyo Clear Fork
#> 276 US Arroyo Clear Fork
#> 277 US Arroyo Clear Fork
#> 278 US Arroyo Clear Fork
#> 279 US Arroyo Clear Fork
#> 280 US Arroyo Clear Fork
#> 281 US Arroyo Clear Fork
#> 282 US Arroyo Clear Fork
#> 283 US Arroyo Clear Fork
#> 284 US Arroyo Clear Fork
#> 285 US Arroyo Clear Fork
#> 286 US Arroyo Clear Fork
#> 287 US Arroyo Clear Fork
#> 288 US Arroyo Clear Fork
#> 289 US Arroyo Clear Fork
#> 290 US Arroyo Clear Fork
#> 291 US Arroyo Clear Fork
#> 292 US Arroyo Clear Fork
#> 293 US Arroyo Clear Fork
#> 294 US Arroyo Clear Fork
#> 295 US Arroyo Clear Fork
#> 296 US Arroyo Clear Fork
#> 297 US Arroyo Clear Fork
#> 298 US Arroyo Clear Fork
#> 299 US Arroyo Clear Fork
#> 300 US Arroyo Clear Fork
#> 301 US Arroyo Clear Fork
#> 302 US Arroyo Clear Fork
#> 303 US Arroyo Clear Fork
#> 304 US Arroyo Clear Fork
#> 305 US Arroyo Clear Fork
#> 306 US Arroyo Clear Fork
#> 307 US Arroyo Clear Fork
#> 308 US Arroyo Clear Fork
#> 309 US Arroyo Clear Fork
#> 310 US Arroyo Clear Fork
#> 311 US Arroyo Clear Fork
#> 312 US Arroyo Clear Fork
#> 313 US Arroyo Clear Fork
#> 314 US Arroyo Clear Fork
#> 315 US Arroyo Clear Fork
#> 316 US Arroyo Clear Fork
#> 317 US Arroyo Clear Fork
#> 318 US Arroyo Clear Fork
#> 319 US Arroyo Clear Fork
#> 320 US Arroyo Clear Fork
#> 321 US Arroyo Clear Fork
#> 322 US Arroyo Clear Fork
#> 323 US Arroyo Clear Fork
#> 324 US Arroyo Clear Fork
#> 325 US Arroyo Clear Fork
#> 326 US Arroyo Clear Fork
#> 327 US Arroyo Clear Fork
#> 328 US Arroyo Clear Fork
#> 329 US Arroyo Clear Fork
#> 330 US Arroyo Clear Fork
#> 331 US Arroyo Clear Fork
#> 332 US Arroyo Clear Fork
#> 333 US Arroyo Clear Fork
#> 334 US Arroyo Clear Fork
#> 335 US Arroyo Clear Fork
#> 336 US Arroyo Clear Fork
#> 337 US Arroyo Clear Fork
#> 338 US Arroyo Clear Fork
#> 339 US Arroyo Clear Fork
#> 340 US Arroyo Clear Fork
#> 341 US Arroyo Clear Fork
#> 342 US Arroyo Clear Fork
#> 343 US Arroyo Clear Fork
#> 344 US Arroyo Clear Fork
#> 345 US Arroyo Clear Fork
#> 346 US Arroyo Clear Fork
#> 347 US Arroyo Clear Fork
#> 348 US Arroyo Clear Fork
#> 349 US Arroyo Clear Fork
#> 350 US Arroyo Clear Fork
#> 351 US Arroyo Clear Fork
#> 352 US Arroyo Clear Fork
#> 353 US Arroyo Clear Fork
#> 354 US Arroyo Clear Fork
#> 355 US Arroyo Clear Fork
#> 356 US Arroyo Clear Fork
#> 357 US Arroyo Clear Fork
#> 358 US <NA> <NA>
#> 359 US <NA> <NA>
#> 360 US <NA> <NA>
#> 361 US <NA> <NA>
#> 362 US <NA> <NA>
#> 363 US <NA> <NA>
#> 364 US <NA> <NA>
#> 365 US Arroyo Clear Fork
#> 366 US Arroyo Clear Fork
#> 367 US Arroyo Clear Fork
#> 368 US Arroyo Clear Fork
#> 369 US <NA> <NA>
#> 370 US <NA> <NA>
#> 371 RU Vokhminskaya <NA>
#> 372 RU Vokhminskaya <NA>
#> 373 RU Vokhminskaya <NA>
#> 374 IT <NA> <NA>
#> 375 IT <NA> <NA>
#> 376 IT <NA> <NA>
#> 377 US Greene Dunkard
#> 378 <NA> Huab "Ecca"
#> 379 <NA> Huab "Ecca"
#> 380 <NA> Huab "Ecca"
#> 381 <NA> Huab "Ecca"
#> 382 RU Vetlugian Series <NA>
#> 383 RU <NA> <NA>
#> 384 RU <NA> <NA>
#> 385 RU <NA> <NA>
#> 386 CA Joggins Cumberland
#> 387 CA Joggins Cumberland
#> 388 CA Joggins Cumberland
#> 389 CA Joggins Cumberland
#> 390 CA Joggins Cumberland
#> 391 CA Joggins Cumberland
#> 392 CA Joggins Cumberland
#> 393 CA Joggins Cumberland
#> 394 CA Joggins Cumberland
#> 395 RU Bugarikta Konvunchana
#> 396 RU Bugarikta Konvunchana
#> 397 RU Bugarikta Konvunchana
#> 398 RU Urpalov Kotelnich
#> 399 RU <NA> <NA>
#> 400 RU <NA> <NA>
#> 401 RU <NA> <NA>
#> 402 ZA <NA> Beaufort
#> 403 US Nocona Wichita
#> 404 US Nocona Wichita
#> 405 US Nocona Wichita
#> 406 US Nocona Wichita
#> 407 US Nocona Wichita
#> 408 US Nocona Wichita
#> 409 US Wild Cow Madera
#> 410 NO Vikinghøgda <NA>
#> 411 US Arroyo Clear Fork
#> 412 US Arroyo Clear Fork
#> 413 US Cutler <NA>
#> 414 US Cutler <NA>
#> 415 US <NA> <NA>
#> 416 FR <NA> <NA>
#> 417 ZA Normandien Beaufort
#> 418 ZA Normandien Beaufort
#> 419 ZA Normandien Beaufort
#> 420 ZA Normandien Beaufort
#> 421 ZA <NA> <NA>
#> 422 US Lueders <NA>
#> 423 DE <NA> <NA>
#> 424 DE <NA> <NA>
#> 425 DE <NA> <NA>
#> 426 DE <NA> <NA>
#> 427 RU Amanakskaya <NA>
#> 428 RU Amanakskaya <NA>
#> 429 US Vale Clear Fork
#> 430 RU Vokhminskaya <NA>
#> 431 RU Sludka <NA>
#> 432 RU Kopanaskya <NA>
#> 433 RU <NA> <NA>
#> 434 RU <NA> <NA>
#> 435 ZA <NA> Beaufort
#> 436 ZA <NA> Beaufort
#> 437 RU <NA> <NA>
#> 438 CN <NA> <NA>
#> 439 CN <NA> <NA>
#> 440 RU <NA> <NA>
#> 441 RU <NA> <NA>
#> 442 RU <NA> <NA>
#> 443 US Llewellyn <NA>
#> 444 TZ Usili Songea
#> 445 TZ Usili Songea
#> 446 TZ Usili Songea
#> 447 TZ Usili Songea
#> 448 TJ <NA> <NA>
#> 449 TJ <NA> <NA>
#> 450 PL <NA> <NA>
#> 451 PL <NA> <NA>
#> 452 PL <NA> <NA>
#> 453 PL <NA> <NA>
#> 454 PL <NA> <NA>
#> 455 PL <NA> <NA>
#> 456 PL <NA> <NA>
#> 457 RU Charkabozh <NA>
#> 458 RU Charkabozh <NA>
#> 459 RU Charkabozh <NA>
#> 460 RU Zhitkov <NA>
#> 461 RU Zhitkov <NA>
#> 462 CA Orby Head <NA>
#> 463 US Madera <NA>
#> 464 CZ <NA> <NA>
#> 465 DE Niederhäslich-Schweinsdorf Rotliegend
#> 466 DE Niederhäslich-Schweinsdorf Rotliegend
#> 467 DE Niederhäslich-Schweinsdorf Rotliegend
#> 468 DE Niederhäslich-Schweinsdorf Rotliegend
#> 469 DE Niederhäslich-Schweinsdorf Rotliegend
#> 470 AR Vera Los Menucos
#> 471 CZ <NA> <NA>
#> 472 CZ <NA> <NA>
#> 473 CN Luolou <NA>
#> 474 US Vale <NA>
#> 475 US <NA> <NA>
#> 476 US <NA> <NA>
#> 477 US <NA> <NA>
#> 478 US <NA> <NA>
#> 479 US <NA> <NA>
#> 480 US <NA> <NA>
#> 481 US <NA> <NA>
#> 482 US <NA> <NA>
#> 483 US <NA> <NA>
#> 484 US <NA> <NA>
#> 485 US <NA> <NA>
#> 486 US <NA> <NA>
#> 487 US <NA> <NA>
#> 488 US <NA> <NA>
#> 489 US <NA> <NA>
#> 490 US <NA> <NA>
#> 491 US <NA> <NA>
#> 492 US <NA> <NA>
#> 493 US <NA> <NA>
#> 494 US <NA> <NA>
#> 495 US <NA> <NA>
#> 496 US <NA> <NA>
#> 497 US <NA> <NA>
#> 498 US <NA> <NA>
#> 499 US Hennessey <NA>
#> 500 US Hennessey <NA>
#> 501 US Hennessey <NA>
#> 502 US Hennessey <NA>
#> 503 US Hennessey <NA>
#> 504 US Hennessey <NA>
#> 505 US Hennessey <NA>
#> 506 US Hennessey <NA>
#> 507 US Hennessey <NA>
#> 508 US Hennessey <NA>
#> 509 US Hennessey <NA>
#> 510 US Hennessey <NA>
#> 511 NE Moradi Izégouandane
#> 512 NE Moradi Izégouandane
#> 513 US Vale Clear Fork
#> 514 US Vale Clear Fork
#> 515 US St. Louis <NA>
#> 516 US St. Louis <NA>
#> 517 US St. Louis <NA>
#> 518 US Kinkaid <NA>
#> 519 US Kinkaid <NA>
#> 520 US Calhoun Shale Shawnee
#> 521 US <NA> <NA>
#> 522 KZ Tartalinskaya <NA>
#> 523 AR Talampaya Paganzo
#> 524 ES <NA> <NA>
#> 525 ZA Koonap Beaufort
#> 526 ZA <NA> Beaufort
#> 527 ZA Abrahamskraal Beaufort
#> 528 UK Marl Slate Zechstein
#> 529 UK <NA> Limestone Coal
#> 530 UK <NA> Limestone Coal
#> 531 US Abo/Cutler <NA>
#> 532 US San Angelo Pease River
#> 533 BR Rio do Rasto Passa Dois
#> 534 ZA Katberg Beaufort
#> 535 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 536 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 537 US Archer City Wichita
#> 538 RU Belebei <NA>
#> 539 US Wellington Sumner
#> 540 US Wellington Sumner
#> 541 US Wellington Sumner
#> 542 US Hennessey <NA>
#> 543 US Hennessey <NA>
#> 544 US Hennessey <NA>
#> 545 US Hennessey <NA>
#> 546 US Hennessey <NA>
#> 547 US Hennessey <NA>
#> 548 MA Ikakern <NA>
#> 549 US Carbondale <NA>
#> 550 US San Angelo Pease River
#> 551 US Choza Clear Fork
#> 552 US Hennessey <NA>
#> 553 US San Angelo Pease River
#> 554 ZW Madumabisa Mudstone Beaufort
#> 555 US Wellington Sumner
#> 556 RU Petropavlovka <NA>
#> 557 RU <NA> <NA>
#> 558 US San Angelo Pease River
#> 559 RU Pechishchi <NA>
#> 560 RU Belebei <NA>
#> 561 ZA Balfour Beaufort
#> 562 US Vale Clear Fork
#> 563 US Vale Clear Fork
#> 564 US Vale Clear Fork
#> 565 US Vale Clear Fork
#> 566 US Vale Clear Fork
#> 567 US Vale Clear Fork
#> 568 US Cutler <NA>
#> 569 US Cutler <NA>
#> 570 US Cutler <NA>
#> 571 US Cutler <NA>
#> 572 US Cutler <NA>
#> 573 US Cutler <NA>
#> 574 CA <NA> Morien
#> 575 CA <NA> Morien
#> 576 CA <NA> Morien
#> 577 DE Tambach Rotliegend
#> 578 ZA Katberg Beaufort
#> 579 ZA Balfour Beaufort
#> 580 ZA Balfour Beaufort
#> 581 ZA Balfour Beaufort
#> 582 ZA Balfour Beaufort
#> 583 ZA Balfour Beaufort
#> 584 ZA Balfour Beaufort
#> 585 ZA Balfour Beaufort
#> 586 ZA Balfour Beaufort
#> 587 ZA Balfour Beaufort
#> 588 ZA Teekloof Beaufort
#> 589 ZA Balfour Beaufort
#> 590 ZA Balfour Beaufort
#> 591 US Belle Plains Wichita
#> 592 US Choza Clear Fork
#> 593 FR M1-M2 Grès Rouge
#> 594 US Hennessey <NA>
#> 595 US San Angelo Pease River
#> 596 US San Angelo Pease River
#> 597 RU <NA> <NA>
#> 598 RU <NA> <NA>
#> 599 US San Angelo Pease River
#> 600 US Waggoner Ranch Wichita
#> 601 US Bond McLeansboro
#> 602 FR <NA> <NA>
#> 603 US San Angelo Pease River
#> 604 US <NA> Washington
#> 605 US Pueblo Cisco
#> 606 US Barneston Limestone Chase
#> 607 US Petrolia Wichita
#> 608 US Abo/Cutler <NA>
#> 609 PL Ludwikowice Rotliegend
#> 610 US Glenshaw Conemaugh
#> 611 FR <NA> <NA>
#> 612 UK Kenilworth Sandstone Warwickshire
#> 613 US Stanton Lansing
#> 614 US Abo/Cutler <NA>
#> 615 US Greene Dunkard
#> 616 US San Angelo Pease River
#> 617 US Mattoon McLeansboro
#> 618 US Pottsville <NA>
#> 619 US Pottsville <NA>
#> 620 US Pottsville <NA>
#> 621 US Pottsville <NA>
#> 622 US Pottsville <NA>
#> 623 ZA <NA> Beaufort
#> 624 US Pottsville <NA>
#> 625 US Pottsville <NA>
#> 626 US Pottsville <NA>
#> 627 US Pottsville <NA>
#> 628 US Pottsville <NA>
#> 629 US Pottsville <NA>
#> 630 US Pottsville <NA>
#> 631 US Pottsville <NA>
#> 632 ZA Teekloof Beaufort
#> 633 US Putnam Wichita
#> 634 US Petrolia Wichita
#> 635 RU Belebei <NA>
#> 636 RU Belebei <NA>
#> 637 RU <NA> <NA>
#> 638 RU Inta <NA>
#> 639 NE Moradi Izégouandane
#> 640 DE Werra Zechstein
#> 641 DE Werra Zechstein
#> 642 DE Werra Zechstein
#> 643 DE Werra Zechstein
#> 644 DE Werra Zechstein
#> 645 NE Moradi Izégouandane
#> 646 US Abo/Cutler <NA>
#> 647 US Hennessey <NA>
#> 648 ZM Madumabisa Mudstone Beaufort
#> 649 US Wellington Sumner
#> 650 US Wellington Sumner
#> 651 US Choza Clear Fork
#> 652 US Vale Clear Fork
#> 653 UK Gullane Strathclyde
#> 654 US Abo/Cutler <NA>
#> 655 US Abo/Cutler <NA>
#> 656 IN Kundaram Gondwana
#> 657 IN Kundaram Gondwana
#> 658 IN Kundaram Gondwana
#> 659 IN Kundaram Gondwana
#> 660 IN Kundaram Gondwana
#> 661 IN Kundaram Gondwana
#> 662 IN Kundaram Gondwana
#> 663 IN Kundaram Gondwana
#> 664 IN Kundaram Gondwana
#> 665 US Wellington Sumner
#> 666 US Wellington Sumner
#> 667 US Wellington Sumner
#> 668 US Wellington Sumner
#> 669 US Wellington Sumner
#> 670 US Wellington Sumner
#> 671 US Wellington Sumner
#> 672 US Wellington Sumner
#> 673 US Wellington Sumner
#> 674 US Wellington Sumner
#> 675 US Wellington Sumner
#> 676 US Wellington Sumner
#> 677 US Wellington Sumner
#> 678 US Wellington Sumner
#> 679 US Wellington Sumner
#> 680 US Wellington Sumner
#> 681 US Wellington Sumner
#> 682 US Wellington Sumner
#> 683 US Wellington Sumner
#> 684 US Wellington Sumner
#> 685 US Petrolia Wichita
#> 686 US Petrolia Wichita
#> 687 US Waggoner Ranch Wichita
#> 688 US Waggoner Ranch Wichita
#> 689 US Waggoner Ranch Wichita
#> 690 US <NA> <NA>
#> 691 US <NA> <NA>
#> 692 US <NA> <NA>
#> 693 US Vale Clear Fork
#> 694 US San Angelo Pease River
#> 695 US San Angelo Pease River
#> 696 US San Angelo Pease River
#> 697 US San Angelo Pease River
#> 698 US San Angelo Pease River
#> 699 US San Angelo Pease River
#> 700 US San Angelo Pease River
#> 701 US San Angelo Pease River
#> 702 US San Angelo Pease River
#> 703 US San Angelo Pease River
#> 704 US San Angelo Pease River
#> 705 US San Angelo Pease River
#> 706 US San Angelo Pease River
#> 707 US San Angelo Pease River
#> 708 US San Angelo Pease River
#> 709 US San Angelo Pease River
#> 710 US San Angelo Pease River
#> 711 US San Angelo Pease River
#> 712 US San Angelo Pease River
#> 713 US San Angelo Pease River
#> 714 US San Angelo Pease River
#> 715 US Abo/Cutler <NA>
#> 716 US Cutler <NA>
#> 717 US Cutler <NA>
#> 718 US Cutler <NA>
#> 719 US Cutler <NA>
#> 720 US Cutler <NA>
#> 721 US Cutler <NA>
#> 722 US San Angelo Pease River
#> 723 US San Angelo Pease River
#> 724 US Chickasha El Reno
#> 725 US Archer City Wichita
#> 726 US San Angelo Pease River
#> 727 US San Angelo Pease River
#> 728 US San Angelo Pease River
#> 729 DE Tambach Rotliegend
#> 730 US San Angelo Pease River
#> 731 US San Angelo Pease River
#> 732 US San Angelo Pease River
#> 733 US San Angelo Pease River
#> 734 US San Angelo Pease River
#> 735 US Washington Dunkard
#> 736 DE Tambach Rotliegend
#> 737 DE Tambach Rotliegend
#> 738 US San Angelo Pease River
#> 739 US San Angelo Pease River
#> 740 US San Angelo Pease River
#> 741 US Arroyo Clear Fork
#> 742 US <NA> Allegheny
#> 743 US <NA> Allegheny
#> 744 US Cutler <NA>
#> 745 US Waggoner Ranch Wichita
#> 746 US Lueders Wichita
#> 747 US Lueders Wichita
#> 748 US Lueders Wichita
#> 749 US Lueders Wichita
#> 750 US Lueders Wichita
#> 751 US Lueders Wichita
#> 752 US Lueders Wichita
#> 753 US Lueders Wichita
#> 754 US Lueders Wichita
#> 755 US Lueders Wichita
#> 756 US Lueders Wichita
#> 757 US Lueders Wichita
#> 758 US Lueders Wichita
#> 759 US Lueders Wichita
#> 760 US Lueders Wichita
#> 761 US Lueders Wichita
#> 762 US Lueders Wichita
#> 763 US Lueders Wichita
#> 764 US Lueders Wichita
#> 765 US Lueders Wichita
#> 766 US Lueders Wichita
#> 767 NE Moradi Izégouandane
#> 768 NE Moradi Izégouandane
#> 769 NE Moradi Izégouandane
#> 770 NE Moradi Izégouandane
#> 771 US <NA> <NA>
#> 772 US Abo/Cutler <NA>
#> 773 US Abo/Cutler <NA>
#> 774 US Abo/Cutler <NA>
#> 775 US Waggoner Ranch Wichita
#> 776 US Petrolia/Waggoner Ranch Wichita
#> 777 US Arroyo Clear Fork
#> 778 US Arroyo Clear Fork
#> 779 US Arroyo Clear Fork
#> 780 US Arroyo Clear Fork
#> 781 US Choza Clear Fork
#> 782 US Choza Clear Fork
#> 783 US Choza Clear Fork
#> 784 CN Qingtoushan <NA>
#> 785 CN Qingtoushan <NA>
#> 786 CN Qingtoushan <NA>
#> 787 CN Qingtoushan <NA>
#> 788 CN Qingtoushan <NA>
#> 789 CN Qingtoushan <NA>
#> 790 CN Qingtoushan <NA>
#> 791 DE Tambach Rotliegend
#> 792 US Abo/Cutler <NA>
#> 793 US Abo/Cutler <NA>
#> 794 US Abo/Cutler <NA>
#> 795 US Abo/Cutler <NA>
#> 796 US Abo/Cutler <NA>
#> 797 US Sangre de Cristo <NA>
#> 798 US Arroyo Clear Fork
#> 799 US Arroyo Clear Fork
#> 800 US Carbondale <NA>
#> 801 US Carbondale <NA>
#> 802 US <NA> Allegheny
#> 803 CZ Kladno <NA>
#> 804 CZ Kladno <NA>
#> 805 CZ Kladno <NA>
#> 806 CZ Kladno <NA>
#> 807 CZ Kladno <NA>
#> 808 CZ Kladno <NA>
#> 809 US Arroyo Clear Fork
#> 810 DE Meisenheim Rotliegend
#> 811 CA Sulphur Mountain <NA>
#> 812 RU Petropavlovka <NA>
#> 813 RU Petropavlovka <NA>
#> 814 RU Petropavlovka <NA>
#> 815 RU Petropavlovka <NA>
#> 816 RU Petropavlovka <NA>
#> 817 RU Yarenskian Gamskaya
#> 818 RU Belebei <NA>
#> 819 CA <NA> Morien
#> 820 US Bond McLeansboro
#> 821 US Bond McLeansboro
#> 822 US Bond McLeansboro
#> 823 US Arroyo Clear Fork
#> 824 RU Krasnoshchel' <NA>
#> 825 US Stanton Lansing
#> 826 US Stanton Lansing
#> 827 US Stanton Lansing
#> 828 US Stanton Lansing
#> 829 US Stanton Lansing
#> 830 US Archer City Wichita
#> 831 US Archer City Wichita
#> 832 US Archer City Wichita
#> 833 US Archer City Wichita
#> 834 US Archer City Wichita
#> 835 US Archer City Wichita
#> 836 US Archer City Wichita
#> 837 DE Niederhäslich-Schweinsdorf Rotliegend
#> 838 DE Döhlen Rotliegend
#> 839 US Cutler <NA>
#> 840 US Cutler <NA>
#> 841 US Cutler <NA>
#> 842 US Cutler <NA>
#> 843 US Cutler <NA>
#> 844 US Cutler <NA>
#> 845 US Cutler <NA>
#> 846 US Cutler <NA>
#> 847 US Cutler <NA>
#> 848 US Cutler <NA>
#> 849 US Cutler <NA>
#> 850 US Cutler <NA>
#> 851 US Cutler <NA>
#> 852 US Cutler <NA>
#> 853 US Cutler <NA>
#> 854 US Cutler <NA>
#> 855 US Cutler <NA>
#> 856 RU Vyasovka <NA>
#> 857 RU Vyasovka <NA>
#> 858 RU Vyasovka <NA>
#> 859 RU Vyasovka <NA>
#> 860 RU Vyasovka <NA>
#> 861 US Cutler <NA>
#> 862 DE Tambach Rotliegend
#> 863 DE Werra Zechstein
#> 864 DE Werra Zechstein
#> 865 DE Werra Zechstein
#> 866 DE Werra Zechstein
#> 867 MG Lower Sakamena Sakamena
#> 868 MG Lower Sakamena Sakamena
#> 869 MG Lower Sakamena Sakamena
#> 870 MG Lower Sakamena Sakamena
#> 871 MG Lower Sakamena Sakamena
#> 872 MG Lower Sakamena Sakamena
#> 873 ZA Abrahamskraal Beaufort
#> 874 US Calhoun Shale Shawnee
#> 875 MG Lower Sakamena Sakamena
#> 876 MG Lower Sakamena Sakamena
#> 877 RU Belebei <NA>
#> 878 RU Urpalov Kotelnich
#> 879 RU Belebei <NA>
#> 880 RU Bolshekinelskaya <NA>
#> 881 RU Bolshekinelskaya <NA>
#> 882 RU Bolshekinelskaya <NA>
#> 883 RU Bolshekinelskaya <NA>
#> 884 DE Werra Zechstein
#> 885 DE Werra Zechstein
#> 886 US Archer City Wichita
#> 887 US Vale Clear Fork
#> 888 US Vale Clear Fork
#> 889 US Vale Clear Fork
#> 890 US Vale Clear Fork
#> 891 US Vale Clear Fork
#> 892 US Vale Clear Fork
#> 893 US Vale Clear Fork
#> 894 US Vale Clear Fork
#> 895 US Vale Clear Fork
#> 896 US Vale Clear Fork
#> 897 US Vale Clear Fork
#> 898 US Vale Clear Fork
#> 899 US Vale Clear Fork
#> 900 US Vale Clear Fork
#> 901 US Vale Clear Fork
#> 902 US Vale Clear Fork
#> 903 US Vale Clear Fork
#> 904 DE Werra Zechstein
#> 905 AR Vera Los Menucos
#> 906 AR Vera Los Menucos
#> 907 AR Vera Los Menucos
#> 908 AR Vera Los Menucos
#> 909 AR Vera Los Menucos
#> 910 AR Vera Los Menucos
#> 911 AR Vera Los Menucos
#> 912 AU Arcadia Rewan
#> 913 AU Arcadia Rewan
#> 914 DE Werra Zechstein
#> 915 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 916 DE Werra Zechstein
#> 917 DE Werra Zechstein
#> 918 BR Rio do Rasto Passa Dois
#> 919 US Vale Clear Fork
#> 920 US Vale Clear Fork
#> 921 US Archer City Wichita
#> 922 US Archer City Wichita
#> 923 US Wellington Sumner
#> 924 US Wellington Sumner
#> 925 US Wellington Sumner
#> 926 US Wellington Sumner
#> 927 US Wellington Sumner
#> 928 US Nocona Wichita
#> 929 US Nocona Wichita
#> 930 US Nocona Wichita
#> 931 US Admiral Wichita
#> 932 ZA Middleton/Balfour Beaufort
#> 933 US Abo/Cutler <NA>
#> 934 US Bond McLeansboro
#> 935 US Bond McLeansboro
#> 936 US Arroyo Clear Fork
#> 937 US Abo/Cutler <NA>
#> 938 US Abo/Cutler <NA>
#> 939 US Abo/Cutler <NA>
#> 940 US Abo/Cutler <NA>
#> 941 US Waggoner Ranch Wichita
#> 942 US Admiral Wichita
#> 943 US Petrolia Wichita
#> 944 US Petrolia Wichita
#> 945 US Archer City Wichita
#> 946 RU Belebei <NA>
#> 947 US Admiral Wichita
#> 948 US Belle Plains Wichita
#> 949 US Belle Plains Wichita
#> 950 US Belle Plains Wichita
#> 951 RU Bolshekinelskaya <NA>
#> 952 CA <NA> Morien
#> 953 RU <NA> <NA>
#> 954 CA <NA> Morien
#> 955 RU Belebei <NA>
#> 956 CZ Kladno <NA>
#> 957 US <NA> Allegheny
#> 958 US <NA> Allegheny
#> 959 US <NA> Allegheny
#> 960 US <NA> Allegheny
#> 961 US Belle Plains Wichita
#> 962 US Petrolia Wichita
#> 963 US Archer City Wichita
#> 964 US Putnam Cisco
#> 965 US Admiral Wichita
#> 966 US Petrolia Wichita
#> 967 US Admiral Wichita
#> 968 US Nocona Wichita
#> 969 US Archer City Wichita
#> 970 US Belle Plains Wichita
#> 971 US Belle Plains Wichita
#> 972 US Putnam Cisco
#> 973 US Garber Sumner
#> 974 RU <NA> <NA>
#> 975 DE Werra Zechstein
#> 976 CA Joggins Cumberland
#> 977 DE Werra Zechstein
#> 978 DE Werra Zechstein
#> 979 DE Werra Zechstein
#> 980 US Crow Mountain Chugwater
#> 981 ZA Katberg Beaufort
#> 982 ZA Balfour Beaufort
#> 983 US Waggoner Ranch Wichita
#> 984 RU Vokhminskaya <NA>
#> 985 RU <NA> <NA>
#> 986 RU <NA> <NA>
#> 987 RU <NA> <NA>
#> 988 US Chickasha El Reno
#> 989 US Vale Clear Fork
#> 990 ZM Madumabisa Mudstone Beaufort
#> 991 ZA Balfour Beaufort
#> 992 ZA Teekloof Beaufort
#> 993 ZA Teekloof Beaufort
#> 994 ZA Teekloof Beaufort
#> 995 ZA Teekloof Beaufort
#> 996 ZA Teekloof Beaufort
#> 997 ZA Teekloof Beaufort
#> 998 ZA Teekloof Beaufort
#> 999 ZA Teekloof Beaufort
#> 1000 ZA Teekloof Beaufort
#> 1001 ZA Teekloof Beaufort
#> 1002 ZA Teekloof Beaufort
#> 1003 ZA Teekloof Beaufort
#> 1004 ZA Teekloof Beaufort
#> 1005 ZA Teekloof Beaufort
#> 1006 ZA Teekloof Beaufort
#> 1007 ZA Teekloof Beaufort
#> 1008 ZA Teekloof Beaufort
#> 1009 ZA Teekloof Beaufort
#> 1010 ZA Teekloof Beaufort
#> 1011 ZA Teekloof Beaufort
#> 1012 ZA Teekloof Beaufort
#> 1013 ZA Teekloof Beaufort
#> 1014 ZA Teekloof Beaufort
#> 1015 ZA Teekloof Beaufort
#> 1016 ZA Teekloof Beaufort
#> 1017 ZA Teekloof Beaufort
#> 1018 ZA Teekloof Beaufort
#> 1019 ZA Teekloof Beaufort
#> 1020 ZA Teekloof Beaufort
#> 1021 ZA Teekloof Beaufort
#> 1022 ZA Teekloof Beaufort
#> 1023 ZA Teekloof Beaufort
#> 1024 ZA Teekloof Beaufort
#> 1025 ZA Teekloof Beaufort
#> 1026 ZA Teekloof Beaufort
#> 1027 ZA Teekloof Beaufort
#> 1028 ZA Teekloof Beaufort
#> 1029 ZA Teekloof Beaufort
#> 1030 ZA Teekloof Beaufort
#> 1031 ZA Teekloof Beaufort
#> 1032 ZA Teekloof Beaufort
#> 1033 ZA Teekloof Beaufort
#> 1034 ZA Teekloof Beaufort
#> 1035 ZA Teekloof Beaufort
#> 1036 US Calhoun Shale Shawnee
#> 1037 US Arroyo Clear Fork
#> 1038 US Choza Clear Fork
#> 1039 US <NA> <NA>
#> 1040 RU <NA> <NA>
#> 1041 RU <NA> <NA>
#> 1042 RU <NA> <NA>
#> 1043 RU <NA> <NA>
#> 1044 RU <NA> <NA>
#> 1045 RU <NA> <NA>
#> 1046 RU <NA> <NA>
#> 1047 RU <NA> <NA>
#> 1048 RU <NA> <NA>
#> 1049 RU <NA> <NA>
#> 1050 RU <NA> <NA>
#> 1051 RU <NA> <NA>
#> 1052 RU <NA> <NA>
#> 1053 ZA Abrahamskraal Beaufort
#> 1054 RU Kutulukskaya <NA>
#> 1055 RU Kutulukskaya <NA>
#> 1056 RU Kutulukskaya <NA>
#> 1057 RU Amanakskaya <NA>
#> 1058 RU Amanakskaya <NA>
#> 1059 RU Amanakskaya <NA>
#> 1060 RU Amanakskaya <NA>
#> 1061 RU <NA> <NA>
#> 1062 RU Krasnoshchel' <NA>
#> 1063 US Chickasha El Reno
#> 1064 US <NA> Dunkard
#> 1065 CA Port Hood Cumberland
#> 1066 CA Joggins Cumberland
#> 1067 CA Joggins Cumberland
#> 1068 UK Marl Slate Zechstein
#> 1069 RU Pechishchi <NA>
#> 1070 RU <NA> <NA>
#> 1071 RU <NA> <NA>
#> 1072 RU <NA> <NA>
#> 1073 RU <NA> <NA>
#> 1074 US Arroyo Clear Fork
#> 1075 US Arroyo Clear Fork
#> 1076 US Arroyo Clear Fork
#> 1077 US Arroyo Clear Fork
#> 1078 US Arroyo Clear Fork
#> 1079 US Arroyo Clear Fork
#> 1080 US Arroyo Clear Fork
#> 1081 US Garber Sumner
#> 1082 US Garber Sumner
#> 1083 US Garber Sumner
#> 1084 US Garber Sumner
#> 1085 US Garber Sumner
#> 1086 US Garber Sumner
#> 1087 RU Pechishchi <NA>
#> 1088 RU Pechishchi <NA>
#> 1089 RU Pechishchi <NA>
#> 1090 RU Pechishchi <NA>
#> 1091 RU Pechishchi <NA>
#> 1092 RU Belebei <NA>
#> 1093 US Hennessey <NA>
#> 1094 US Hennessey <NA>
#> 1095 RU Inta <NA>
#> 1096 RU Inta <NA>
#> 1097 RU <NA> <NA>
#> 1098 JP Osawa Inai
#> 1099 RU <NA> <NA>
#> 1100 KE Maji-Ya-Chumvi Duruma
#> 1101 AA Fremouw Beacon
#> 1102 AA Fremouw Beacon
#> 1103 US Waggoner Ranch Wichita
#> 1104 ZA Katberg Beaufort
#> 1105 US Arroyo Clear Fork
#> 1106 ZA Katberg Beaufort
#> 1107 AA Fremouw Beacon
#> 1108 AA Fremouw Beacon
#> 1109 AA Fremouw Beacon
#> 1110 AA Fremouw Beacon
#> 1111 AA Fremouw Beacon
#> 1112 ZA Normandien Beaufort
#> 1113 AR Vera Los Menucos
#> 1114 ZA <NA> Beaufort
#> 1115 ZA Balfour Beaufort
#> 1116 ZA Balfour Beaufort
#> 1117 ZA Teekloof Beaufort
#> 1118 ZA Abrahamskraal Beaufort
#> 1119 MA Ikakern <NA>
#> 1120 MA Ikakern <NA>
#> 1121 MA Ikakern <NA>
#> 1122 ZA Abrahamskraal Beaufort
#> 1123 ZA Abrahamskraal Beaufort
#> 1124 RU Urpalov Kotelnich
#> 1125 RU Urpalov Kotelnich
#> 1126 UK Kenilworth Sandstone Warwickshire
#> 1127 UK Kenilworth Sandstone Warwickshire
#> 1128 ZA Abrahamskraal Beaufort
#> 1129 US Garber Sumner
#> 1130 US Garber Sumner
#> 1131 US Garber Sumner
#> 1132 US Garber Sumner
#> 1133 US Garber Sumner
#> 1134 US Garber Sumner
#> 1135 ZA ? Whitehill Ecca
#> 1136 BR Irati Passa Dois
#> 1137 BR Irati Passa Dois
#> 1138 BR Irati Passa Dois
#> 1139 BR Irati Passa Dois
#> 1140 BR Irati Passa Dois
#> 1141 ZA Koonap Beaufort
#> 1142 ZA Abrahamskraal Beaufort
#> 1143 ZA Balfour Beaufort
#> 1144 ZA Balfour Beaufort
#> 1145 ZA Balfour Beaufort
#> 1146 ZA Abrahamskraal Beaufort
#> 1147 US Abo/Cutler <NA>
#> 1148 BR Irati Passa Dois
#> 1149 BR Irati Passa Dois
#> 1150 BR Irati Passa Dois
#> 1151 BR Irati Passa Dois
#> 1152 BR Irati Passa Dois
#> 1153 BR Irati Passa Dois
#> 1154 BR Irati Passa Dois
#> 1155 BR Irati Passa Dois
#> 1156 BR Irati Passa Dois
#> 1157 BR Irati Passa Dois
#> 1158 BR Irati Passa Dois
#> 1159 BR Irati Passa Dois
#> 1160 BR Irati Passa Dois
#> 1161 BR Irati Passa Dois
#> 1162 ZA Abrahamskraal Beaufort
#> 1163 ZA Whitehill Ecca
#> 1164 ZA Whitehill Ecca
#> 1165 ZA Whitehill Ecca
#> 1166 ZA Whitehill Ecca
#> 1167 BR Irati Passa Dois
#> 1168 BR Irati Passa Dois
#> 1169 BR Irati Passa Dois
#> 1170 BR Irati Passa Dois
#> 1171 US Thaynes <NA>
#> 1172 BR Irati Passa Dois
#> 1173 BR Irati Passa Dois
#> 1174 BR Irati Passa Dois
#> 1175 BR Irati Passa Dois
#> 1176 BR Irati Passa Dois
#> 1177 BR Irati Passa Dois
#> 1178 BR Irati Passa Dois
#> 1179 BR Irati Passa Dois
#> 1180 BR Irati Passa Dois
#> 1181 JP <NA> <NA>
#> 1182 BR Irati Passa Dois
#> 1183 BR Irati Passa Dois
#> 1184 BR Irati Passa Dois
#> 1185 BR Irati Passa Dois
#> 1186 BR Irati Passa Dois
#> 1187 <NA> Gai-As "Ecca"
#> 1188 AU Arcadia Rewan
#> 1189 US San Angelo Pease River
#> 1190 US San Angelo Pease River
#> 1191 US San Angelo Pease River
#> 1192 US Vale Clear Fork
#> 1193 US Vale Clear Fork
#> 1194 US Vale Clear Fork
#> 1195 US Arroyo Clear Fork
#> 1196 US Arroyo Clear Fork
#> 1197 US <NA> <NA>
#> 1198 BR Irati Passa Dois
#> 1199 ZA Whitehill Ecca
#> 1200 <NA> Whitehill Ecca
#> 1201 <NA> Whitehill Ecca
#> 1202 <NA> ? Whitehill Ecca
#> 1203 PY ? San Miguel Independencia
#> 1204 PY ? San Miguel Independencia
#> 1205 UY Melo <NA>
#> 1206 UY Melo <NA>
#> 1207 UY Melo <NA>
#> 1208 UY Melo <NA>
#> 1209 US Hennessey <NA>
#> 1210 US <NA> <NA>
#> 1211 US Hennessey <NA>
#> 1212 DE Tambach Rotliegend
#> 1213 US Arroyo or Vale Clear Fork
#> 1214 DE Tambach Rotliegend
#> 1215 MG Middle Sakamena Sakamena
#> 1216 US <NA> Allegheny
#> 1217 US <NA> Allegheny
#> 1218 US <NA> Allegheny
#> 1219 CZ Kladno <NA>
#> 1220 CZ Kladno <NA>
#> 1221 US Black Prince Limestone <NA>
#> 1222 US Black Prince Limestone <NA>
#> 1223 US Black Prince Limestone <NA>
#> 1224 US Black Prince Limestone <NA>
#> 1225 US Black Prince Limestone <NA>
#> 1226 US Black Prince Limestone <NA>
#> 1227 US Black Prince Limestone <NA>
#> 1228 ZA Katberg Beaufort
#> 1229 ZA Katberg Beaufort
#> 1230 UK Cutties Hillock Sandstone <NA>
#> 1231 UK Cutties Hillock Sandstone <NA>
#> 1232 UK Cutties Hillock Sandstone <NA>
#> 1233 UK Cutties Hillock Sandstone <NA>
#> 1234 UK Cutties Hillock Sandstone <NA>
#> 1235 UK Cutties Hillock Sandstone <NA>
#> 1236 UK Cutties Hillock Sandstone <NA>
#> 1237 UK Cutties Hillock Sandstone <NA>
#> 1238 UK Cutties Hillock Sandstone <NA>
#> 1239 ZA <NA> Beaufort
#> 1240 ZA <NA> Beaufort
#> 1241 MG Lower Sakamena Sakamena
#> 1242 MG Lower Sakamena Sakamena
#> 1243 MG Middle Sakamena Sakamena
#> 1244 MG Middle Sakamena Sakamena
#> 1245 MG Middle Sakamena Sakamena
#> 1246 MG Middle Sakamena Sakamena
#> 1247 MG Middle Sakamena Sakamena
#> 1248 MG Middle Sakamena Sakamena
#> 1249 MG Lower Sakamena Sakamena
#> 1250 ZA Balfour Beaufort
#> 1251 ZA Middleton/Balfour Beaufort
#> 1252 ZA Abrahamskraal Beaufort
#> 1253 ZA Abrahamskraal Beaufort
#> 1254 ZA Abrahamskraal Beaufort
#> 1255 RU <NA> <NA>
#> 1256 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 1257 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 1258 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 1259 RU <NA> <NA>
#> 1260 RU Krasnoshchel' <NA>
#> 1261 RU Salarevo <NA>
#> 1262 RU Salarevo <NA>
#> 1263 RU Salarevo <NA>
#> 1264 RU Salarevo <NA>
#> 1265 RU Salarevo <NA>
#> 1266 RU Salarevo <NA>
#> 1267 RU Salarevo <NA>
#> 1268 RU Salarevo <NA>
#> 1269 RU <NA> <NA>
#> 1270 RU <NA> <NA>
#> 1271 RU <NA> <NA>
#> 1272 RU <NA> <NA>
#> 1273 DE Werra Zechstein
#> 1274 DE Werra Zechstein
#> 1275 DE Werra Zechstein
#> 1276 DE Werra Zechstein
#> 1277 DE Werra Zechstein
#> 1278 ZA Abrahamskraal Beaufort
#> 1279 ZA Abrahamskraal Beaufort
#> 1280 ZA Abrahamskraal Beaufort
#> 1281 ZA Abrahamskraal Beaufort
#> 1282 ZA Abrahamskraal Beaufort
#> 1283 ZA Abrahamskraal Beaufort
#> 1284 ZA Abrahamskraal Beaufort
#> 1285 ZA Abrahamskraal Beaufort
#> 1286 ZA Abrahamskraal Beaufort
#> 1287 ZA Abrahamskraal Beaufort
#> 1288 ZA Abrahamskraal Beaufort
#> 1289 ZA Abrahamskraal Beaufort
#> 1290 RU <NA> <NA>
#> 1291 MA Ikakern <NA>
#> 1292 RU Yarenskian Gamskaya
#> 1293 RU <NA> <NA>
#> 1294 RU <NA> <NA>
#> 1295 RU <NA> <NA>
#> 1296 RU Kzylsaiskaya <NA>
#> 1297 RU Kzylsaiskaya <NA>
#> 1298 RU Kzylsaiskaya <NA>
#> 1299 RU Kzylsaiskaya <NA>
#> 1300 RU Kzylsaiskaya <NA>
#> 1301 RU Kzylsaiskaya <NA>
#> 1302 RU Kzylsaiskaya <NA>
#> 1303 RU Kzylsaiskaya <NA>
#> 1304 RU Petropavlovka <NA>
#> 1305 RU Petropavlovka <NA>
#> 1306 RU Petropavlovka <NA>
#> 1307 RU Petropavlovka <NA>
#> 1308 RU Petropavlovka <NA>
#> 1309 RU Petropavlovka <NA>
#> 1310 RU Petropavlovka <NA>
#> 1311 RU Petropavlovka <NA>
#> 1312 RU Petropavlovka <NA>
#> 1313 RU Petropavlovka <NA>
#> 1314 RU Lipovskaya <NA>
#> 1315 RU Malokinelskaya <NA>
#> 1316 RU Malokinelskaya <NA>
#> 1317 RU Malokinelskaya <NA>
#> 1318 RU Malokinelskaya <NA>
#> 1319 RU Malokinelskaya <NA>
#> 1320 RU Admiralty <NA>
#> 1321 RU Lestanshor <NA>
#> 1322 RU Lestanshor <NA>
#> 1323 RU Petropavlovka <NA>
#> 1324 RU Pizhmomezenskoi <NA>
#> 1325 RU Pizhmomezenskoi <NA>
#> 1326 CN Jiucaiyuan Cangfanggou
#> 1327 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 1328 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 1329 RU <NA> <NA>
#> 1330 RU <NA> <NA>
#> 1331 RU <NA> <NA>
#> 1332 RU Vokhminskaya <NA>
#> 1333 RU Lipovskaya <NA>
#> 1334 RU Lipovskaya <NA>
#> 1335 BR Sanga do Cabral Rosário do Sul
#> 1336 BR Sanga do Cabral Rosário do Sul
#> 1337 US Arroyo Clear Fork
#> 1338 RU <NA> <NA>
#> 1339 RU <NA> <NA>
#> 1340 RU <NA> <NA>
#> 1341 ZA Katberg Beaufort
#> 1342 ZA Katberg Beaufort
#> 1343 ZA Katberg Beaufort
#> 1344 BR Sanga do Cabral Rosário do Sul
#> 1345 ZA Whitehill Ecca
#> 1346 RU Kopanaskya <NA>
#> 1347 RU Kopanaskya <NA>
#> 1348 RU Charkabozh <NA>
#> 1349 RU Charkabozh <NA>
#> 1350 RU Charkabozh <NA>
#> 1351 RU Charkabozh <NA>
#> 1352 RU Charkabozh <NA>
#> 1353 RU Charkabozh <NA>
#> 1354 RU Charkabozh <NA>
#> 1355 RU Charkabozh <NA>
#> 1356 RU Charkabozh <NA>
#> 1357 RU Vokhma <NA>
#> 1358 RU Vokhma <NA>
#> 1359 ZA Katberg Beaufort
#> 1360 ZA Katberg Beaufort
#> 1361 ZA Katberg Beaufort
#> 1362 ZA <NA> Beaufort
#> 1363 RU Petropavlovka <NA>
#> 1364 RU Petropavlovka <NA>
#> 1365 AU Arcadia Rewan
#> 1366 CN Qingtoushan <NA>
#> 1367 ZA Koonap Beaufort
#> 1368 US <NA> <NA>
#> 1369 ZA Abrahamskraal Beaufort
#> 1370 ZA Abrahamskraal Beaufort
#> 1371 ZA Abrahamskraal Beaufort
#> 1372 ZA Abrahamskraal Beaufort
#> 1373 ZA Abrahamskraal Beaufort
#> 1374 ZA Abrahamskraal Beaufort
#> 1375 ZA Abrahamskraal Beaufort
#> 1376 ZA Abrahamskraal Beaufort
#> 1377 ZA Abrahamskraal Beaufort
#> 1378 ZA <NA> Beaufort
#> 1379 ZA Abrahamskraal Beaufort
#> 1380 ZA Abrahamskraal Beaufort
#> 1381 CA Joggins Cumberland
#> 1382 CA Joggins Cumberland
#> 1383 CA Joggins Cumberland
#> 1384 CA Joggins Cumberland
#> 1385 AA Fremouw Beacon
#> 1386 US Greene Dunkard
#> 1387 US <NA> <NA>
#> 1388 US <NA> <NA>
#> 1389 US <NA> <NA>
#> 1390 US <NA> <NA>
#> 1391 ZA Balfour Beaufort
#> 1392 US Moenkopi <NA>
#> 1393 US Moenkopi <NA>
#> 1394 US Moenkopi <NA>
#> 1395 US Moenkopi <NA>
#> 1396 US Moenkopi <NA>
#> 1397 US Moenkopi <NA>
#> 1398 US Moenkopi <NA>
#> 1399 US Moenkopi <NA>
#> 1400 US Moenkopi <NA>
#> 1401 US Moenkopi <NA>
#> 1402 US Moenkopi <NA>
#> 1403 US Moenkopi <NA>
#> 1404 ES <NA> Buntsandstein
#> 1405 ES <NA> Buntsandstein
#> 1406 ES <NA> Buntsandstein
#> 1407 ES <NA> Buntsandstein
#> 1408 ES <NA> <NA>
#> 1409 DE <NA> Middle Buntsandstein
#> 1410 CN Beisi <NA>
#> 1411 CN Jialingjiang <NA>
#> 1412 RU Petropavlovka <NA>
#> 1413 ZA Balfour Beaufort
#> 1414 ZA Burgersdorp Beaufort
#> 1415 ZA Burgersdorp Beaufort
#> 1416 ZA Burgersdorp Beaufort
#> 1417 ZA Burgersdorp Beaufort
#> 1418 ZA Burgersdorp Beaufort
#> 1419 ZA Burgersdorp Beaufort
#> 1420 ZA Burgersdorp Beaufort
#> 1421 ZA Burgersdorp Beaufort
#> 1422 ZA Burgersdorp Beaufort
#> 1423 ZA Burgersdorp Beaufort
#> 1424 IN Panchet <NA>
#> 1425 BR Sanga do Cabral Rosário do Sul
#> 1426 BR Sanga do Cabral Rosário do Sul
#> 1427 BR Sanga do Cabral Rosário do Sul
#> 1428 BR Sanga do Cabral Rosário do Sul
#> 1429 BR Sanga do Cabral Rosário do Sul
#> 1430 BR Sanga do Cabral Rosário do Sul
#> 1431 BR Sanga do Cabral Rosário do Sul
#> 1432 BR Sanga do Cabral Rosário do Sul
#> 1433 BR Sanga do Cabral Rosário do Sul
#> 1434 BR Sanga do Cabral Rosário do Sul
#> 1435 BR Sanga do Cabral Rosário do Sul
#> 1436 BR Sanga do Cabral Rosário do Sul
#> 1437 BR Sanga do Cabral Rosário do Sul
#> 1438 BR Sanga do Cabral Rosário do Sul
#> 1439 BR Sanga do Cabral Rosário do Sul
#> 1440 BR Sanga do Cabral Rosário do Sul
#> 1441 BR Sanga do Cabral Rosário do Sul
#> 1442 BR Sanga do Cabral Rosário do Sul
#> 1443 BR Sanga do Cabral Rosário do Sul
#> 1444 AA Fremouw Beacon
#> 1445 AA Fremouw Beacon
#> 1446 CN Jiucaiyuan Cangfanggou
#> 1447 US Hinton <NA>
#> 1448 CA Sulphur Mountain <NA>
#> 1449 CA Sulphur Mountain <NA>
#> 1450 US Moenkopi <NA>
#> 1451 US Moenkopi <NA>
#> 1452 AA Fremouw Beacon
#> 1453 ZA Normandien Beaufort
#> 1454 ZA Normandien Beaufort
#> 1455 ZA Normandien Beaufort
#> 1456 ZA Normandien Beaufort
#> 1457 ZA Normandien Beaufort
#> 1458 ZA Normandien Beaufort
#> 1459 ZA Normandien Beaufort
#> 1460 ZA Normandien Beaufort
#> 1461 ZA Normandien Beaufort
#> 1462 ZA Normandien Beaufort
#> 1463 ZA Normandien Beaufort
#> 1464 ZA Normandien Beaufort
#> 1465 ZA Normandien Beaufort
#> 1466 ZA Katberg Beaufort
#> 1467 ZA Katberg Beaufort
#> 1468 ZA Katberg Beaufort
#> 1469 ZA Katberg Beaufort
#> 1470 ZA Katberg Beaufort
#> 1471 ZA Katberg Beaufort
#> 1472 ZA <NA> Beaufort
#> 1473 ZA <NA> Beaufort
#> 1474 ZA <NA> Beaufort
#> 1475 ZA <NA> Beaufort
#> 1476 AA Fremouw Beacon
#> 1477 AA Fremouw Beacon
#> 1478 AA Fremouw Beacon
#> 1479 AA Fremouw Beacon
#> 1480 ZA <NA> Beaufort
#> 1481 ZA <NA> Beaufort
#> 1482 ZA <NA> Beaufort
#> 1483 ZA <NA> Beaufort
#> 1484 ZA <NA> Beaufort
#> 1485 ZA <NA> Beaufort
#> 1486 ZA <NA> Beaufort
#> 1487 ZA <NA> Beaufort
#> 1488 ZA Katberg Beaufort
#> 1489 ZA <NA> Beaufort
#> 1490 ZA Normandien Beaufort
#> 1491 ZA Normandien Beaufort
#> 1492 ZA Normandien Beaufort
#> 1493 ZA Normandien Beaufort
#> 1494 ZA Katberg Beaufort
#> 1495 ZA Katberg Beaufort
#> 1496 ZA Katberg Beaufort
#> 1497 ZA Katberg Beaufort
#> 1498 ZA Katberg Beaufort
#> 1499 ZA Balfour Beaufort
#> 1500 ZA Balfour Beaufort
#> 1501 ZA Balfour Beaufort
#> 1502 ZA Balfour Beaufort
#> 1503 ZA <NA> Beaufort
#> 1504 ZA <NA> Beaufort
#> 1505 ZA <NA> Beaufort
#> 1506 ZA <NA> Beaufort
#> 1507 ZA <NA> Beaufort
#> 1508 ZA <NA> Beaufort
#> 1509 ZA <NA> Beaufort
#> 1510 ZA <NA> Beaufort
#> 1511 ZA <NA> Beaufort
#> 1512 ZA <NA> Beaufort
#> 1513 ZA Katberg Beaufort
#> 1514 ZA Katberg Beaufort
#> 1515 ZA Katberg Beaufort
#> 1516 ZA Katberg Beaufort
#> 1517 UK Ballagan Inverclyde
#> 1518 RU Lipovskaya <NA>
#> 1519 RU Lestanshor <NA>
#> 1520 US <NA> <NA>
#> 1521 BR Rio do Rasto <NA>
#> 1522 DE Solling Middle Buntsandstein
#> 1523 DE Remigiusberg Rotliegend
#> 1524 RU Yarenskian Gamskaya
#> 1525 CN Jiucaiyuan Cangfanggou
#> 1526 US Carbondale <NA>
#> 1527 US <NA> Allegheny
#> 1528 US <NA> Allegheny
#> 1529 US <NA> Allegheny
#> 1530 US Nocona Wichita
#> 1531 US Moenkopi <NA>
#> 1532 ZA Balfour Beaufort
#> 1533 US Stanton Lansing
#> 1534 ZA <NA> Beaufort
#> 1535 ZA <NA> Beaufort
#> 1536 ZA <NA> Beaufort
#> 1537 ZA <NA> Beaufort
#> 1538 ZA <NA> Beaufort
#> 1539 AU Knocklofty <NA>
#> 1540 AU Arcadia Rewan
#> 1541 AU Arcadia Rewan
#> 1542 AU Bulgo Sandstone Narrabeen
#> 1543 AU Arcadia Rewan
#> 1544 DE Hardegsen Middle Buntsandstein
#> 1545 ZA Katberg Beaufort
#> 1546 ZA Katberg Beaufort
#> 1547 ZA Katberg Beaufort
#> 1548 ZA Katberg Beaufort
#> 1549 ZA Katberg Beaufort
#> 1550 ZA Katberg Beaufort
#> 1551 ZA Katberg Beaufort
#> 1552 ZA Katberg Beaufort
#> 1553 ZA Katberg Beaufort
#> 1554 ZA Katberg Beaufort
#> 1555 ZA Katberg Beaufort
#> 1556 ZA Katberg Beaufort
#> 1557 ZA Katberg Beaufort
#> 1558 ZA Katberg Beaufort
#> 1559 ZA Katberg Beaufort
#> 1560 ZA Katberg Beaufort
#> 1561 IN Panchet <NA>
#> 1562 IN Panchet <NA>
#> 1563 IN Panchet <NA>
#> 1564 IN Panchet <NA>
#> 1565 IN Panchet <NA>
#> 1566 IN Panchet <NA>
#> 1567 IN Panchet <NA>
#> 1568 IN Panchet <NA>
#> 1569 AU <NA> Upper Parmeener
#> 1570 JP Hiraiso Inai
#> 1571 CN Jiucaiyuan Cangfanggou
#> 1572 PL <NA> <NA>
#> 1573 PL <NA> <NA>
#> 1574 PL <NA> <NA>
#> 1575 PL <NA> <NA>
#> 1576 PL <NA> <NA>
#> 1577 PL <NA> <NA>
#> 1578 PL Wióry <NA>
#> 1579 DE Volpriehausen Middle Buntsandstein
#> 1580 DE Hardegsen Middle Buntsandstein
#> 1581 DE Hardegsen Middle Buntsandstein
#> 1582 DE Hardegsen Middle Buntsandstein
#> 1583 DE Hardegsen Middle Buntsandstein
#> 1584 DE Bernburg Lower Buntsandstein
#> 1585 DE <NA> Middle Buntsandstein
#> 1586 DE <NA> Middle Buntsandstein
#> 1587 CN Qingtoushan <NA>
#> 1588 CN Naobaogou <NA>
#> 1589 US Waggoner Ranch Wichita
#> 1590 US <NA> <NA>
#> 1591 RU Urpalov Kotelnich
#> 1592 RU Urpalov Kotelnich
#> 1593 RU Urpalov Kotelnich
#> 1594 RU <NA> <NA>
#> 1595 RU <NA> <NA>
#> 1596 DE Tambach Rotliegend
#> 1597 ZA Abrahamskraal Beaufort
#> 1598 ZA Abrahamskraal Beaufort
#> 1599 DE Tambach Rotliegend
#> 1600 DE Tambach Rotliegend
#> 1601 DE Tambach Rotliegend
#> 1602 DE Tambach Rotliegend
#> 1603 DE Tambach Rotliegend
#> 1604 US <NA> <NA>
#> 1605 US <NA> <NA>
#> 1606 US Bluefield <NA>
#> 1607 US Bluefield <NA>
#> 1608 US El Cobre Canyon <NA>
#> 1609 US Pittsburgh <NA>
#> 1610 US <NA> Conemaugh
#> 1611 US Washington Dunkard
#> 1612 US Washington Dunkard
#> 1613 US Greene Dunkard
#> 1614 US Greene Dunkard
#> 1615 US Greene Dunkard
#> 1616 US Greeene Dunkard
#> 1617 US Greene Dunkard
#> 1618 US Greene Dunkard
#> 1619 US Greene Dunkard
#> 1620 US Greene Dunkard
#> 1621 US Greene Dunkard
#> 1622 US Greene Dunkard
#> 1623 US Greene Dunkard
#> 1624 US Greene Dunkard
#> 1625 US Greene Dunkard
#> 1626 US Greene Dunkard
#> 1627 US Greene Dunkard
#> 1628 US Greene Dunkard
#> 1629 US Greene Dunkard
#> 1630 US Greene Dunkard
#> 1631 US Greene Dunkard
#> 1632 US Greene Dunkard
#> 1633 US Greene Dunkard
#> 1634 US Greene Dunkard
#> 1635 US Washington <NA>
#> 1636 US <NA> Conemaugh
#> 1637 US Waynesburg Dunkard
#> 1638 US Speiser Shale Chase
#> 1639 UK East Kirkton Limestone Upper Oil Shale
#> 1640 UK East Kirkton Limestone Upper Oil Shale
#> 1641 UK East Kirkton Limestone Upper Oil Shale
#> 1642 US <NA> <NA>
#> 1643 DE Eichsfeld Sandstein Middle Buntsandstein
#> 1644 DE Hardegsen Sandstone Middle Buntsandstein
#> 1645 DE Volpriehausen Middle Buntsandstein
#> 1646 PL <NA> Lower Buntsandstein
#> 1647 DE <NA> Middle Buntsandstein
#> 1648 US Moenkopi <NA>
#> 1649 US Moenkopi <NA>
#> 1650 US Moenkopi <NA>
#> 1651 US Moenkopi <NA>
#> 1652 US Moenkopi <NA>
#> 1653 US Moenkopi <NA>
#> 1654 US Red Peak Chugwater
#> 1655 US Red Peak Chugwater
#> 1656 US Red Peak Chugwater
#> 1657 US Red Peak Chugwater
#> 1658 US Red Peak Chugwater
#> 1659 US Red Peak Chugwater
#> 1660 US Red Peak Chugwater
#> 1661 US Red Peak Chugwater
#> 1662 US Red Peak Chugwater
#> 1663 US Red Peak Chugwater
#> 1664 US Red Peak Chugwater
#> 1665 US Red Peak Chugwater
#> 1666 US Red Peak Chugwater
#> 1667 US Red Peak Chugwater
#> 1668 TZ Ruhuhu Songea
#> 1669 TZ Usili Songea
#> 1670 TZ Usili Songea
#> 1671 TZ Usili Songea
#> 1672 TZ Usili Songea
#> 1673 TZ Usili Songea
#> 1674 TZ Usili Songea
#> 1675 TZ Usili Songea
#> 1676 TZ Usili Songea
#> 1677 TZ Usili Songea
#> 1678 AA Fremouw <NA>
#> 1679 AA Fremouw Beacon
#> 1680 AA Fremouw <NA>
#> 1681 AA Fremouw <NA>
#> 1682 AA Fremouw Beacon
#> 1683 AA Fremouw <NA>
#> 1684 AA Fremouw Beacon
#> 1685 AA Fremouw Beacon
#> 1686 AA Fremouw Beacon
#> 1687 AA Fremouw Beacon
#> 1688 AU Arcadia Rewan
#> 1689 AU Arcadia Rewan
#> 1690 AU Arcadia Rewan
#> 1691 AU Arcadia Rewan
#> 1692 AU Arcadia Rewan
#> 1693 AU Arcadia Rewan
#> 1694 AU Arcadia Rewan
#> 1695 AU Arcadia Rewan
#> 1696 AU Arcadia Rewan
#> 1697 AU Arcadia Rewan
#> 1698 AU Arcadia Rewan
#> 1699 AU Knocklofty <NA>
#> 1700 AU Arcadia Rewan
#> 1701 AU Arcadia Rewan
#> 1702 AU Rewan <NA>
#> 1703 AU Bulgo Sandstone Narrabeen
#> 1704 AU Glen Davis Charbon
#> 1705 AU Lambton <NA>
#> 1706 AU Lambton <NA>
#> 1707 AU Coal Cliff Sandstone Narrabeen
#> 1708 AU Blina Shale <NA>
#> 1709 AU Blina Shale <NA>
#> 1710 AU Blina Shale <NA>
#> 1711 AU Blina Shale <NA>
#> 1712 AU Blina Shale <NA>
#> 1713 AU Blina Shale <NA>
#> 1714 AU Kockatea Shale <NA>
#> 1715 IN Panchet <NA>
#> 1716 IN Panchet <NA>
#> 1717 IN Panchet <NA>
#> 1718 IN Panchet <NA>
#> 1719 IN Panchet <NA>
#> 1720 IN Panchet <NA>
#> 1721 IN Panchet <NA>
#> 1722 IN Panchet <NA>
#> 1723 IN Panchet <NA>
#> 1724 IN Panchet <NA>
#> 1725 IN Panchet <NA>
#> 1726 IN Panchet <NA>
#> 1727 IN Panchet <NA>
#> 1728 IN Panchet <NA>
#> 1729 IN Panchet <NA>
#> 1730 IN Panchet <NA>
#> 1731 IN Panchet <NA>
#> 1732 IN Panchet <NA>
#> 1733 PK Mianwali <NA>
#> 1734 AU Blina Shale <NA>
#> 1735 AU Blina Shale <NA>
#> 1736 AU Knocklofty <NA>
#> 1737 AU Knocklofty <NA>
#> 1738 AU Knocklofty <NA>
#> 1739 AU Knocklofty <NA>
#> 1740 AU Knocklofty <NA>
#> 1741 AU Knocklofty <NA>
#> 1742 AU Knocklofty <NA>
#> 1743 AU Knocklofty <NA>
#> 1744 AU Knocklofty <NA>
#> 1745 AU Knocklofty <NA>
#> 1746 AU Knocklofty <NA>
#> 1747 AU Knocklofty <NA>
#> 1748 AU Knocklofty <NA>
#> 1749 AU Knocklofty <NA>
#> 1750 AU Knocklofty <NA>
#> 1751 AU Cluan <NA>
#> 1752 AU Knocklofty <NA>
#> 1753 AU Knocklofty <NA>
#> 1754 AU <NA> Upper Parmeener
#> 1755 IN Kamthi <NA>
#> 1756 ZA Burgersdorp Beaufort
#> 1757 CZ Middle Letovice <NA>
#> 1758 US Archer City Wichita
#> 1759 US Arroyo Clear Fork
#> 1760 US Arroyo Clear Fork
#> 1761 US Crow Mountain Chugwater
#> 1762 US Crow Mountain Chugwater
#> 1763 US Crow Mountain Chugwater
#> 1764 US <NA> <NA>
#> 1765 NO <NA> <NA>
#> 1766 RU Lipovskaya <NA>
#> 1767 RU Rybinsk <NA>
#> 1768 RU Kzylsai <NA>
#> 1769 RU Kamennyi Yar <NA>
#> 1770 RU Lipovskaya <NA>
#> 1771 RU Lipovskaya <NA>
#> 1772 RU Lipovskaya <NA>
#> 1773 RU Lipovskaya <NA>
#> 1774 RU Lipovskaya <NA>
#> 1775 RU Lipovskaya <NA>
#> 1776 RU Lipovskaya <NA>
#> 1777 RU Lipovskaya <NA>
#> 1778 RU Lipovskaya <NA>
#> 1779 RU Lipovskaya <NA>
#> 1780 RU <NA> <NA>
#> 1781 RU <NA> <NA>
#> 1782 RU Staritskaya <NA>
#> 1783 RU <NA> <NA>
#> 1784 RU <NA> <NA>
#> 1785 RU Petropavlovka <NA>
#> 1786 RU Petropavlovka <NA>
#> 1787 RU Petropavlovka <NA>
#> 1788 RU Staritskaya <NA>
#> 1789 RU Ustmylian <NA>
#> 1790 RU <NA> <NA>
#> 1791 RU Byzovaya <NA>
#> 1792 RU <NA> <NA>
#> 1793 RU <NA> <NA>
#> 1794 CN Jiucaiyuan Cangfanggou
#> 1795 CN Hongyanjing <NA>
#> 1796 AU Blina Shale <NA>
#> 1797 CN Jiucaiyuan Cangfanggou
#> 1798 CN Jiucaiyuan Cangfanggou
#> 1799 CN Jiucaiyuan Cangfanggou
#> 1800 CN Jiucaiyuan Cangfanggou
#> 1801 CN Guodikeng <NA>
#> 1802 CN Guodikeng <NA>
#> 1803 ZA Katberg Beaufort
#> 1804 ZA Katberg Beaufort
#> 1805 ZA Normandien Beaufort
#> 1806 ZA Normandien Beaufort
#> 1807 ZA Normandien Beaufort
#> 1808 ZA Normandien Beaufort
#> 1809 ZA <NA> Beaufort
#> 1810 ZA <NA> Beaufort
#> 1811 ZA Normandien Beaufort
#> 1812 ZA Normandien Beaufort
#> 1813 GL Wordy Creek <NA>
#> 1814 GL Wordy Creek <NA>
#> 1815 GL Wordy Creek <NA>
#> 1816 GL Wordy Creek <NA>
#> 1817 GL Wordy Creek <NA>
#> 1818 GL Wordy Creek <NA>
#> 1819 GL Wordy Creek <NA>
#> 1820 GL Wordy Creek <NA>
#> 1821 GL Wordy Creek <NA>
#> 1822 GL Wordy Creek <NA>
#> 1823 GL Wordy Creek <NA>
#> 1824 GL Wordy Creek <NA>
#> 1825 GL Wordy Creek <NA>
#> 1826 GL Wordy Creek <NA>
#> 1827 GL Wordy Creek <NA>
#> 1828 GL Wordy Creek <NA>
#> 1829 SJ Kongressfjellet <NA>
#> 1830 SJ Kongressfjellet <NA>
#> 1831 MG Middle Sakamena Sakamena
#> 1832 SJ Kongressfjellet <NA>
#> 1833 SJ Kongressfjellet <NA>
#> 1834 SJ Kongressfjellet <NA>
#> 1835 SJ Kongressfjellet <NA>
#> 1836 SJ Kongressfjellet <NA>
#> 1837 SJ Kongressfjellet <NA>
#> 1838 SJ Kongressfjellet <NA>
#> 1839 SJ Kongressfjellet <NA>
#> 1840 SJ Kongressfjellet <NA>
#> 1841 SJ Kongressfjellet <NA>
#> 1842 SJ Kongressfjellet <NA>
#> 1843 SJ Kongressfjellet <NA>
#> 1844 SJ Kongressfjellet <NA>
#> 1845 SJ Kongressfjellet <NA>
#> 1846 SJ Kongressfjellet <NA>
#> 1847 SJ Kongressfjellet <NA>
#> 1848 SJ Kongressfjellet <NA>
#> 1849 SJ Kongressfjellet <NA>
#> 1850 SJ Kongressfjellet <NA>
#> 1851 SJ Kongressfjellet <NA>
#> 1852 SJ Kongressfjellet <NA>
#> 1853 SJ Kongressfjellet <NA>
#> 1854 SJ Kongressfjellet <NA>
#> 1855 SJ Kongressfjellet <NA>
#> 1856 SJ Kongressfjellet <NA>
#> 1857 SJ Kongressfjellet <NA>
#> 1858 SJ Kongressfjellet <NA>
#> 1859 SJ Kongressfjellet <NA>
#> 1860 SJ Kongressfjellet <NA>
#> 1861 SJ Kongressfjellet <NA>
#> 1862 MG Middle Sakamena Sakamena
#> 1863 MG Middle Sakamena Sakamena
#> 1864 MG Middle Sakamena Sakamena
#> 1865 MG Middle Sakamena Sakamena
#> 1866 MG Middle Sakamena Sakamena
#> 1867 MG Middle Sakamena <NA>
#> 1868 MG Middle Sakamena Sakamena
#> 1869 MG Middle Sakamena Sakamena
#> 1870 MG Middle Sakamena Sakamena
#> 1871 MG Middle Sakamena Sakamena
#> 1872 MG Middle Sakamena Sakamena
#> 1873 MG Middle Sakamena Sakamena
#> 1874 MG Middle Sakamena Sakamena
#> 1875 ZA <NA> <NA>
#> 1876 ZA <NA> <NA>
#> 1877 ZA <NA> Beaufort
#> 1878 ZA <NA> Beaufort
#> 1879 ZA Burgersdorp Beaufort
#> 1880 ZA Katberg Beaufort
#> 1881 ZA Katberg Beaufort
#> 1882 ZA Katberg Beaufort
#> 1883 ZA Katberg Beaufort
#> 1884 ZA Katberg Beaufort
#> 1885 ZA Katberg Beaufort
#> 1886 ZA Katberg Beaufort
#> 1887 ZA Katberg Beaufort
#> 1888 ZA Katberg Beaufort
#> 1889 ZA Katberg Beaufort
#> 1890 ZA Normandien Beaufort
#> 1891 ZA Burgersdorp Beaufort
#> 1892 ZA Burgersdorp Beaufort
#> 1893 ZA <NA> Beaufort
#> 1894 ZA <NA> Beaufort
#> 1895 CN <NA> <NA>
#> 1896 CN <NA> <NA>
#> 1897 CN <NA> <NA>
#> 1898 ZA Teekloof Beaufort
#> 1899 ZA Katberg Beaufort
#> 1900 ZA Katberg Beaufort
#> 1901 ZA Katberg Beaufort
#> 1902 ZA <NA> Beaufort
#> 1903 ZA <NA> Beaufort
#> 1904 ZA Burgersdorp Beaufort
#> 1905 ZA Burgersdorp Beaufort
#> 1906 ZA Burgersdorp Beaufort
#> 1907 ZA Burgersdorp Beaufort
#> 1908 ZA Burgersdorp Beaufort
#> 1909 ZA Burgersdorp Beaufort
#> 1910 ZA Burgersdorp Beaufort
#> 1911 ZA Burgersdorp Beaufort
#> 1912 ZA <NA> Beaufort
#> 1913 ZA <NA> Beaufort
#> 1914 ZA <NA> Beaufort
#> 1915 ZA <NA> Beaufort
#> 1916 ZA Normandien Beaufort
#> 1917 ZA Normandien Beaufort
#> 1918 ZA Katberg Beaufort
#> 1919 UK Marl Slate Zechstein
#> 1920 UK Marl Slate Zechstein
#> 1921 RU <NA> <NA>
#> 1922 RU <NA> <NA>
#> 1923 RU <NA> <NA>
#> 1924 RU <NA> <NA>
#> 1925 TZ Usili Songea
#> 1926 TZ Usili Songea
#> 1927 TZ Usili Songea
#> 1928 MA Timezgadiwine <NA>
#> 1929 MA Timezgadiwine <NA>
#> 1930 MA Timezgadiwine <NA>
#> 1931 MA Timezgadiwine <NA>
#> 1932 MA Timezgadiwine <NA>
#> 1933 MA Timezgadiwine <NA>
#> 1934 AA Fremouw Beacon
#> 1935 AA Fremouw Beacon
#> 1936 AR Vera Los Menucos
#> 1937 US Crab Orchard Mountain Pottsville
#> 1938 AA Fremouw Beacon
#> 1939 CA Sulphur Mountain <NA>
#> 1940 CA Sulphur Mountain <NA>
#> 1941 CA Sulphur Mountain <NA>
#> 1942 CN <NA> <NA>
#> 1943 US Calhoun Shale Shawnee
#> 1944 CN Nanlinghu <NA>
#> 1945 IN Raniganj Gondwana
#> 1946 RU Bogdo Yarenskian
#> 1947 UK Parrot Coal <NA>
#> 1948 RU <NA> <NA>
#> 1949 RU <NA> <NA>
#> 1950 RU <NA> <NA>
#> 1951 RU <NA> <NA>
#> 1952 RU <NA> <NA>
#> 1953 IT Cala del Vino <NA>
#> 1954 US Wellington Sumner
#> 1955 US Wellington Sumner
#> 1956 US Arroyo Clear Fork
#> 1957 FR Millery <NA>
#> 1958 UK <NA> Mercia Mudstone
#> 1959 UK <NA> Mercia Mudstone
#> 1960 UK <NA> Mercia Mudstone
#> 1961 UK <NA> Mercia Mudstone
#> 1962 UK <NA> Mercia Mudstone
#> 1963 US Upper Kittanning Coal Allegheny
#> 1964 US Bond McLeansboro
#> 1965 CN Shangshihezi <NA>
#> 1966 ZA <NA> Beaufort
#> 1967 ZA Balfour Beaufort
#> 1968 ZA Balfour Beaufort
#> 1969 ZA <NA> Beaufort
#> 1970 ZA <NA> Beaufort
#> 1971 ZA <NA> Beaufort
#> 1972 ZA <NA> Beaufort
#> 1973 ZA Balfour Beaufort
#> 1974 ZA Balfour Beaufort
#> 1975 ZA Balfour Beaufort
#> 1976 ZA Balfour Beaufort
#> 1977 ZA Balfour Beaufort
#> 1978 ZA Balfour Beaufort
#> 1979 ZA Balfour Beaufort
#> 1980 ZA Balfour Beaufort
#> 1981 ZA Balfour Beaufort
#> 1982 ZA Balfour Beaufort
#> 1983 ZA Balfour Beaufort
#> 1984 ZA <NA> Beaufort
#> 1985 CA Egmont Bay <NA>
#> 1986 US Cutler <NA>
#> 1987 DE Niederhäslich-Schweinsdorf Rotliegend
#> 1988 FR Usclas-Saint-Privas <NA>
#> 1989 TZ <NA> <NA>
#> 1990 MG Lower Sakamena Sakamena
#> 1991 MG Lower Sakamena Sakamena
#> 1992 US <NA> <NA>
#> 1993 US <NA> <NA>
#> 1994 ZA Katberg Beaufort
#> 1995 ZA <NA> Beaufort
#> 1996 ZA <NA> Beaufort
#> 1997 ZA <NA> Beaufort
#> 1998 TZ Usili <NA>
#> 1999 BR Rio do Rasto Passa Dois
#> 2000 BR Rio do Rasto Passa Dois
#> 2001 ZA <NA> Beaufort
#> 2002 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 2003 CN Shihtienfeng, Shiqianfeng, Sunjiagou <NA>
#> 2004 CN Shangshihezi <NA>
#> 2005 CN Shangshihezi <NA>
#> 2006 CN Shangshihezi <NA>
#> 2007 CN Shangshihezi <NA>
#> 2008 CN Shangshihezi <NA>
#> 2009 CN Shangshihezi <NA>
#> 2010 CN Shangshihezi <NA>
#> 2011 CN Shangshihezi <NA>
#> 2012 CN Shangshihezi <NA>
#> 2013 CN Shangshihezi <NA>
#> 2014 ZM Madumabisa Mudstone <NA>
#> 2015 ZM Madumabisa Mudstone <NA>
#> 2016 ZM Madumabisa Mudstone <NA>
#> 2017 ZM Madumabisa Mudstone <NA>
#> 2018 ZM Madumabisa Mudstone <NA>
#> 2019 ZM Madumabisa Mudstone <NA>
#> 2020 ZA Teekloof <NA>
#> 2021 ZA Teekloof <NA>
#> 2022 TZ Ruhuhu Songea
#> 2023 TZ Ruhuhu Songea
#> 2024 CN Jiucaiyuan <NA>
#> 2025 US Nocona Wichita
#> 2026 US Abo <NA>
#> 2027 US Abo/Cutler <NA>
#> 2028 CA Parrsboro <NA>
#> 2029 CN <NA> <NA>
#> 2030 UK <NA> <NA>
#> 2031 US Casselman Conemaugh
#> 2032 UK <NA> <NA>
#> 2033 US St. Louis <NA>
#> 2034 US St. Louis <NA>
#> 2035 IN Panchet <NA>
#> 2036 ZA Teekloof Beaufort
#> 2037 ZA <NA> Beaufort
#> 2038 ZA <NA> Beaufort
#> 2039 ZA <NA> Beaufort
#> 2040 ZA <NA> Beaufort
#> 2041 ZA Teekloof Beaufort
#> 2042 ZA Teekloof Beaufort
#> 2043 UK Bathgate Hills Volcanic <NA>
#> 2044 UK Limestone Coal Clackmannan
#> 2045 UK Bathgate Hills Volcanic <NA>
#> 2046 ZA Teekloof Beaufort
#> 2047 ZA Teekloof Beaufort
#> 2048 ZA Teekloof Beaufort
#> 2049 ZA Teekloof Beaufort
#> 2050 ZA Teekloof Beaufort
#> 2051 ZA Teekloof Beaufort
#> 2052 ZA Teekloof Beaufort
#> 2053 ZA Teekloof Beaufort
#> 2054 ZA Teekloof Beaufort
#> 2055 ZA Teekloof Beaufort
#> 2056 ZA Teekloof Beaufort
#> 2057 ZA <NA> <NA>
#> 2058 ZA <NA> <NA>
#> 2059 ZA <NA> <NA>
#> 2060 ZA <NA> <NA>
#> 2061 ZA <NA> <NA>
#> 2062 ZA <NA> <NA>
#> 2063 ZA <NA> <NA>
#> 2064 ZA <NA> <NA>
#> 2065 ZA <NA> Beaufort
#> 2066 ZA <NA> Beaufort
#> 2067 ZA <NA> Beaufort
#> 2068 ZA <NA> Beaufort
#> 2069 ZA <NA> Beaufort
#> 2070 ZA <NA> Beaufort
#> 2071 ZA <NA> Beaufort
#> 2072 ZA <NA> Beaufort
#> 2073 ZA <NA> Beaufort
#> 2074 ZA <NA> Beaufort
#> 2075 ZA <NA> Beaufort
#> 2076 ZA <NA> Beaufort
#> 2077 ZA Katberg Beaufort
#> 2078 ZA Katberg Beaufort
#> 2079 ZA Katberg Beaufort
#> 2080 ZA Katberg Beaufort
#> 2081 ZA Katberg Beaufort
#> 2082 ZA <NA> Beaufort
#> 2083 ZA <NA> Beaufort
#> 2084 ZA <NA> Beaufort
#> 2085 ZA <NA> Beaufort
#> 2086 ZA <NA> Beaufort
#> 2087 ZA <NA> Beaufort
#> 2088 ZA <NA> Beaufort
#> 2089 ZA <NA> Beaufort
#> 2090 ZA <NA> Beaufort
#> 2091 UK <NA> <NA>
#> 2092 UK Bathgate Hills Volcanic <NA>
#> 2093 UK <NA> <NA>
#> 2094 ZA <NA> Beaufort
#> 2095 ZA <NA> Beaufort
#> 2096 ZA <NA> Beaufort
#> 2097 ZA <NA> Beaufort
#> 2098 ZA <NA> Beaufort
#> 2099 ZA <NA> Beaufort
#> 2100 ZA <NA> Beaufort
#> 2101 ZA <NA> Beaufort
#> 2102 ZA <NA> Beaufort
#> 2103 ZA <NA> Beaufort
#> 2104 ZA <NA> Beaufort
#> 2105 ZA <NA> Beaufort
#> 2106 ZA <NA> Beaufort
#> 2107 ZA <NA> Beaufort
#> 2108 ZA <NA> Beaufort
#> 2109 ZA <NA> Beaufort
#> 2110 RU Salarevo <NA>
#> 2111 ZA <NA> Beaufort
#> 2112 ZA <NA> Beaufort
#> 2113 ZA <NA> Beaufort
#> 2114 ZA <NA> Beaufort
#> 2115 ZA <NA> Beaufort
#> 2116 ZA <NA> Beaufort
#> 2117 ZA <NA> Beaufort
#> 2118 ZA <NA> Beaufort
#> 2119 ZA <NA> Beaufort
#> 2120 ZA <NA> Beaufort
#> 2121 ZA <NA> Beaufort
#> 2122 ZA <NA> Beaufort
#> 2123 ZA <NA> Beaufort
#> 2124 ZA <NA> Beaufort
#> 2125 RU Salarevo <NA>
#> 2126 RU Salarevo <NA>
#> 2127 RU Salarevo <NA>
#> 2128 RU Salarevo <NA>
#> 2129 ZA Balfour Beaufort
#> 2130 ZA Balfour Beaufort
#> 2131 ZA Balfour Beaufort
#> 2132 ZA Balfour Beaufort
#> 2133 ZA Balfour Beaufort
#> 2134 ZA Balfour Beaufort
#> 2135 ZA Balfour Beaufort
#> 2136 ZA Balfour Beaufort
#> 2137 ZA Balfour Beaufort
#> 2138 ZA Balfour Beaufort
#> 2139 UK Corncockle Sandstone Stewartry
#> 2140 UK Corncockle Sandstone Stewartry
#> 2141 UK Corncockle Sandstone Stewartry
#> 2142 UK Corncockle Sandstone Stewartry
#> 2143 ZA Balfour Beaufort
#> 2144 ZA Balfour Beaufort
#> 2145 ZA Balfour Beaufort
#> 2146 ZA Balfour Beaufort
#> 2147 ZA Balfour Beaufort
#> 2148 ZA Balfour Beaufort
#> 2149 ZA Balfour Beaufort
#> 2150 ZA Balfour Beaufort
#> 2151 ZA <NA> Beaufort
#> 2152 ZA <NA> Beaufort
#> 2153 ZA <NA> Beaufort
#> 2154 ZA <NA> Beaufort
#> 2155 ZA <NA> Beaufort
#> 2156 ZA <NA> Beaufort
#> 2157 ZA <NA> Beaufort
#> 2158 ZA <NA> Beaufort
#> 2159 ZA Teekloof Beaufort
#> 2160 ZA Teekloof Beaufort
#> 2161 ZA Teekloof Beaufort
#> 2162 ZA Teekloof Beaufort
#> 2163 ZA Teekloof Beaufort
#> 2164 ZA Teekloof Beaufort
#> 2165 ZA Teekloof Beaufort
#> 2166 ZA Teekloof Beaufort
#> 2167 ZA Teekloof Beaufort
#> 2168 ZA Teekloof Beaufort
#> 2169 ZA Teekloof Beaufort
#> 2170 ZA <NA> Beaufort
#> 2171 ZA <NA> Beaufort
#> 2172 ZA <NA> Beaufort
#> 2173 ZA <NA> Beaufort
#> 2174 ZA <NA> Beaufort
#> 2175 ZA <NA> Beaufort
#> 2176 ZA <NA> Beaufort
#> 2177 ZA <NA> Beaufort
#> 2178 ZA <NA> Beaufort
#> 2179 ZA <NA> Beaufort
#> 2180 ZA <NA> Beaufort
#> 2181 ZA <NA> Beaufort
#> 2182 ZA <NA> Beaufort
#> 2183 ZA <NA> Beaufort
#> 2184 ZA <NA> Beaufort
#> 2185 ZA <NA> Beaufort
#> 2186 ZA <NA> Beaufort
#> 2187 ZA <NA> Beaufort
#> 2188 ZA <NA> Beaufort
#> 2189 ZA <NA> Beaufort
#> 2190 ZA <NA> Beaufort
#> 2191 ZA <NA> <NA>
#> 2192 ZA <NA> <NA>
#> 2193 ZA <NA> <NA>
#> 2194 ZA <NA> <NA>
#> 2195 UK Limestone Coal Clackmannan
#> 2196 UK <NA> Limestone Coal
#> 2197 IN Panchet <NA>
#> 2198 IN Panchet <NA>
#> 2199 IN Panchet <NA>
#> 2200 IN Panchet <NA>
#> 2201 IN Panchet <NA>
#> 2202 IN Panchet <NA>
#> 2203 UK Lower Coal Measures <NA>
#> 2204 UK Limestone Coal Clackmannan
#> 2205 IN Panchet <NA>
#> 2206 IN Panchet <NA>
#> 2207 IN Panchet <NA>
#> 2208 IN Panchet <NA>
#> 2209 UK Kenilworth Sandstone Warwickshire
#> 2210 ZA <NA> <NA>
#> 2211 CA Point Edward Canso
#> 2212 CA Point Edward Canso
#> 2213 ZA <NA> <NA>
#> 2214 ZA <NA> <NA>
#> 2215 ZA <NA> <NA>
#> 2216 ZA <NA> <NA>
#> 2217 ZA <NA> <NA>
#> 2218 ZA <NA> <NA>
#> 2219 ZA <NA> <NA>
#> 2220 US Manning Canyon <NA>
#> 2221 CN Guodikeng <NA>
#> 2222 CN Guodikeng <NA>
#> 2223 CN Sunan <NA>
#> 2224 ZA <NA> <NA>
#> 2225 ZA <NA> <NA>
#> 2226 ZA <NA> <NA>
#> 2227 ZA <NA> <NA>
#> 2228 ZA <NA> <NA>
#> 2229 ZA <NA> <NA>
#> 2230 ZA <NA> <NA>
#> 2231 ZA <NA> <NA>
#> 2232 ZA <NA> <NA>
#> 2233 ZA <NA> <NA>
#> 2234 ZA <NA> <NA>
#> 2235 ZA <NA> <NA>
#> 2236 ZA <NA> <NA>
#> 2237 ZA <NA> <NA>
#> 2238 ZA <NA> <NA>
#> 2239 ZA <NA> <NA>
#> 2240 ZA <NA> <NA>
#> 2241 ZA <NA> <NA>
#> 2242 ZA <NA> Beaufort
#> 2243 ZA <NA> Beaufort
#> 2244 ZA <NA> Beaufort
#> 2245 ZA <NA> Beaufort
#> 2246 ZA <NA> Beaufort
#> 2247 ZA <NA> Beaufort
#> 2248 ZA <NA> Beaufort
#> 2249 ZA <NA> Beaufort
#> 2250 ZA Middleton/Balfour Beaufort
#> 2251 ZA <NA> Beaufort
#> 2252 ZA <NA> Beaufort
#> 2253 ZA <NA> Beaufort
#> 2254 ZA <NA> Beaufort
#> 2255 ZA <NA> Beaufort
#> 2256 ZA <NA> Beaufort
#> 2257 PL Labyrinthodontidae Beds <NA>
#> 2258 PL Wióry <NA>
#> 2259 PL Wióry <NA>
#> 2260 PL Wióry <NA>
#> 2261 PL Wióry <NA>
#> 2262 PL Wióry <NA>
#> 2263 PL Wióry <NA>
#> 2264 PL Wióry <NA>
#> 2265 PL Wióry <NA>
#> 2266 PL Wióry <NA>
#> 2267 PL Wióry <NA>
#> 2268 PL Wióry <NA>
#> 2269 PL Wióry <NA>
#> 2270 PL Wióry <NA>
#> 2271 IE <NA> <NA>
#> 2272 ZA Balfour Beaufort
#> 2273 ZA Balfour Beaufort
#> 2274 ZA Balfour Beaufort
#> 2275 ZA Balfour Beaufort
#> 2276 ZA Balfour Beaufort
#> 2277 ZA Balfour Beaufort
#> 2278 ZA Balfour Beaufort
#> 2279 ZA Balfour Beaufort
#> 2280 ZA Balfour Beaufort
#> 2281 ZA Balfour Beaufort
#> 2282 UK <NA> <NA>
#> 2283 UK Limestone Coal Clackmannan
#> 2284 ZA Balfour Beaufort
#> 2285 ZA Balfour Beaufort
#> 2286 ZA Balfour Beaufort
#> 2287 ZA Balfour Beaufort
#> 2288 ZA Balfour Beaufort
#> 2289 ZA Balfour Beaufort
#> 2290 ZA Balfour Beaufort
#> 2291 ZA Balfour Beaufort
#> 2292 ZA Balfour Beaufort
#> 2293 ZA Balfour Beaufort
#> 2294 US <NA> <NA>
#> 2295 DE <NA> <NA>
#> 2296 UK <NA> <NA>
#> 2297 UK Lower Coal Measures <NA>
#> 2298 CA Joggins Cumberland
#> 2299 IE <NA> <NA>
#> 2300 UK Lower Coal Measures <NA>
#> 2301 UK Parrot Coal <NA>
#> 2302 CA <NA> <NA>
#> 2303 CZ Kladno <NA>
#> 2304 UK <NA> <NA>
#> 2305 IE <NA> <NA>
#> 2306 US Allegheny Paris Shale
#> 2307 US <NA> Allegheny
#> 2308 US <NA> Allegheny
#> 2309 US <NA> Conemaugh
#> 2310 AU Ducabrook <NA>
#> 2311 US <NA> <NA>
#> 2312 IE <NA> <NA>
#> 2313 UK <NA> Strathclyde
#> 2314 US Hinton Much Chunk
#> 2315 US Kinkaid <NA>
#> 2316 US Bluefield <NA>
#> 2317 US Hinton Much Chunk
#> 2318 US Hinton Much Chunk
#> 2319 CA Point Edward Canso
#> 2320 CA Pomquet Mabou
#> 2321 US <NA> <NA>
#> 2322 UK <NA> <NA>
#> 2323 UK <NA> <NA>
#> 2324 UK <NA> <NA>
#> 2325 UK <NA> <NA>
#> 2326 UK Limestone Coal Clackmannan
#> 2327 US Hinton Much Chunk
#> 2328 UK <NA> Limestone Coal
#> 2329 UK <NA> <NA>
#> 2330 ZA Abrahamskraal Beaufort
#> 2331 ZA Abrahamskraal Beaufort
#> 2332 ZA <NA> <NA>
#> 2333 ZA Abrahamskraal Beaufort
#> 2334 ZA Abrahamskraal Beaufort
#> 2335 ZA Teekloof Beaufort
#> 2336 ZA Teekloof Beaufort
#> 2337 ZA Teekloof Beaufort
#> 2338 ZA Teekloof Beaufort
#> 2339 ZA Teekloof Beaufort
#> 2340 ZA Teekloof Beaufort
#> 2341 ZA Teekloof Beaufort
#> 2342 ZA Teekloof Beaufort
#> 2343 ZA Teekloof Beaufort
#> 2344 ZA Teekloof Beaufort
#> 2345 ZA Teekloof Beaufort
#> 2346 ZA <NA> <NA>
#> 2347 ZA <NA> <NA>
#> 2348 ZA Abrahamskraal Beaufort
#> 2349 ZA <NA> <NA>
#> 2350 ZA <NA> <NA>
#> 2351 ZA <NA> <NA>
#> 2352 ZA <NA> <NA>
#> 2353 ZA <NA> Beaufort
#> 2354 ZA <NA> Beaufort
#> 2355 ZA Balfour Beaufort
#> 2356 UK Middle Coal Measures <NA>
#> 2357 UK <NA> Lower Coal Measures
#> 2358 ZA Balfour Beaufort
#> 2359 UK <NA> Middle Coal Measures
#> 2360 UK <NA> Middle Coal Measures
#> 2361 UK <NA> Middle Coal Measures
#> 2362 UK <NA> Middle Coal Measures
#> 2363 UK <NA> Middle Coal Measures
#> 2364 UK <NA> Middle Coal Measures
#> 2365 UK <NA> Middle Coal Measures
#> 2366 US <NA> Allegheny
#> 2367 MW Chiweta Beds <NA>
#> 2368 MW Chiweta Beds <NA>
#> 2369 MW Chiweta Beds <NA>
#> 2370 MW Chiweta Beds <NA>
#> 2371 MW Chiweta Beds <NA>
#> 2372 MW Chiweta Beds <NA>
#> 2373 MW Chiweta Beds <NA>
#> 2374 MW Chiweta Beds <NA>
#> 2375 MW Chiweta Beds <NA>
#> 2376 MW Chiweta Beds <NA>
#> 2377 MW Chiweta Beds <NA>
#> 2378 MW Chiweta Beds <NA>
#> 2379 MW Chiweta Beds <NA>
#> 2380 RU <NA> <NA>
#> 2381 RU <NA> <NA>
#> 2382 RU <NA> <NA>
#> 2383 ZA <NA> Beaufort
#> 2384 ZA <NA> Beaufort
#> 2385 ZA <NA> Beaufort
#> 2386 ZA <NA> Beaufort
#> 2387 ZA <NA> Beaufort
#> 2388 ZA <NA> Beaufort
#> 2389 ZA <NA> Beaufort
#> 2390 ZA <NA> Beaufort
#> 2391 ZA Abrahamskraal Beaufort
#> 2392 ZA <NA> Beaufort
#> 2393 ZA <NA> Beaufort
#> 2394 ZM Madumabisa Mudstone Lower Karoo
#> 2395 ZA <NA> Beaufort
#> 2396 ZA <NA> Beaufort
#> 2397 ZA <NA> Beaufort
#> 2398 ZA <NA> Beaufort
#> 2399 ZA Abrahamskraal Beaufort
#> 2400 ZA <NA> Beaufort
#> 2401 ZA <NA> Beaufort
#> 2402 ZA <NA> Beaufort
#> 2403 ZA <NA> Beaufort
#> 2404 ZA <NA> Beaufort
#> 2405 ZA <NA> Beaufort
#> 2406 ZA <NA> Beaufort
#> 2407 ZA <NA> Beaufort
#> 2408 ZA <NA> Beaufort
#> 2409 ZA <NA> Beaufort
#> 2410 ZA <NA> Beaufort
#> 2411 ZA <NA> Beaufort
#> 2412 ZA <NA> Beaufort
#> 2413 ZA <NA> Beaufort
#> 2414 ZA <NA> Beaufort
#> 2415 ZA <NA> Beaufort
#> 2416 ZA <NA> Beaufort
#> 2417 ZA <NA> Beaufort
#> 2418 ZA <NA> Beaufort
#> 2419 ZA <NA> Beaufort
#> 2420 ZA Balfour Beaufort
#> 2421 ZA Balfour Beaufort
#> 2422 ZA Balfour Beaufort
#> 2423 ZA Balfour Beaufort
#> 2424 ZA Balfour Beaufort
#> 2425 ZA Balfour Beaufort
#> 2426 ZA Balfour Beaufort
#> 2427 ZA Balfour Beaufort
#> 2428 ZA Balfour Beaufort
#> 2429 ZA Balfour Beaufort
#> 2430 ZA Balfour Beaufort
#> 2431 ZA Balfour Beaufort
#> 2432 ZA Balfour Beaufort
#> 2433 ZA Balfour Beaufort
#> 2434 ZA Balfour Beaufort
#> 2435 ZA Balfour Beaufort
#> 2436 ZA Balfour Beaufort
#> 2437 ZA Abrahamskraal Beaufort
#> 2438 ZA Koonap Beaufort
#> 2439 ZA Abrahamskraal Beaufort
#> 2440 ZA Abrahamskraal Beaufort
#> 2441 ZA Abrahamskraal Beaufort
#> 2442 ZA Abrahamskraal Beaufort
#> 2443 ZA <NA> Beaufort
#> 2444 ZA <NA> Beaufort
#> 2445 ZA <NA> Beaufort
#> 2446 ZA <NA> Beaufort
#> 2447 ZA <NA> Beaufort
#> 2448 ZA <NA> Beaufort
#> 2449 ZA <NA> Beaufort
#> 2450 ZA <NA> Beaufort
#> 2451 ZA <NA> Beaufort
#> 2452 ZA <NA> Beaufort
#> 2453 ZA <NA> Beaufort
#> 2454 IE <NA> <NA>
#> 2455 UK <NA> <NA>
#> 2456 CZ Kladno <NA>
#> 2457 CA <NA> Morien
#> 2458 US Archer City Wichita
#> 2459 US Archer City Bowie
#> 2460 US Moran Wichita
#> 2461 US Putnam Wichita
#> 2462 ZA <NA> Beaufort
#> 2463 US Archer City Bowie
#> 2464 US Archer City Bowie
#> 2465 US Archer City Wichita
#> 2466 US Pueblo <NA>
#> 2467 US Abo <NA>
#> 2468 US Washington Dunkard
#> 2469 US Markley Bowie
#> 2470 ZA <NA> Beaufort
#> 2471 ZA <NA> Beaufort
#> 2472 ZA <NA> Beaufort
#> 2473 ZA Katberg Beaufort
#> 2474 ZA Katberg Beaufort
#> 2475 ZA Katberg Beaufort
#> 2476 ZA Katberg Beaufort
#> 2477 ZA Balfour Beaufort
#> 2478 ZA Balfour Beaufort
#> 2479 ZA Balfour Beaufort
#> 2480 ZA Balfour Beaufort
#> 2481 ZA Teekloof Beaufort
#> 2482 US Atrasado Madera
#> 2483 CZ Slaný <NA>
#> 2484 DE Goldlauter <NA>
#> 2485 DE Bortewitz <NA>
#> 2486 DE Wettin <NA>
#> 2487 DE Wettin <NA>
#> 2488 DE Mohrenbach <NA>
#> 2489 CZ Line <NA>
#> 2490 DE Ilmenau <NA>
#> 2491 IE <NA> <NA>
#> 2492 IE <NA> <NA>
#> 2493 IE <NA> <NA>
#> 2494 ZA <NA> Beaufort
#> 2495 ZA <NA> Beaufort
#> 2496 IE <NA> <NA>
#> 2497 ZA <NA> Beaufort
#> 2498 ZA <NA> Beaufort
#> 2499 ZA Balfour Beaufort
#> 2500 ZA Balfour Beaufort
#> 2501 ZA Balfour Beaufort
#> 2502 ZA Balfour Beaufort
#> 2503 FR Autun <NA>
#> 2504 ZA Balfour Beaufort
#> 2505 ZA Balfour Beaufort
#> 2506 ZA Balfour Beaufort
#> 2507 ZA Balfour Beaufort
#> 2508 ZA Balfour Beaufort
#> 2509 ZA Balfour Beaufort
#> 2510 ZA Middleton/Balfour Beaufort
#> 2511 ZA Middelton Beaufort
#> 2512 ZA Middelton Beaufort
#> 2513 ZA Middelton Beaufort
#> 2514 ZA Middelton Beaufort
#> 2515 ZA Middelton Beaufort
#> 2516 ZA <NA> Beaufort
#> 2517 ZA <NA> Beaufort
#> 2518 ZA <NA> Beaufort
#> 2519 ZA <NA> Beaufort
#> 2520 ZA <NA> Beaufort
#> 2521 ZA <NA> Beaufort
#> 2522 ZA <NA> Beaufort
#> 2523 ZA <NA> Beaufort
#> 2524 ZA <NA> Beaufort
#> 2525 ZA <NA> Beaufort
#> 2526 ZA <NA> Beaufort
#> 2527 ZA <NA> Beaufort
#> 2528 ZA <NA> Beaufort
#> 2529 ZA <NA> Beaufort
#> 2530 ZA <NA> Beaufort
#> 2531 ZA <NA> Beaufort
#> 2532 ZA <NA> Beaufort
#> 2533 ZA <NA> Beaufort
#> 2534 ZA <NA> Beaufort
#> 2535 ZA <NA> Beaufort
#> 2536 ZA <NA> Beaufort
#> 2537 ZA <NA> Beaufort
#> 2538 ZA <NA> Beaufort
#> 2539 ZA <NA> Beaufort
#> 2540 ZA <NA> Beaufort
#> 2541 ZA <NA> Beaufort
#> 2542 ZA <NA> Beaufort
#> 2543 ZA <NA> Beaufort
#> 2544 ZA <NA> Beaufort
#> 2545 ZA <NA> Beaufort
#> 2546 ZA <NA> <NA>
#> 2547 ZA <NA> <NA>
#> 2548 US Cutler <NA>
#> 2549 ZA <NA> Beaufort
#> 2550 ZA <NA> Beaufort
#> 2551 ZA <NA> Beaufort
#> 2552 ZA Abrahamskraal Beaufort
#> 2553 ZA Abrahamskraal Beaufort
#> 2554 ZA Abrahamskraal Beaufort
#> 2555 ZA Abrahamskraal Beaufort
#> 2556 ZA Abrahamskraal Beaufort
#> 2557 ZA Abrahamskraal Beaufort
#> 2558 ZA Abrahamskraal Beaufort
#> 2559 ZA Abrahamskraal Beaufort
#> 2560 ZA Abrahamskraal Beaufort
#> 2561 ZA Abrahamskraal Beaufort
#> 2562 ZA Abrahamskraal Beaufort
#> 2563 ZA <NA> Beaufort
#> 2564 ZA <NA> Beaufort
#> 2565 ZA Teekloof Beaufort
#> 2566 ZA Teekloof Beaufort
#> 2567 ZA Teekloof Beaufort
#> 2568 ZA Teekloof Beaufort
#> 2569 ZA Teekloof Beaufort
#> 2570 ZA Teekloof Beaufort
#> 2571 ZA Teekloof Beaufort
#> 2572 ZA Teekloof Beaufort
#> 2573 ZA Teekloof Beaufort
#> 2574 ZA Teekloof Beaufort
#> 2575 ZA Teekloof Beaufort
#> 2576 ZA Teekloof Beaufort
#> 2577 ZA Teekloof Beaufort
#> 2578 ZA Teekloof Beaufort
#> 2579 ZA <NA> Beaufort
#> 2580 ZA <NA> Beaufort
#> 2581 ZA <NA> Beaufort
#> 2582 ZA <NA> Beaufort
#> 2583 ZA <NA> Beaufort
#> 2584 ZA <NA> Beaufort
#> 2585 ZA <NA> Beaufort
#> 2586 ZA <NA> Beaufort
#> 2587 ZA <NA> Beaufort
#> 2588 ZA <NA> Beaufort
#> 2589 US Sangre de Cristo <NA>
#> 2590 US Sangre de Cristo <NA>
#> 2591 US <NA> Allegheny
#> 2592 US <NA> Allegheny
#> 2593 US <NA> Allegheny
#> 2594 US <NA> Allegheny
#> 2595 CZ Kladno <NA>
#> 2596 US <NA> Allegheny
#> 2597 CZ Kladno <NA>
#> 2598 CZ Kladno <NA>
#> 2599 CZ Kladno <NA>
#> 2600 FR <NA> <NA>
#> 2601 FR <NA> <NA>
#> 2602 US Bond McLeansboro
#> 2603 US Casselman Conemaugh
#> 2604 US Chickasha El Reno
#> 2605 LA <NA> <NA>
#> 2606 LA <NA> <NA>
#> 2607 LA <NA> <NA>
#> 2608 US Vale Clear Fork
#> 2609 US Vale Clear Fork
#> 2610 US Vale Clear Fork
#> 2611 US Vale Clear Fork
#> 2612 US Vale Clear Fork
#> 2613 US Vale Clear Fork
#> 2614 US Vale Clear Fork
#> 2615 US Vale Clear Fork
#> 2616 US Vale Clear Fork
#> 2617 US Vale Clear Fork
#> 2618 US Vale Clear Fork
#> 2619 US Vale Clear Fork
#> 2620 ZA <NA> Beaufort
#> 2621 ZA <NA> Beaufort
#> 2622 US Vale Clear Fork
#> 2623 US Vale Clear Fork
#> 2624 US Vale Clear Fork
#> 2625 US Vale Clear Fork
#> 2626 US Choza Clear Fork
#> 2627 US Choza Clear Fork
#> 2628 US Choza Clear Fork
#> 2629 US Choza Clear Fork
#> 2630 US Choza Clear Fork
#> 2631 ZA Abrahamskraal Beaufort
#> 2632 ZA Abrahamskraal Beaufort
#> 2633 ZA Abrahamskraal Beaufort
#> 2634 ZA Abrahamskraal Beaufort
#> 2635 ZA Abrahamskraal Beaufort
#> 2636 ZA Abrahamskraal Beaufort
#> 2637 ZA Abrahamskraal Beaufort
#> 2638 ZA Abrahamskraal Beaufort
#> 2639 ZA Abrahamskraal Beaufort
#> 2640 ZA <NA> Beaufort
#> 2641 ZA <NA> Beaufort
#> 2642 ZA <NA> Beaufort
#> 2643 ZA <NA> Beaufort
#> 2644 ZA <NA> Beaufort
#> 2645 US Vale Clear Fork
#> 2646 US Vale Clear Fork
#> 2647 US Vale Clear Fork
#> 2648 US Vale Clear Fork
#> 2649 US Vale Clear Fork
#> 2650 US Vale Clear Fork
#> 2651 US Vale Clear Fork
#> 2652 US Vale Clear Fork
#> 2653 US Vale Clear Fork
#> 2654 US Vale Clear Fork
#> 2655 US Vale Clear Fork
#> 2656 US Vale Clear Fork
#> 2657 US Choza Clear Fork
#> 2658 US Vale Clear Fork
#> 2659 US Vale Clear Fork
#> 2660 US Vale Clear Fork
#> 2661 US Vale Clear Fork
#> 2662 US Vale Clear Fork
#> 2663 ZA <NA> <NA>
#> 2664 ZA <NA> <NA>
#> 2665 ZA Katberg Beaufort
#> 2666 ZA <NA> Beaufort
#> 2667 ZA <NA> Beaufort
#> 2668 ZA <NA> Beaufort
#> 2669 US <NA> Allegheny
#> 2670 US <NA> Allegheny
#> 2671 US <NA> Allegheny
#> 2672 US <NA> Conemaugh
#> 2673 US Carbondale <NA>
#> 2674 US Pittsburgh Monongahela
#> 2675 US Fairmont Shale Hennessey
#> 2676 US Arroyo Clear Fork
#> 2677 US Arroyo Clear Fork
#> 2678 US Arroyo Clear Fork
#> 2679 US Greene Dunkard
#> 2680 US Bond McLeansboro
#> 2681 US Greene Dunkard
#> 2682 UK Middle Coal Measures <NA>
#> 2683 UK Lower Coal Measures <NA>
#> 2684 DE Döhlen Rotliegend
#> 2685 CZ Kladno <NA>
#> 2686 CA Joggins Cumberland
#> 2687 US Hennessey <NA>
#> 2688 US Speiser Shale <NA>
#> 2689 CZ Kladno <NA>
#> 2690 US Arroyo Clear Fork
#> 2691 US <NA> Allegheny
#> 2692 US <NA> Allegheny
#> 2693 US Archer City Wichita
#> 2694 CZ Kladno <NA>
#> 2695 FR <NA> <NA>
#> 2696 CZ Kladno <NA>
#> 2697 FR <NA> <NA>
#> 2698 UK Middle Coal Measures <NA>
#> 2699 UK <NA> Middle Coal Measures
#> 2700 US <NA> Allegheny
#> 2701 US <NA> Allegheny
#> 2702 DE <NA> Rotliegend
#> 2703 ZA Katberg Beaufort
#> 2704 ZA Katberg Beaufort
#> 2705 ZA Katberg Beaufort
#> 2706 ZA Katberg Beaufort
#> 2707 ZA Katberg Beaufort
#> 2708 ZA <NA> Beaufort
#> 2709 ZA <NA> Beaufort
#> 2710 ZA <NA> Beaufort
#> 2711 ZA <NA> Beaufort
#> 2712 ZA <NA> Beaufort
#> 2713 ZA <NA> Beaufort
#> 2714 ZA <NA> Beaufort
#> 2715 ZA <NA> Beaufort
#> 2716 ZA <NA> Beaufort
#> 2717 ZA <NA> Beaufort
#> 2718 CN Naobaogou <NA>
#> 2719 ZA <NA> Beaufort
#> 2720 ZA <NA> Beaufort
#> 2721 ZA <NA> Beaufort
#> 2722 ZA <NA> Beaufort
#> 2723 ZA <NA> Beaufort
#> 2724 ZA <NA> Beaufort
#> 2725 ZA <NA> Beaufort
#> 2726 ZA <NA> Beaufort
#> 2727 ZA <NA> Beaufort
#> 2728 ZA <NA> <NA>
#> 2729 ZA <NA> Beaufort
#> 2730 ZA <NA> Beaufort
#> 2731 ZA <NA> Beaufort
#> 2732 ZA <NA> Beaufort
#> 2733 ZA <NA> Beaufort
#> 2734 ZA <NA> Beaufort
#> 2735 ZA <NA> Beaufort
#> 2736 ZA Middleton/Balfour Beaufort
#> 2737 ZA <NA> Beaufort
#> 2738 ZA <NA> Beaufort
#> 2739 ZA <NA> Beaufort
#> 2740 ZA <NA> Beaufort
#> 2741 ZA <NA> Beaufort
#> 2742 ZA <NA> Beaufort
#> 2743 ZA Balfour Beaufort
#> 2744 ZA Balfour Beaufort
#> 2745 ZA Balfour Beaufort
#> 2746 ZA Balfour Beaufort
#> 2747 ZA <NA> <NA>
#> 2748 ZA <NA> <NA>
#> 2749 ZA <NA> <NA>
#> 2750 ZA <NA> <NA>
#> 2751 ZA <NA> <NA>
#> 2752 ZA <NA> <NA>
#> 2753 ZA <NA> <NA>
#> 2754 ZA <NA> <NA>
#> 2755 ZA <NA> <NA>
#> 2756 ZA <NA> <NA>
#> 2757 UK <NA> Limestone Coal
#> 2758 ZA <NA> <NA>
#> 2759 ZA <NA> Beaufort
#> 2760 ZA <NA> Beaufort
#> 2761 ZA <NA> Beaufort
#> 2762 ZA <NA> Beaufort
#> 2763 ZA <NA> Beaufort
#> 2764 ZA <NA> Beaufort
#> 2765 ZA <NA> <NA>
#> 2766 ZA <NA> <NA>
#> 2767 ZA <NA> <NA>
#> 2768 ZA <NA> <NA>
#> 2769 ZA <NA> <NA>
#> 2770 ZA <NA> <NA>
#> 2771 ZA Middleton/Balfour Beaufort
#> 2772 ZA Middleton/Balfour Beaufort
#> 2773 ZA <NA> <NA>
#> 2774 ZA <NA> <NA>
#> 2775 ZA <NA> <NA>
#> 2776 ZA <NA> <NA>
#> 2777 ZA <NA> Beaufort
#> member
#> 1 <NA>
#> 2 <NA>
#> 3 <NA>
#> 4 <NA>
#> 5 <NA>
#> 6 <NA>
#> 7 Limestone B
#> 8 <NA>
#> 9 <NA>
#> 10 <NA>
#> 11 <NA>
#> 12 <NA>
#> 13 <NA>
#> 14 <NA>
#> 15 <NA>
#> 16 <NA>
#> 17 <NA>
#> 18 <NA>
#> 19 <NA>
#> 20 <NA>
#> 21 <NA>
#> 22 <NA>
#> 23 <NA>
#> 24 <NA>
#> 25 <NA>
#> 26 <NA>
#> 27 <NA>
#> 28 <NA>
#> 29 <NA>
#> 30 <NA>
#> 31 <NA>
#> 32 <NA>
#> 33 <NA>
#> 34 <NA>
#> 35 <NA>
#> 36 <NA>
#> 37 <NA>
#> 38 <NA>
#> 39 <NA>
#> 40 <NA>
#> 41 <NA>
#> 42 <NA>
#> 43 <NA>
#> 44 <NA>
#> 45 East Kirkton Limestone
#> 46 East Kirkton Limestone
#> 47 East Kirkton Limestone
#> 48 East Kirkton Limestone
#> 49 <NA>
#> 50 <NA>
#> 51 <NA>
#> 52 <NA>
#> 53 <NA>
#> 54 <NA>
#> 55 <NA>
#> 56 <NA>
#> 57 <NA>
#> 58 <NA>
#> 59 <NA>
#> 60 <NA>
#> 61 <NA>
#> 62 <NA>
#> 63 <NA>
#> 64 <NA>
#> 65 <NA>
#> 66 <NA>
#> 67 <NA>
#> 68 <NA>
#> 69 <NA>
#> 70 <NA>
#> 71 <NA>
#> 72 <NA>
#> 73 <NA>
#> 74 <NA>
#> 75 <NA>
#> 76 <NA>
#> 77 <NA>
#> 78 <NA>
#> 79 <NA>
#> 80 <NA>
#> 81 <NA>
#> 82 <NA>
#> 83 <NA>
#> 84 <NA>
#> 85 <NA>
#> 86 <NA>
#> 87 <NA>
#> 88 <NA>
#> 89 <NA>
#> 90 <NA>
#> 91 <NA>
#> 92 <NA>
#> 93 <NA>
#> 94 <NA>
#> 95 <NA>
#> 96 <NA>
#> 97 <NA>
#> 98 <NA>
#> 99 <NA>
#> 100 <NA>
#> 101 <NA>
#> 102 <NA>
#> 103 <NA>
#> 104 <NA>
#> 105 <NA>
#> 106 <NA>
#> 107 <NA>
#> 108 <NA>
#> 109 <NA>
#> 110 <NA>
#> 111 <NA>
#> 112 <NA>
#> 113 <NA>
#> 114 <NA>
#> 115 <NA>
#> 116 <NA>
#> 117 <NA>
#> 118 <NA>
#> 119 <NA>
#> 120 <NA>
#> 121 <NA>
#> 122 <NA>
#> 123 <NA>
#> 124 <NA>
#> 125 <NA>
#> 126 <NA>
#> 127 <NA>
#> 128 <NA>
#> 129 <NA>
#> 130 <NA>
#> 131 <NA>
#> 132 <NA>
#> 133 <NA>
#> 134 <NA>
#> 135 <NA>
#> 136 <NA>
#> 137 <NA>
#> 138 <NA>
#> 139 <NA>
#> 140 <NA>
#> 141 <NA>
#> 142 <NA>
#> 143 <NA>
#> 144 <NA>
#> 145 <NA>
#> 146 <NA>
#> 147 <NA>
#> 148 <NA>
#> 149 <NA>
#> 150 <NA>
#> 151 <NA>
#> 152 <NA>
#> 153 <NA>
#> 154 <NA>
#> 155 <NA>
#> 156 <NA>
#> 157 <NA>
#> 158 <NA>
#> 159 <NA>
#> 160 <NA>
#> 161 <NA>
#> 162 <NA>
#> 163 <NA>
#> 164 <NA>
#> 165 <NA>
#> 166 <NA>
#> 167 <NA>
#> 168 <NA>
#> 169 <NA>
#> 170 <NA>
#> 171 <NA>
#> 172 <NA>
#> 173 <NA>
#> 174 <NA>
#> 175 <NA>
#> 176 <NA>
#> 177 <NA>
#> 178 <NA>
#> 179 <NA>
#> 180 <NA>
#> 181 <NA>
#> 182 <NA>
#> 183 <NA>
#> 184 <NA>
#> 185 <NA>
#> 186 <NA>
#> 187 <NA>
#> 188 <NA>
#> 189 <NA>
#> 190 <NA>
#> 191 <NA>
#> 192 <NA>
#> 193 <NA>
#> 194 <NA>
#> 195 <NA>
#> 196 <NA>
#> 197 <NA>
#> 198 <NA>
#> 199 <NA>
#> 200 <NA>
#> 201 <NA>
#> 202 <NA>
#> 203 <NA>
#> 204 <NA>
#> 205 <NA>
#> 206 <NA>
#> 207 <NA>
#> 208 <NA>
#> 209 <NA>
#> 210 <NA>
#> 211 <NA>
#> 212 <NA>
#> 213 <NA>
#> 214 <NA>
#> 215 <NA>
#> 216 <NA>
#> 217 <NA>
#> 218 <NA>
#> 219 <NA>
#> 220 <NA>
#> 221 <NA>
#> 222 <NA>
#> 223 <NA>
#> 224 <NA>
#> 225 <NA>
#> 226 <NA>
#> 227 <NA>
#> 228 <NA>
#> 229 <NA>
#> 230 <NA>
#> 231 <NA>
#> 232 <NA>
#> 233 <NA>
#> 234 <NA>
#> 235 <NA>
#> 236 <NA>
#> 237 <NA>
#> 238 <NA>
#> 239 <NA>
#> 240 <NA>
#> 241 <NA>
#> 242 <NA>
#> 243 <NA>
#> 244 <NA>
#> 245 <NA>
#> 246 <NA>
#> 247 <NA>
#> 248 <NA>
#> 249 <NA>
#> 250 <NA>
#> 251 <NA>
#> 252 <NA>
#> 253 <NA>
#> 254 <NA>
#> 255 <NA>
#> 256 <NA>
#> 257 <NA>
#> 258 <NA>
#> 259 <NA>
#> 260 <NA>
#> 261 <NA>
#> 262 <NA>
#> 263 <NA>
#> 264 <NA>
#> 265 <NA>
#> 266 <NA>
#> 267 <NA>
#> 268 <NA>
#> 269 <NA>
#> 270 <NA>
#> 271 <NA>
#> 272 <NA>
#> 273 <NA>
#> 274 <NA>
#> 275 <NA>
#> 276 <NA>
#> 277 <NA>
#> 278 <NA>
#> 279 <NA>
#> 280 <NA>
#> 281 <NA>
#> 282 <NA>
#> 283 <NA>
#> 284 <NA>
#> 285 <NA>
#> 286 <NA>
#> 287 <NA>
#> 288 <NA>
#> 289 <NA>
#> 290 <NA>
#> 291 <NA>
#> 292 <NA>
#> 293 <NA>
#> 294 <NA>
#> 295 <NA>
#> 296 <NA>
#> 297 <NA>
#> 298 <NA>
#> 299 <NA>
#> 300 <NA>
#> 301 <NA>
#> 302 <NA>
#> 303 <NA>
#> 304 <NA>
#> 305 <NA>
#> 306 <NA>
#> 307 <NA>
#> 308 <NA>
#> 309 <NA>
#> 310 <NA>
#> 311 <NA>
#> 312 <NA>
#> 313 <NA>
#> 314 <NA>
#> 315 <NA>
#> 316 <NA>
#> 317 <NA>
#> 318 <NA>
#> 319 <NA>
#> 320 <NA>
#> 321 <NA>
#> 322 <NA>
#> 323 <NA>
#> 324 <NA>
#> 325 <NA>
#> 326 <NA>
#> 327 <NA>
#> 328 <NA>
#> 329 <NA>
#> 330 <NA>
#> 331 <NA>
#> 332 <NA>
#> 333 <NA>
#> 334 <NA>
#> 335 <NA>
#> 336 <NA>
#> 337 <NA>
#> 338 <NA>
#> 339 <NA>
#> 340 <NA>
#> 341 <NA>
#> 342 <NA>
#> 343 <NA>
#> 344 <NA>
#> 345 <NA>
#> 346 <NA>
#> 347 <NA>
#> 348 <NA>
#> 349 <NA>
#> 350 <NA>
#> 351 <NA>
#> 352 <NA>
#> 353 <NA>
#> 354 <NA>
#> 355 <NA>
#> 356 <NA>
#> 357 <NA>
#> 358 <NA>
#> 359 <NA>
#> 360 <NA>
#> 361 <NA>
#> 362 <NA>
#> 363 <NA>
#> 364 <NA>
#> 365 <NA>
#> 366 <NA>
#> 367 <NA>
#> 368 <NA>
#> 369 <NA>
#> 370 <NA>
#> 371 <NA>
#> 372 <NA>
#> 373 <NA>
#> 374 <NA>
#> 375 <NA>
#> 376 <NA>
#> 377 <NA>
#> 378 <NA>
#> 379 <NA>
#> 380 <NA>
#> 381 <NA>
#> 382 <NA>
#> 383 <NA>
#> 384 <NA>
#> 385 <NA>
#> 386 <NA>
#> 387 <NA>
#> 388 <NA>
#> 389 <NA>
#> 390 <NA>
#> 391 <NA>
#> 392 <NA>
#> 393 <NA>
#> 394 <NA>
#> 395 Dvuroginskii
#> 396 Dvuroginskii
#> 397 Dvuroginskii
#> 398 Vanyushonki
#> 399 <NA>
#> 400 <NA>
#> 401 <NA>
#> 402 <NA>
#> 403 <NA>
#> 404 <NA>
#> 405 <NA>
#> 406 <NA>
#> 407 <NA>
#> 408 <NA>
#> 409 Pine Shadow
#> 410 Vendomdalen
#> 411 <NA>
#> 412 <NA>
#> 413 <NA>
#> 414 <NA>
#> 415 <NA>
#> 416 <NA>
#> 417 Harrismith
#> 418 Harrismith
#> 419 Harrismith
#> 420 Harrismith
#> 421 <NA>
#> 422 <NA>
#> 423 <NA>
#> 424 <NA>
#> 425 <NA>
#> 426 <NA>
#> 427 <NA>
#> 428 <NA>
#> 429 <NA>
#> 430 <NA>
#> 431 <NA>
#> 432 <NA>
#> 433 <NA>
#> 434 <NA>
#> 435 <NA>
#> 436 <NA>
#> 437 <NA>
#> 438 <NA>
#> 439 <NA>
#> 440 <NA>
#> 441 <NA>
#> 442 <NA>
#> 443 <NA>
#> 444 <NA>
#> 445 <NA>
#> 446 <NA>
#> 447 <NA>
#> 448 <NA>
#> 449 <NA>
#> 450 <NA>
#> 451 <NA>
#> 452 <NA>
#> 453 <NA>
#> 454 <NA>
#> 455 <NA>
#> 456 <NA>
#> 457 <NA>
#> 458 <NA>
#> 459 <NA>
#> 460 <NA>
#> 461 <NA>
#> 462 <NA>
#> 463 <NA>
#> 464 <NA>
#> 465 Niederhäslich limestone
#> 466 Niederhäslich limestone
#> 467 Niederhäslich limestone
#> 468 Niederhäslich limestone
#> 469 Niederhäslich limestone
#> 470 <NA>
#> 471 <NA>
#> 472 <NA>
#> 473 <NA>
#> 474 <NA>
#> 475 <NA>
#> 476 <NA>
#> 477 <NA>
#> 478 <NA>
#> 479 <NA>
#> 480 <NA>
#> 481 <NA>
#> 482 <NA>
#> 483 <NA>
#> 484 <NA>
#> 485 <NA>
#> 486 <NA>
#> 487 <NA>
#> 488 <NA>
#> 489 <NA>
#> 490 <NA>
#> 491 <NA>
#> 492 <NA>
#> 493 <NA>
#> 494 <NA>
#> 495 <NA>
#> 496 <NA>
#> 497 <NA>
#> 498 <NA>
#> 499 <NA>
#> 500 <NA>
#> 501 <NA>
#> 502 <NA>
#> 503 <NA>
#> 504 <NA>
#> 505 <NA>
#> 506 <NA>
#> 507 <NA>
#> 508 <NA>
#> 509 <NA>
#> 510 <NA>
#> 511 <NA>
#> 512 <NA>
#> 513 <NA>
#> 514 <NA>
#> 515 Waugh
#> 516 Waugh
#> 517 Waugh
#> 518 Cave Hill
#> 519 Cave Hill
#> 520 <NA>
#> 521 <NA>
#> 522 <NA>
#> 523 <NA>
#> 524 <NA>
#> 525 <NA>
#> 526 <NA>
#> 527 <NA>
#> 528 <NA>
#> 529 <NA>
#> 530 <NA>
#> 531 <NA>
#> 532 Flowerpot Shale
#> 533 Morro Pelado
#> 534 <NA>
#> 535 <NA>
#> 536 <NA>
#> 537 <NA>
#> 538 <NA>
#> 539 <NA>
#> 540 <NA>
#> 541 <NA>
#> 542 Fairmont Shale
#> 543 Fairmont Shale
#> 544 Fairmont Shale
#> 545 Fairmont Shale
#> 546 Fairmont Shale
#> 547 Fairmont Shale
#> 548 Tourbihine
#> 549 Francis Creek Shale
#> 550 Flowerpot Shale
#> 551 <NA>
#> 552 <NA>
#> 553 Flowerpot Shale
#> 554 <NA>
#> 555 McCann Sandstone
#> 556 Yarensk
#> 557 <NA>
#> 558 Flowerpot Shale
#> 559 <NA>
#> 560 <NA>
#> 561 Palingkloof
#> 562 "Bullwagon"
#> 563 <NA>
#> 564 <NA>
#> 565 <NA>
#> 566 <NA>
#> 567 "Bullwagon"
#> 568 Organ Rock Shale
#> 569 Organ Rock Shale
#> 570 Organ Rock Shale
#> 571 Organ Rock Shale
#> 572 Organ Rock Shale
#> 573 Organ Rock Shale
#> 574 <NA>
#> 575 <NA>
#> 576 <NA>
#> 577 Tambach-Sandstein
#> 578 <NA>
#> 579 <NA>
#> 580 <NA>
#> 581 <NA>
#> 582 <NA>
#> 583 <NA>
#> 584 <NA>
#> 585 <NA>
#> 586 <NA>
#> 587 <NA>
#> 588 <NA>
#> 589 <NA>
#> 590 <NA>
#> 591 <NA>
#> 592 <NA>
#> 593 <NA>
#> 594 <NA>
#> 595 Flowerpot Shale
#> 596 Flowerpot Shale
#> 597 <NA>
#> 598 <NA>
#> 599 <NA>
#> 600 <NA>
#> 601 <NA>
#> 602 <NA>
#> 603 Flowerpot Shale
#> 604 <NA>
#> 605 <NA>
#> 606 Fort Riley Limestone
#> 607 <NA>
#> 608 <NA>
#> 609 <NA>
#> 610 Pittsburgh red shale
#> 611 <NA>
#> 612 <NA>
#> 613 Rock Lake Shale
#> 614 <NA>
#> 615 Niniveh Limestone
#> 616 Flowerpot Shale
#> 617 <NA>
#> 618 Mary Lee coal zone
#> 619 Mary Lee coal zone
#> 620 Mary Lee coal zone
#> 621 Mary Lee coal zone
#> 622 Mary Lee coal zone
#> 623 <NA>
#> 624 <NA>
#> 625 <NA>
#> 626 <NA>
#> 627 <NA>
#> 628 <NA>
#> 629 <NA>
#> 630 <NA>
#> 631 <NA>
#> 632 Hoedemaker
#> 633 <NA>
#> 634 <NA>
#> 635 <NA>
#> 636 <NA>
#> 637 <NA>
#> 638 <NA>
#> 639 <NA>
#> 640 <NA>
#> 641 <NA>
#> 642 <NA>
#> 643 <NA>
#> 644 <NA>
#> 645 <NA>
#> 646 <NA>
#> 647 <NA>
#> 648 <NA>
#> 649 McCann Sandstone
#> 650 <NA>
#> 651 <NA>
#> 652 <NA>
#> 653 <NA>
#> 654 <NA>
#> 655 <NA>
#> 656 <NA>
#> 657 <NA>
#> 658 <NA>
#> 659 <NA>
#> 660 <NA>
#> 661 <NA>
#> 662 <NA>
#> 663 <NA>
#> 664 <NA>
#> 665 <NA>
#> 666 <NA>
#> 667 <NA>
#> 668 <NA>
#> 669 <NA>
#> 670 <NA>
#> 671 <NA>
#> 672 <NA>
#> 673 <NA>
#> 674 <NA>
#> 675 <NA>
#> 676 <NA>
#> 677 <NA>
#> 678 McCann Sandstone
#> 679 McCann Sandstone
#> 680 McCann Sandstone
#> 681 McCann Sandstone
#> 682 McCann Sandstone
#> 683 McCann Sandstone
#> 684 McCann Sandstone
#> 685 <NA>
#> 686 <NA>
#> 687 <NA>
#> 688 <NA>
#> 689 <NA>
#> 690 <NA>
#> 691 <NA>
#> 692 <NA>
#> 693 <NA>
#> 694 Flowerpot Shale
#> 695 Flowerpot Shale
#> 696 Flowerpot Shale
#> 697 Flowerpot Shale
#> 698 Flowerpot Shale
#> 699 Flowerpot Shale
#> 700 Flowerpot Shale
#> 701 Flowerpot Shale
#> 702 Flowerpot Shale
#> 703 Flowerpot Shale
#> 704 <NA>
#> 705 <NA>
#> 706 <NA>
#> 707 <NA>
#> 708 <NA>
#> 709 <NA>
#> 710 <NA>
#> 711 Flowerpot Shale
#> 712 <NA>
#> 713 <NA>
#> 714 <NA>
#> 715 <NA>
#> 716 <NA>
#> 717 <NA>
#> 718 <NA>
#> 719 <NA>
#> 720 <NA>
#> 721 <NA>
#> 722 Flowerpot Shale
#> 723 Flowerpot Shale
#> 724 <NA>
#> 725 <NA>
#> 726 <NA>
#> 727 <NA>
#> 728 <NA>
#> 729 Tambach-Sandstein
#> 730 Flowerpot Shale
#> 731 Flowerpot Shale
#> 732 Flowerpot Shale
#> 733 Flowerpot Shale
#> 734 Flowerpot Shale
#> 735 Upper Marietta Sandstone
#> 736 Tambach-Sandstein
#> 737 Tambach-Sandstein
#> 738 Flowerpot Shale
#> 739 Flowerpot Shale
#> 740 Flowerpot Shale
#> 741 <NA>
#> 742 Upper Freeport Coal
#> 743 Upper Freeport Coal
#> 744 Organ Rock Shale
#> 745 <NA>
#> 746 Maybelle limestone
#> 747 Maybelle limestone
#> 748 Maybelle limestone
#> 749 Maybelle limestone
#> 750 Maybelle limestone
#> 751 Maybelle limestone
#> 752 Maybelle limestone
#> 753 Maybelle limestone
#> 754 Maybelle limestone
#> 755 Maybelle limestone
#> 756 Maybelle limestone
#> 757 Maybelle limestone
#> 758 Maybelle limestone
#> 759 Maybelle limestone
#> 760 Maybelle limestone
#> 761 Maybelle limestone
#> 762 Maybelle limestone
#> 763 Maybelle limestone
#> 764 Maybelle limestone
#> 765 Maybelle limestone
#> 766 Maybelle limestone
#> 767 <NA>
#> 768 <NA>
#> 769 <NA>
#> 770 <NA>
#> 771 <NA>
#> 772 <NA>
#> 773 <NA>
#> 774 <NA>
#> 775 <NA>
#> 776 <NA>
#> 777 <NA>
#> 778 <NA>
#> 779 <NA>
#> 780 <NA>
#> 781 <NA>
#> 782 <NA>
#> 783 <NA>
#> 784 <NA>
#> 785 <NA>
#> 786 <NA>
#> 787 <NA>
#> 788 <NA>
#> 789 <NA>
#> 790 <NA>
#> 791 Tambach-Sandstein
#> 792 <NA>
#> 793 <NA>
#> 794 <NA>
#> 795 <NA>
#> 796 <NA>
#> 797 <NA>
#> 798 <NA>
#> 799 <NA>
#> 800 Francis Creek Shale
#> 801 Francis Creek Shale
#> 802 Upper Freeport Coal
#> 803 Nýany
#> 804 Nýany
#> 805 Nýany
#> 806 Nýany
#> 807 Nýany
#> 808 Nýany
#> 809 <NA>
#> 810 <NA>
#> 811 Vega-Phroso Siltstone
#> 812 Yarensk
#> 813 Yarensk
#> 814 Yarensk
#> 815 Yarensk
#> 816 Yarensk
#> 817 <NA>
#> 818 <NA>
#> 819 <NA>
#> 820 <NA>
#> 821 <NA>
#> 822 <NA>
#> 823 <NA>
#> 824 <NA>
#> 825 Rock Lake Shale
#> 826 Rock Lake Shale
#> 827 Rock Lake Shale
#> 828 Rock Lake Shale
#> 829 Rock Lake Shale
#> 830 <NA>
#> 831 <NA>
#> 832 <NA>
#> 833 <NA>
#> 834 <NA>
#> 835 <NA>
#> 836 <NA>
#> 837 Niederhäslich limestone
#> 838 1. Flöz (1st seam)
#> 839 <NA>
#> 840 <NA>
#> 841 <NA>
#> 842 <NA>
#> 843 <NA>
#> 844 <NA>
#> 845 <NA>
#> 846 <NA>
#> 847 <NA>
#> 848 <NA>
#> 849 <NA>
#> 850 <NA>
#> 851 <NA>
#> 852 <NA>
#> 853 <NA>
#> 854 <NA>
#> 855 <NA>
#> 856 <NA>
#> 857 <NA>
#> 858 <NA>
#> 859 <NA>
#> 860 <NA>
#> 861 <NA>
#> 862 Tambach-Sandstein
#> 863 Kupferschiefer
#> 864 Kupferschiefer
#> 865 Kupferschiefer
#> 866 Kupferschiefer
#> 867 <NA>
#> 868 <NA>
#> 869 <NA>
#> 870 <NA>
#> 871 <NA>
#> 872 <NA>
#> 873 <NA>
#> 874 <NA>
#> 875 <NA>
#> 876 <NA>
#> 877 <NA>
#> 878 Vanyushonki
#> 879 <NA>
#> 880 <NA>
#> 881 <NA>
#> 882 <NA>
#> 883 <NA>
#> 884 Kupferschiefer
#> 885 Kupferschiefer
#> 886 <NA>
#> 887 "Bullwagon"
#> 888 "Bullwagon"
#> 889 "Bullwagon"
#> 890 "Bullwagon"
#> 891 "Bullwagon"
#> 892 "Bullwagon"
#> 893 "Bullwagon"
#> 894 "Bullwagon"
#> 895 "Bullwagon"
#> 896 "Bullwagon"
#> 897 <NA>
#> 898 <NA>
#> 899 <NA>
#> 900 <NA>
#> 901 "Bullwagon"
#> 902 <NA>
#> 903 <NA>
#> 904 Kupferschiefer
#> 905 <NA>
#> 906 <NA>
#> 907 <NA>
#> 908 <NA>
#> 909 <NA>
#> 910 <NA>
#> 911 <NA>
#> 912 <NA>
#> 913 <NA>
#> 914 Kupferschiefer
#> 915 <NA>
#> 916 Kupferschiefer
#> 917 Kupferschiefer
#> 918 Morro Pelado
#> 919 <NA>
#> 920 "Bullwagon"
#> 921 <NA>
#> 922 <NA>
#> 923 <NA>
#> 924 <NA>
#> 925 <NA>
#> 926 <NA>
#> 927 <NA>
#> 928 <NA>
#> 929 <NA>
#> 930 <NA>
#> 931 <NA>
#> 932 <NA>
#> 933 <NA>
#> 934 <NA>
#> 935 <NA>
#> 936 <NA>
#> 937 <NA>
#> 938 <NA>
#> 939 <NA>
#> 940 <NA>
#> 941 <NA>
#> 942 <NA>
#> 943 <NA>
#> 944 <NA>
#> 945 <NA>
#> 946 <NA>
#> 947 <NA>
#> 948 <NA>
#> 949 <NA>
#> 950 <NA>
#> 951 <NA>
#> 952 <NA>
#> 953 <NA>
#> 954 <NA>
#> 955 <NA>
#> 956 Nýany
#> 957 Upper Freeport Coal
#> 958 Upper Freeport Coal
#> 959 Upper Freeport Coal
#> 960 Upper Freeport Coal
#> 961 <NA>
#> 962 <NA>
#> 963 <NA>
#> 964 <NA>
#> 965 <NA>
#> 966 <NA>
#> 967 <NA>
#> 968 <NA>
#> 969 <NA>
#> 970 <NA>
#> 971 <NA>
#> 972 <NA>
#> 973 <NA>
#> 974 <NA>
#> 975 Kupferschiefer
#> 976 <NA>
#> 977 Kupferschiefer
#> 978 Kupferschiefer
#> 979 Kupferschiefer
#> 980 Alcova Limestone
#> 981 <NA>
#> 982 Palingkloof
#> 983 <NA>
#> 984 <NA>
#> 985 <NA>
#> 986 <NA>
#> 987 <NA>
#> 988 <NA>
#> 989 "Bullwagon"
#> 990 <NA>
#> 991 <NA>
#> 992 Hoedemaker
#> 993 Hoedemaker
#> 994 Hoedemaker
#> 995 Hoedemaker
#> 996 Hoedemaker
#> 997 Hoedemaker
#> 998 Hoedemaker
#> 999 Hoedemaker
#> 1000 Hoedemaker
#> 1001 Hoedemaker
#> 1002 Hoedemaker
#> 1003 Hoedemaker
#> 1004 Hoedemaker
#> 1005 Hoedemaker
#> 1006 Hoedemaker
#> 1007 Hoedemaker
#> 1008 Hoedemaker
#> 1009 Hoedemaker
#> 1010 Hoedemaker
#> 1011 Hoedemaker
#> 1012 Hoedemaker
#> 1013 Hoedemaker
#> 1014 Hoedemaker
#> 1015 Hoedemaker
#> 1016 Hoedemaker
#> 1017 Hoedemaker
#> 1018 Hoedemaker
#> 1019 Hoedemaker
#> 1020 Hoedemaker
#> 1021 Hoedemaker
#> 1022 Hoedemaker
#> 1023 Hoedemaker
#> 1024 Hoedemaker
#> 1025 Hoedemaker
#> 1026 Hoedemaker
#> 1027 Hoedemaker
#> 1028 Hoedemaker
#> 1029 Hoedemaker
#> 1030 Hoedemaker
#> 1031 Hoedemaker
#> 1032 Hoedemaker
#> 1033 Hoedemaker
#> 1034 Hoedemaker
#> 1035 Hoedemaker
#> 1036 <NA>
#> 1037 <NA>
#> 1038 <NA>
#> 1039 <NA>
#> 1040 <NA>
#> 1041 <NA>
#> 1042 <NA>
#> 1043 <NA>
#> 1044 <NA>
#> 1045 <NA>
#> 1046 <NA>
#> 1047 <NA>
#> 1048 <NA>
#> 1049 <NA>
#> 1050 <NA>
#> 1051 <NA>
#> 1052 <NA>
#> 1053 <NA>
#> 1054 <NA>
#> 1055 <NA>
#> 1056 <NA>
#> 1057 <NA>
#> 1058 <NA>
#> 1059 <NA>
#> 1060 <NA>
#> 1061 <NA>
#> 1062 <NA>
#> 1063 <NA>
#> 1064 <NA>
#> 1065 <NA>
#> 1066 <NA>
#> 1067 <NA>
#> 1068 <NA>
#> 1069 <NA>
#> 1070 <NA>
#> 1071 <NA>
#> 1072 <NA>
#> 1073 <NA>
#> 1074 <NA>
#> 1075 <NA>
#> 1076 <NA>
#> 1077 <NA>
#> 1078 <NA>
#> 1079 <NA>
#> 1080 <NA>
#> 1081 <NA>
#> 1082 <NA>
#> 1083 <NA>
#> 1084 <NA>
#> 1085 <NA>
#> 1086 <NA>
#> 1087 <NA>
#> 1088 <NA>
#> 1089 <NA>
#> 1090 <NA>
#> 1091 <NA>
#> 1092 <NA>
#> 1093 <NA>
#> 1094 <NA>
#> 1095 <NA>
#> 1096 <NA>
#> 1097 <NA>
#> 1098 <NA>
#> 1099 <NA>
#> 1100 <NA>
#> 1101 Lower
#> 1102 <NA>
#> 1103 <NA>
#> 1104 <NA>
#> 1105 <NA>
#> 1106 <NA>
#> 1107 <NA>
#> 1108 <NA>
#> 1109 <NA>
#> 1110 <NA>
#> 1111 <NA>
#> 1112 Harrismith
#> 1113 <NA>
#> 1114 <NA>
#> 1115 <NA>
#> 1116 <NA>
#> 1117 Hoedemaker
#> 1118 <NA>
#> 1119 Tourbihine
#> 1120 Tourbihine
#> 1121 Tourbihine
#> 1122 <NA>
#> 1123 <NA>
#> 1124 Vanyushonki
#> 1125 Vanyushonki
#> 1126 <NA>
#> 1127 <NA>
#> 1128 <NA>
#> 1129 <NA>
#> 1130 <NA>
#> 1131 <NA>
#> 1132 <NA>
#> 1133 <NA>
#> 1134 <NA>
#> 1135 <NA>
#> 1136 Assistencia
#> 1137 Assistencia
#> 1138 Assistencia
#> 1139 Assistencia
#> 1140 Assistencia
#> 1141 <NA>
#> 1142 <NA>
#> 1143 <NA>
#> 1144 <NA>
#> 1145 <NA>
#> 1146 <NA>
#> 1147 <NA>
#> 1148 <NA>
#> 1149 <NA>
#> 1150 <NA>
#> 1151 Assistencia
#> 1152 <NA>
#> 1153 <NA>
#> 1154 <NA>
#> 1155 Assistencia
#> 1156 <NA>
#> 1157 <NA>
#> 1158 <NA>
#> 1159 Assistencia
#> 1160 <NA>
#> 1161 <NA>
#> 1162 <NA>
#> 1163 <NA>
#> 1164 <NA>
#> 1165 <NA>
#> 1166 <NA>
#> 1167 <NA>
#> 1168 <NA>
#> 1169 <NA>
#> 1170 <NA>
#> 1171 <NA>
#> 1172 Assistencia
#> 1173 <NA>
#> 1174 <NA>
#> 1175 <NA>
#> 1176 Assistencia
#> 1177 <NA>
#> 1178 <NA>
#> 1179 <NA>
#> 1180 <NA>
#> 1181 <NA>
#> 1182 Assistencia
#> 1183 <NA>
#> 1184 Assistencia
#> 1185 Assistencia
#> 1186 Assistencia
#> 1187 <NA>
#> 1188 <NA>
#> 1189 <NA>
#> 1190 Flowerpot Shale
#> 1191 Flowerpot Shale
#> 1192 <NA>
#> 1193 <NA>
#> 1194 <NA>
#> 1195 <NA>
#> 1196 <NA>
#> 1197 <NA>
#> 1198 <NA>
#> 1199 <NA>
#> 1200 <NA>
#> 1201 <NA>
#> 1202 <NA>
#> 1203 <NA>
#> 1204 <NA>
#> 1205 Mangrullo
#> 1206 Mangrullo
#> 1207 Mangrullo
#> 1208 Mangrullo
#> 1209 <NA>
#> 1210 <NA>
#> 1211 <NA>
#> 1212 Tambach-Sandstein
#> 1213 <NA>
#> 1214 Tambach-Sandstein
#> 1215 <NA>
#> 1216 Upper Freeport Coal
#> 1217 Upper Freeport Coal
#> 1218 Upper Freeport Coal
#> 1219 Nýany
#> 1220 Nýany
#> 1221 <NA>
#> 1222 <NA>
#> 1223 <NA>
#> 1224 <NA>
#> 1225 <NA>
#> 1226 <NA>
#> 1227 <NA>
#> 1228 <NA>
#> 1229 <NA>
#> 1230 <NA>
#> 1231 <NA>
#> 1232 <NA>
#> 1233 <NA>
#> 1234 <NA>
#> 1235 <NA>
#> 1236 <NA>
#> 1237 <NA>
#> 1238 <NA>
#> 1239 <NA>
#> 1240 <NA>
#> 1241 <NA>
#> 1242 <NA>
#> 1243 Couches à Poissons et Ammonites
#> 1244 Couches à Poissons et Ammonites
#> 1245 Couches à Poissons et Ammonites
#> 1246 Couches à Poissons et Ammonites
#> 1247 Couches à Poissons et Ammonites
#> 1248 Couches à Poissons et Ammonites
#> 1249 <NA>
#> 1250 <NA>
#> 1251 <NA>
#> 1252 <NA>
#> 1253 <NA>
#> 1254 <NA>
#> 1255 <NA>
#> 1256 <NA>
#> 1257 <NA>
#> 1258 <NA>
#> 1259 <NA>
#> 1260 <NA>
#> 1261 <NA>
#> 1262 <NA>
#> 1263 <NA>
#> 1264 <NA>
#> 1265 <NA>
#> 1266 <NA>
#> 1267 <NA>
#> 1268 <NA>
#> 1269 <NA>
#> 1270 <NA>
#> 1271 <NA>
#> 1272 <NA>
#> 1273 Kupferschiefer
#> 1274 Kupferschiefer
#> 1275 Kupferschiefer
#> 1276 Kupferschiefer
#> 1277 Kupferschiefer
#> 1278 <NA>
#> 1279 <NA>
#> 1280 <NA>
#> 1281 <NA>
#> 1282 <NA>
#> 1283 <NA>
#> 1284 <NA>
#> 1285 <NA>
#> 1286 <NA>
#> 1287 <NA>
#> 1288 <NA>
#> 1289 <NA>
#> 1290 <NA>
#> 1291 Tourbihine
#> 1292 <NA>
#> 1293 <NA>
#> 1294 <NA>
#> 1295 <NA>
#> 1296 <NA>
#> 1297 <NA>
#> 1298 <NA>
#> 1299 <NA>
#> 1300 <NA>
#> 1301 <NA>
#> 1302 <NA>
#> 1303 <NA>
#> 1304 <NA>
#> 1305 <NA>
#> 1306 <NA>
#> 1307 <NA>
#> 1308 <NA>
#> 1309 <NA>
#> 1310 <NA>
#> 1311 <NA>
#> 1312 <NA>
#> 1313 <NA>
#> 1314 <NA>
#> 1315 <NA>
#> 1316 <NA>
#> 1317 <NA>
#> 1318 <NA>
#> 1319 <NA>
#> 1320 <NA>
#> 1321 <NA>
#> 1322 <NA>
#> 1323 Yarensk
#> 1324 <NA>
#> 1325 <NA>
#> 1326 <NA>
#> 1327 <NA>
#> 1328 <NA>
#> 1329 <NA>
#> 1330 <NA>
#> 1331 <NA>
#> 1332 <NA>
#> 1333 <NA>
#> 1334 <NA>
#> 1335 <NA>
#> 1336 <NA>
#> 1337 <NA>
#> 1338 <NA>
#> 1339 <NA>
#> 1340 <NA>
#> 1341 <NA>
#> 1342 <NA>
#> 1343 <NA>
#> 1344 <NA>
#> 1345 <NA>
#> 1346 <NA>
#> 1347 <NA>
#> 1348 <NA>
#> 1349 <NA>
#> 1350 <NA>
#> 1351 <NA>
#> 1352 <NA>
#> 1353 <NA>
#> 1354 <NA>
#> 1355 <NA>
#> 1356 <NA>
#> 1357 <NA>
#> 1358 <NA>
#> 1359 <NA>
#> 1360 <NA>
#> 1361 <NA>
#> 1362 <NA>
#> 1363 <NA>
#> 1364 <NA>
#> 1365 <NA>
#> 1366 <NA>
#> 1367 <NA>
#> 1368 <NA>
#> 1369 <NA>
#> 1370 <NA>
#> 1371 <NA>
#> 1372 <NA>
#> 1373 <NA>
#> 1374 <NA>
#> 1375 <NA>
#> 1376 <NA>
#> 1377 <NA>
#> 1378 <NA>
#> 1379 <NA>
#> 1380 <NA>
#> 1381 <NA>
#> 1382 <NA>
#> 1383 <NA>
#> 1384 <NA>
#> 1385 Lower
#> 1386 <NA>
#> 1387 <NA>
#> 1388 <NA>
#> 1389 <NA>
#> 1390 <NA>
#> 1391 <NA>
#> 1392 Wupatki
#> 1393 Wupatki
#> 1394 Wupatki
#> 1395 Wupatki
#> 1396 Wupatki
#> 1397 Wupatki
#> 1398 Wupatki
#> 1399 Wupatki
#> 1400 Wupatki
#> 1401 Wupatki
#> 1402 Wupatki
#> 1403 Wupatki
#> 1404 <NA>
#> 1405 <NA>
#> 1406 <NA>
#> 1407 <NA>
#> 1408 <NA>
#> 1409 <NA>
#> 1410 <NA>
#> 1411 <NA>
#> 1412 <NA>
#> 1413 Palingkloof
#> 1414 <NA>
#> 1415 <NA>
#> 1416 <NA>
#> 1417 <NA>
#> 1418 <NA>
#> 1419 <NA>
#> 1420 <NA>
#> 1421 <NA>
#> 1422 <NA>
#> 1423 <NA>
#> 1424 <NA>
#> 1425 <NA>
#> 1426 <NA>
#> 1427 <NA>
#> 1428 <NA>
#> 1429 <NA>
#> 1430 <NA>
#> 1431 <NA>
#> 1432 <NA>
#> 1433 <NA>
#> 1434 <NA>
#> 1435 <NA>
#> 1436 <NA>
#> 1437 <NA>
#> 1438 <NA>
#> 1439 <NA>
#> 1440 <NA>
#> 1441 <NA>
#> 1442 <NA>
#> 1443 <NA>
#> 1444 <NA>
#> 1445 <NA>
#> 1446 <NA>
#> 1447 <NA>
#> 1448 Vega-Phroso
#> 1449 Vega-Phroso
#> 1450 <NA>
#> 1451 <NA>
#> 1452 <NA>
#> 1453 Harrismith
#> 1454 Harrismith
#> 1455 Harrismith
#> 1456 Harrismith
#> 1457 Harrismith
#> 1458 Harrismith
#> 1459 Harrismith
#> 1460 Harrismith
#> 1461 Harrismith
#> 1462 Harrismith
#> 1463 Harrismith
#> 1464 Harrismith
#> 1465 Harrismith
#> 1466 <NA>
#> 1467 <NA>
#> 1468 <NA>
#> 1469 <NA>
#> 1470 <NA>
#> 1471 <NA>
#> 1472 <NA>
#> 1473 <NA>
#> 1474 <NA>
#> 1475 <NA>
#> 1476 <NA>
#> 1477 <NA>
#> 1478 <NA>
#> 1479 Lower
#> 1480 <NA>
#> 1481 <NA>
#> 1482 <NA>
#> 1483 <NA>
#> 1484 <NA>
#> 1485 <NA>
#> 1486 <NA>
#> 1487 <NA>
#> 1488 <NA>
#> 1489 <NA>
#> 1490 Harrismith
#> 1491 Harrismith
#> 1492 Harrismith
#> 1493 Harrismith
#> 1494 <NA>
#> 1495 <NA>
#> 1496 <NA>
#> 1497 <NA>
#> 1498 <NA>
#> 1499 Palingkloof
#> 1500 Palingkloof
#> 1501 Palingkloof
#> 1502 Palingkloof
#> 1503 <NA>
#> 1504 <NA>
#> 1505 <NA>
#> 1506 <NA>
#> 1507 <NA>
#> 1508 <NA>
#> 1509 <NA>
#> 1510 <NA>
#> 1511 <NA>
#> 1512 <NA>
#> 1513 <NA>
#> 1514 <NA>
#> 1515 <NA>
#> 1516 <NA>
#> 1517 <NA>
#> 1518 <NA>
#> 1519 <NA>
#> 1520 <NA>
#> 1521 Morro Pelado
#> 1522 Trendelburg/Karlshafen Beds
#> 1523 <NA>
#> 1524 <NA>
#> 1525 <NA>
#> 1526 Francis Creek Shale
#> 1527 Upper Freeport Coal
#> 1528 Upper Freeport Coal
#> 1529 Upper Freeport Coal
#> 1530 <NA>
#> 1531 Wupatki
#> 1532 Oudeberg
#> 1533 Rock Lake Shale
#> 1534 <NA>
#> 1535 <NA>
#> 1536 <NA>
#> 1537 <NA>
#> 1538 <NA>
#> 1539 Poets Road Siltstone
#> 1540 <NA>
#> 1541 <NA>
#> 1542 <NA>
#> 1543 <NA>
#> 1544 <NA>
#> 1545 <NA>
#> 1546 <NA>
#> 1547 <NA>
#> 1548 <NA>
#> 1549 <NA>
#> 1550 <NA>
#> 1551 <NA>
#> 1552 <NA>
#> 1553 <NA>
#> 1554 <NA>
#> 1555 <NA>
#> 1556 <NA>
#> 1557 <NA>
#> 1558 <NA>
#> 1559 <NA>
#> 1560 <NA>
#> 1561 <NA>
#> 1562 <NA>
#> 1563 <NA>
#> 1564 <NA>
#> 1565 <NA>
#> 1566 <NA>
#> 1567 <NA>
#> 1568 <NA>
#> 1569 <NA>
#> 1570 <NA>
#> 1571 <NA>
#> 1572 <NA>
#> 1573 <NA>
#> 1574 <NA>
#> 1575 <NA>
#> 1576 <NA>
#> 1577 <NA>
#> 1578 <NA>
#> 1579 <NA>
#> 1580 Kristallsandstein
#> 1581 <NA>
#> 1582 Oberes Konglomerat
#> 1583 Kristallsandstein
#> 1584 Eck Conglomerate
#> 1585 <NA>
#> 1586 <NA>
#> 1587 <NA>
#> 1588 <NA>
#> 1589 <NA>
#> 1590 <NA>
#> 1591 Shestakovy
#> 1592 Shestakovy
#> 1593 Vanyushonki
#> 1594 <NA>
#> 1595 <NA>
#> 1596 Finsterbergen conglomerate
#> 1597 <NA>
#> 1598 <NA>
#> 1599 Tambach-Sandstein
#> 1600 Tambach-Sandstein
#> 1601 Tambach-Sandstein
#> 1602 Tambach-Sandstein
#> 1603 Tambach-Sandstein
#> 1604 <NA>
#> 1605 <NA>
#> 1606 Bickett Shale
#> 1607 Bickett Shale
#> 1608 <NA>
#> 1609 Benwood Limestone
#> 1610 <NA>
#> 1611 lower
#> 1612 <NA>
#> 1613 lower
#> 1614 lower
#> 1615 middle
#> 1616 middle
#> 1617 middle
#> 1618 upper
#> 1619 upper
#> 1620 upper
#> 1621 middle
#> 1622 middle
#> 1623 middle
#> 1624 lower
#> 1625 upper
#> 1626 upper
#> 1627 middle
#> 1628 middle
#> 1629 upper
#> 1630 middle
#> 1631 middle
#> 1632 mdidle
#> 1633 upper
#> 1634 <NA>
#> 1635 Middle Washington Limestone
#> 1636 <NA>
#> 1637 <NA>
#> 1638 <NA>
#> 1639 <NA>
#> 1640 East Kirkton Limestone
#> 1641 East Kirkton Limestone
#> 1642 <NA>
#> 1643 <NA>
#> 1644 <NA>
#> 1645 <NA>
#> 1646 <NA>
#> 1647 <NA>
#> 1648 Torrey
#> 1649 Wupatki
#> 1650 Wupatki
#> 1651 Wupatki
#> 1652 lower red
#> 1653 lower red
#> 1654 Upper platy facies
#> 1655 Upper platy facies
#> 1656 Upper platy facies
#> 1657 Upper platy facies
#> 1658 Upper platy facies
#> 1659 Upper platy facies
#> 1660 Upper platy facies
#> 1661 Upper platy facies
#> 1662 Upper platy facies
#> 1663 Upper platy facies
#> 1664 Upper platy facies
#> 1665 Upper platy facies
#> 1666 <NA>
#> 1667 <NA>
#> 1668 <NA>
#> 1669 <NA>
#> 1670 <NA>
#> 1671 <NA>
#> 1672 <NA>
#> 1673 <NA>
#> 1674 <NA>
#> 1675 <NA>
#> 1676 <NA>
#> 1677 <NA>
#> 1678 <NA>
#> 1679 Lower
#> 1680 <NA>
#> 1681 <NA>
#> 1682 <NA>
#> 1683 <NA>
#> 1684 <NA>
#> 1685 <NA>
#> 1686 <NA>
#> 1687 <NA>
#> 1688 <NA>
#> 1689 <NA>
#> 1690 <NA>
#> 1691 <NA>
#> 1692 <NA>
#> 1693 <NA>
#> 1694 <NA>
#> 1695 <NA>
#> 1696 <NA>
#> 1697 <NA>
#> 1698 <NA>
#> 1699 Poets Road Siltstone
#> 1700 <NA>
#> 1701 <NA>
#> 1702 <NA>
#> 1703 <NA>
#> 1704 <NA>
#> 1705 <NA>
#> 1706 <NA>
#> 1707 <NA>
#> 1708 <NA>
#> 1709 <NA>
#> 1710 <NA>
#> 1711 <NA>
#> 1712 <NA>
#> 1713 <NA>
#> 1714 <NA>
#> 1715 <NA>
#> 1716 <NA>
#> 1717 <NA>
#> 1718 <NA>
#> 1719 <NA>
#> 1720 <NA>
#> 1721 <NA>
#> 1722 <NA>
#> 1723 <NA>
#> 1724 <NA>
#> 1725 <NA>
#> 1726 <NA>
#> 1727 <NA>
#> 1728 <NA>
#> 1729 <NA>
#> 1730 <NA>
#> 1731 <NA>
#> 1732 Deoli Sandstone
#> 1733 Mittiwali
#> 1734 <NA>
#> 1735 <NA>
#> 1736 Poets Road Siltstone
#> 1737 Poets Road Siltstone
#> 1738 <NA>
#> 1739 <NA>
#> 1740 <NA>
#> 1741 <NA>
#> 1742 <NA>
#> 1743 <NA>
#> 1744 <NA>
#> 1745 <NA>
#> 1746 <NA>
#> 1747 <NA>
#> 1748 <NA>
#> 1749 <NA>
#> 1750 <NA>
#> 1751 <NA>
#> 1752 <NA>
#> 1753 <NA>
#> 1754 <NA>
#> 1755 <NA>
#> 1756 <NA>
#> 1757 <NA>
#> 1758 <NA>
#> 1759 <NA>
#> 1760 <NA>
#> 1761 Alcova Limestone
#> 1762 Alcova Limestone
#> 1763 Alcova Limestone
#> 1764 <NA>
#> 1765 <NA>
#> 1766 <NA>
#> 1767 <NA>
#> 1768 Sludkian
#> 1769 <NA>
#> 1770 <NA>
#> 1771 <NA>
#> 1772 <NA>
#> 1773 <NA>
#> 1774 <NA>
#> 1775 <NA>
#> 1776 <NA>
#> 1777 <NA>
#> 1778 <NA>
#> 1779 <NA>
#> 1780 <NA>
#> 1781 <NA>
#> 1782 <NA>
#> 1783 <NA>
#> 1784 <NA>
#> 1785 <NA>
#> 1786 <NA>
#> 1787 <NA>
#> 1788 <NA>
#> 1789 <NA>
#> 1790 <NA>
#> 1791 <NA>
#> 1792 <NA>
#> 1793 <NA>
#> 1794 <NA>
#> 1795 <NA>
#> 1796 <NA>
#> 1797 <NA>
#> 1798 <NA>
#> 1799 <NA>
#> 1800 <NA>
#> 1801 <NA>
#> 1802 <NA>
#> 1803 <NA>
#> 1804 <NA>
#> 1805 Harrismith
#> 1806 Harrismith
#> 1807 Harrismith
#> 1808 Harrismith
#> 1809 <NA>
#> 1810 <NA>
#> 1811 Harrismith
#> 1812 Harrismith
#> 1813 <NA>
#> 1814 <NA>
#> 1815 <NA>
#> 1816 <NA>
#> 1817 <NA>
#> 1818 <NA>
#> 1819 <NA>
#> 1820 <NA>
#> 1821 <NA>
#> 1822 <NA>
#> 1823 <NA>
#> 1824 <NA>
#> 1825 <NA>
#> 1826 <NA>
#> 1827 <NA>
#> 1828 <NA>
#> 1829 Sticky Keep
#> 1830 Sticky Keep
#> 1831 <NA>
#> 1832 Sticky Keep
#> 1833 Sticky Keep
#> 1834 Sticky Keep
#> 1835 Sticky Keep
#> 1836 Sticky Keep
#> 1837 Sticky Keep
#> 1838 Sticky Keep
#> 1839 Sticky Keep
#> 1840 Sticky Keep
#> 1841 Sticky Keep
#> 1842 Sticky Keep
#> 1843 Sticky Keep
#> 1844 Sticky Keep
#> 1845 Sticky Keep
#> 1846 Sticky Keep
#> 1847 Sticky Keep
#> 1848 Sticky Keep
#> 1849 Sticky Keep
#> 1850 Sticky Keep
#> 1851 Sticky Keep
#> 1852 Sticky Keep
#> 1853 Sticky Keep
#> 1854 Sticky Keep
#> 1855 Sticky Keep
#> 1856 Sticky Keep
#> 1857 Sticky Keep
#> 1858 Sticky Keep
#> 1859 Sticky Keep
#> 1860 Sticky Keep
#> 1861 Sticky Keep
#> 1862 <NA>
#> 1863 <NA>
#> 1864 <NA>
#> 1865 <NA>
#> 1866 <NA>
#> 1867 <NA>
#> 1868 <NA>
#> 1869 <NA>
#> 1870 <NA>
#> 1871 <NA>
#> 1872 <NA>
#> 1873 <NA>
#> 1874 <NA>
#> 1875 <NA>
#> 1876 <NA>
#> 1877 <NA>
#> 1878 <NA>
#> 1879 <NA>
#> 1880 <NA>
#> 1881 <NA>
#> 1882 <NA>
#> 1883 <NA>
#> 1884 <NA>
#> 1885 <NA>
#> 1886 <NA>
#> 1887 <NA>
#> 1888 <NA>
#> 1889 <NA>
#> 1890 Harrismith
#> 1891 <NA>
#> 1892 <NA>
#> 1893 <NA>
#> 1894 <NA>
#> 1895 <NA>
#> 1896 <NA>
#> 1897 <NA>
#> 1898 <NA>
#> 1899 <NA>
#> 1900 <NA>
#> 1901 <NA>
#> 1902 <NA>
#> 1903 <NA>
#> 1904 <NA>
#> 1905 <NA>
#> 1906 <NA>
#> 1907 <NA>
#> 1908 <NA>
#> 1909 <NA>
#> 1910 <NA>
#> 1911 <NA>
#> 1912 <NA>
#> 1913 <NA>
#> 1914 <NA>
#> 1915 <NA>
#> 1916 Harrismith
#> 1917 Harrismith
#> 1918 <NA>
#> 1919 <NA>
#> 1920 <NA>
#> 1921 <NA>
#> 1922 <NA>
#> 1923 <NA>
#> 1924 <NA>
#> 1925 <NA>
#> 1926 <NA>
#> 1927 <NA>
#> 1928 Tanameurt
#> 1929 Tanameurt
#> 1930 Tanameurt
#> 1931 Tanameurt
#> 1932 Tanameurt
#> 1933 Tanameurt
#> 1934 Lower
#> 1935 Lower
#> 1936 <NA>
#> 1937 Whitwell Shale
#> 1938 <NA>
#> 1939 Vega-Phroso
#> 1940 Vega-Phroso Siltstone
#> 1941 Vega-Phroso
#> 1942 <NA>
#> 1943 <NA>
#> 1944 <NA>
#> 1945 <NA>
#> 1946 Dorikranites beds
#> 1947 <NA>
#> 1948 <NA>
#> 1949 <NA>
#> 1950 <NA>
#> 1951 <NA>
#> 1952 <NA>
#> 1953 <NA>
#> 1954 <NA>
#> 1955 <NA>
#> 1956 <NA>
#> 1957 <NA>
#> 1958 <NA>
#> 1959 <NA>
#> 1960 <NA>
#> 1961 <NA>
#> 1962 <NA>
#> 1963 <NA>
#> 1964 <NA>
#> 1965 <NA>
#> 1966 <NA>
#> 1967 <NA>
#> 1968 <NA>
#> 1969 <NA>
#> 1970 <NA>
#> 1971 <NA>
#> 1972 <NA>
#> 1973 <NA>
#> 1974 <NA>
#> 1975 <NA>
#> 1976 <NA>
#> 1977 <NA>
#> 1978 <NA>
#> 1979 <NA>
#> 1980 <NA>
#> 1981 <NA>
#> 1982 <NA>
#> 1983 <NA>
#> 1984 <NA>
#> 1985 <NA>
#> 1986 <NA>
#> 1987 Niederhäslich limestone
#> 1988 <NA>
#> 1989 <NA>
#> 1990 <NA>
#> 1991 <NA>
#> 1992 <NA>
#> 1993 <NA>
#> 1994 <NA>
#> 1995 <NA>
#> 1996 <NA>
#> 1997 <NA>
#> 1998 <NA>
#> 1999 <NA>
#> 2000 <NA>
#> 2001 <NA>
#> 2002 <NA>
#> 2003 <NA>
#> 2004 <NA>
#> 2005 <NA>
#> 2006 <NA>
#> 2007 <NA>
#> 2008 <NA>
#> 2009 <NA>
#> 2010 <NA>
#> 2011 <NA>
#> 2012 <NA>
#> 2013 <NA>
#> 2014 Middle calcareous
#> 2015 Middle calcareous
#> 2016 Middle calcareous
#> 2017 Middle calcareous
#> 2018 Middle calcareous
#> 2019 Middle calcareous
#> 2020 Poortjie
#> 2021 Poortjie
#> 2022 <NA>
#> 2023 <NA>
#> 2024 <NA>
#> 2025 <NA>
#> 2026 <NA>
#> 2027 <NA>
#> 2028 <NA>
#> 2029 <NA>
#> 2030 <NA>
#> 2031 <NA>
#> 2032 <NA>
#> 2033 Waugh
#> 2034 Waugh
#> 2035 <NA>
#> 2036 <NA>
#> 2037 <NA>
#> 2038 <NA>
#> 2039 <NA>
#> 2040 <NA>
#> 2041 <NA>
#> 2042 <NA>
#> 2043 <NA>
#> 2044 <NA>
#> 2045 <NA>
#> 2046 <NA>
#> 2047 <NA>
#> 2048 <NA>
#> 2049 <NA>
#> 2050 <NA>
#> 2051 <NA>
#> 2052 <NA>
#> 2053 <NA>
#> 2054 <NA>
#> 2055 <NA>
#> 2056 <NA>
#> 2057 <NA>
#> 2058 <NA>
#> 2059 <NA>
#> 2060 <NA>
#> 2061 <NA>
#> 2062 <NA>
#> 2063 <NA>
#> 2064 <NA>
#> 2065 <NA>
#> 2066 <NA>
#> 2067 <NA>
#> 2068 <NA>
#> 2069 <NA>
#> 2070 <NA>
#> 2071 <NA>
#> 2072 <NA>
#> 2073 <NA>
#> 2074 <NA>
#> 2075 <NA>
#> 2076 <NA>
#> 2077 <NA>
#> 2078 <NA>
#> 2079 <NA>
#> 2080 <NA>
#> 2081 <NA>
#> 2082 <NA>
#> 2083 <NA>
#> 2084 <NA>
#> 2085 <NA>
#> 2086 <NA>
#> 2087 <NA>
#> 2088 <NA>
#> 2089 <NA>
#> 2090 <NA>
#> 2091 <NA>
#> 2092 <NA>
#> 2093 <NA>
#> 2094 <NA>
#> 2095 <NA>
#> 2096 <NA>
#> 2097 <NA>
#> 2098 <NA>
#> 2099 <NA>
#> 2100 <NA>
#> 2101 <NA>
#> 2102 <NA>
#> 2103 <NA>
#> 2104 <NA>
#> 2105 <NA>
#> 2106 <NA>
#> 2107 <NA>
#> 2108 <NA>
#> 2109 <NA>
#> 2110 <NA>
#> 2111 <NA>
#> 2112 <NA>
#> 2113 <NA>
#> 2114 <NA>
#> 2115 <NA>
#> 2116 <NA>
#> 2117 <NA>
#> 2118 <NA>
#> 2119 <NA>
#> 2120 <NA>
#> 2121 <NA>
#> 2122 <NA>
#> 2123 <NA>
#> 2124 <NA>
#> 2125 <NA>
#> 2126 <NA>
#> 2127 <NA>
#> 2128 <NA>
#> 2129 <NA>
#> 2130 <NA>
#> 2131 <NA>
#> 2132 <NA>
#> 2133 <NA>
#> 2134 <NA>
#> 2135 <NA>
#> 2136 <NA>
#> 2137 <NA>
#> 2138 <NA>
#> 2139 <NA>
#> 2140 <NA>
#> 2141 <NA>
#> 2142 <NA>
#> 2143 <NA>
#> 2144 <NA>
#> 2145 <NA>
#> 2146 <NA>
#> 2147 <NA>
#> 2148 <NA>
#> 2149 <NA>
#> 2150 <NA>
#> 2151 <NA>
#> 2152 <NA>
#> 2153 <NA>
#> 2154 <NA>
#> 2155 <NA>
#> 2156 <NA>
#> 2157 <NA>
#> 2158 <NA>
#> 2159 <NA>
#> 2160 <NA>
#> 2161 <NA>
#> 2162 <NA>
#> 2163 <NA>
#> 2164 <NA>
#> 2165 <NA>
#> 2166 <NA>
#> 2167 <NA>
#> 2168 <NA>
#> 2169 <NA>
#> 2170 <NA>
#> 2171 <NA>
#> 2172 <NA>
#> 2173 <NA>
#> 2174 <NA>
#> 2175 <NA>
#> 2176 <NA>
#> 2177 <NA>
#> 2178 <NA>
#> 2179 <NA>
#> 2180 <NA>
#> 2181 <NA>
#> 2182 <NA>
#> 2183 <NA>
#> 2184 <NA>
#> 2185 <NA>
#> 2186 <NA>
#> 2187 <NA>
#> 2188 <NA>
#> 2189 <NA>
#> 2190 <NA>
#> 2191 <NA>
#> 2192 <NA>
#> 2193 <NA>
#> 2194 <NA>
#> 2195 <NA>
#> 2196 <NA>
#> 2197 <NA>
#> 2198 <NA>
#> 2199 <NA>
#> 2200 <NA>
#> 2201 <NA>
#> 2202 <NA>
#> 2203 <NA>
#> 2204 <NA>
#> 2205 <NA>
#> 2206 <NA>
#> 2207 <NA>
#> 2208 <NA>
#> 2209 <NA>
#> 2210 <NA>
#> 2211 <NA>
#> 2212 <NA>
#> 2213 <NA>
#> 2214 <NA>
#> 2215 <NA>
#> 2216 <NA>
#> 2217 <NA>
#> 2218 <NA>
#> 2219 <NA>
#> 2220 <NA>
#> 2221 <NA>
#> 2222 <NA>
#> 2223 <NA>
#> 2224 <NA>
#> 2225 <NA>
#> 2226 <NA>
#> 2227 <NA>
#> 2228 <NA>
#> 2229 <NA>
#> 2230 <NA>
#> 2231 <NA>
#> 2232 <NA>
#> 2233 <NA>
#> 2234 <NA>
#> 2235 <NA>
#> 2236 <NA>
#> 2237 <NA>
#> 2238 <NA>
#> 2239 <NA>
#> 2240 <NA>
#> 2241 <NA>
#> 2242 <NA>
#> 2243 <NA>
#> 2244 <NA>
#> 2245 <NA>
#> 2246 <NA>
#> 2247 <NA>
#> 2248 <NA>
#> 2249 <NA>
#> 2250 <NA>
#> 2251 <NA>
#> 2252 <NA>
#> 2253 <NA>
#> 2254 <NA>
#> 2255 <NA>
#> 2256 <NA>
#> 2257 <NA>
#> 2258 <NA>
#> 2259 <NA>
#> 2260 <NA>
#> 2261 <NA>
#> 2262 <NA>
#> 2263 <NA>
#> 2264 <NA>
#> 2265 <NA>
#> 2266 <NA>
#> 2267 <NA>
#> 2268 <NA>
#> 2269 <NA>
#> 2270 <NA>
#> 2271 <NA>
#> 2272 <NA>
#> 2273 <NA>
#> 2274 <NA>
#> 2275 <NA>
#> 2276 <NA>
#> 2277 <NA>
#> 2278 <NA>
#> 2279 <NA>
#> 2280 <NA>
#> 2281 <NA>
#> 2282 <NA>
#> 2283 <NA>
#> 2284 <NA>
#> 2285 <NA>
#> 2286 <NA>
#> 2287 <NA>
#> 2288 <NA>
#> 2289 <NA>
#> 2290 <NA>
#> 2291 <NA>
#> 2292 <NA>
#> 2293 <NA>
#> 2294 <NA>
#> 2295 <NA>
#> 2296 <NA>
#> 2297 <NA>
#> 2298 <NA>
#> 2299 <NA>
#> 2300 <NA>
#> 2301 <NA>
#> 2302 <NA>
#> 2303 Nýany
#> 2304 <NA>
#> 2305 <NA>
#> 2306 <NA>
#> 2307 <NA>
#> 2308 Upper Freeport Coal
#> 2309 <NA>
#> 2310 <NA>
#> 2311 <NA>
#> 2312 <NA>
#> 2313 <NA>
#> 2314 <NA>
#> 2315 Cave Hill
#> 2316 Bickett Shale
#> 2317 <NA>
#> 2318 <NA>
#> 2319 <NA>
#> 2320 <NA>
#> 2321 <NA>
#> 2322 <NA>
#> 2323 <NA>
#> 2324 <NA>
#> 2325 <NA>
#> 2326 <NA>
#> 2327 <NA>
#> 2328 <NA>
#> 2329 <NA>
#> 2330 <NA>
#> 2331 <NA>
#> 2332 <NA>
#> 2333 <NA>
#> 2334 <NA>
#> 2335 Poortjie
#> 2336 Poortjie
#> 2337 Poortjie
#> 2338 Poortjie
#> 2339 Poortjie
#> 2340 Poortjie
#> 2341 Poortjie
#> 2342 Poortjie
#> 2343 Poortjie
#> 2344 Poortjie
#> 2345 Poortjie
#> 2346 <NA>
#> 2347 <NA>
#> 2348 <NA>
#> 2349 <NA>
#> 2350 <NA>
#> 2351 <NA>
#> 2352 <NA>
#> 2353 <NA>
#> 2354 <NA>
#> 2355 <NA>
#> 2356 <NA>
#> 2357 <NA>
#> 2358 <NA>
#> 2359 <NA>
#> 2360 <NA>
#> 2361 <NA>
#> 2362 <NA>
#> 2363 <NA>
#> 2364 <NA>
#> 2365 <NA>
#> 2366 <NA>
#> 2367 <NA>
#> 2368 <NA>
#> 2369 <NA>
#> 2370 <NA>
#> 2371 <NA>
#> 2372 <NA>
#> 2373 <NA>
#> 2374 <NA>
#> 2375 <NA>
#> 2376 <NA>
#> 2377 <NA>
#> 2378 <NA>
#> 2379 <NA>
#> 2380 <NA>
#> 2381 <NA>
#> 2382 <NA>
#> 2383 <NA>
#> 2384 <NA>
#> 2385 <NA>
#> 2386 <NA>
#> 2387 <NA>
#> 2388 <NA>
#> 2389 <NA>
#> 2390 <NA>
#> 2391 <NA>
#> 2392 <NA>
#> 2393 <NA>
#> 2394 Upper
#> 2395 <NA>
#> 2396 <NA>
#> 2397 <NA>
#> 2398 <NA>
#> 2399 <NA>
#> 2400 <NA>
#> 2401 <NA>
#> 2402 <NA>
#> 2403 <NA>
#> 2404 <NA>
#> 2405 <NA>
#> 2406 <NA>
#> 2407 <NA>
#> 2408 <NA>
#> 2409 <NA>
#> 2410 <NA>
#> 2411 <NA>
#> 2412 <NA>
#> 2413 <NA>
#> 2414 <NA>
#> 2415 <NA>
#> 2416 <NA>
#> 2417 <NA>
#> 2418 <NA>
#> 2419 <NA>
#> 2420 <NA>
#> 2421 <NA>
#> 2422 <NA>
#> 2423 <NA>
#> 2424 <NA>
#> 2425 <NA>
#> 2426 <NA>
#> 2427 <NA>
#> 2428 <NA>
#> 2429 <NA>
#> 2430 <NA>
#> 2431 <NA>
#> 2432 <NA>
#> 2433 <NA>
#> 2434 <NA>
#> 2435 <NA>
#> 2436 <NA>
#> 2437 <NA>
#> 2438 <NA>
#> 2439 <NA>
#> 2440 <NA>
#> 2441 <NA>
#> 2442 <NA>
#> 2443 <NA>
#> 2444 <NA>
#> 2445 <NA>
#> 2446 <NA>
#> 2447 <NA>
#> 2448 <NA>
#> 2449 <NA>
#> 2450 <NA>
#> 2451 <NA>
#> 2452 <NA>
#> 2453 <NA>
#> 2454 <NA>
#> 2455 <NA>
#> 2456 Nyrany
#> 2457 <NA>
#> 2458 <NA>
#> 2459 <NA>
#> 2460 <NA>
#> 2461 <NA>
#> 2462 <NA>
#> 2463 <NA>
#> 2464 <NA>
#> 2465 <NA>
#> 2466 <NA>
#> 2467 <NA>
#> 2468 <NA>
#> 2469 <NA>
#> 2470 <NA>
#> 2471 <NA>
#> 2472 <NA>
#> 2473 <NA>
#> 2474 <NA>
#> 2475 <NA>
#> 2476 <NA>
#> 2477 Oudeberg
#> 2478 Oudeberg
#> 2479 Oudeberg
#> 2480 Oudeberg
#> 2481 <NA>
#> 2482 Pine Shadow
#> 2483 Kounov
#> 2484 <NA>
#> 2485 <NA>
#> 2486 <NA>
#> 2487 <NA>
#> 2488 <NA>
#> 2489 <NA>
#> 2490 <NA>
#> 2491 <NA>
#> 2492 <NA>
#> 2493 <NA>
#> 2494 <NA>
#> 2495 <NA>
#> 2496 <NA>
#> 2497 <NA>
#> 2498 <NA>
#> 2499 <NA>
#> 2500 <NA>
#> 2501 <NA>
#> 2502 <NA>
#> 2503 <NA>
#> 2504 <NA>
#> 2505 <NA>
#> 2506 <NA>
#> 2507 <NA>
#> 2508 <NA>
#> 2509 <NA>
#> 2510 <NA>
#> 2511 <NA>
#> 2512 <NA>
#> 2513 <NA>
#> 2514 <NA>
#> 2515 <NA>
#> 2516 <NA>
#> 2517 <NA>
#> 2518 <NA>
#> 2519 <NA>
#> 2520 <NA>
#> 2521 <NA>
#> 2522 <NA>
#> 2523 <NA>
#> 2524 <NA>
#> 2525 <NA>
#> 2526 <NA>
#> 2527 <NA>
#> 2528 <NA>
#> 2529 <NA>
#> 2530 <NA>
#> 2531 <NA>
#> 2532 <NA>
#> 2533 <NA>
#> 2534 <NA>
#> 2535 <NA>
#> 2536 <NA>
#> 2537 <NA>
#> 2538 <NA>
#> 2539 <NA>
#> 2540 <NA>
#> 2541 <NA>
#> 2542 <NA>
#> 2543 <NA>
#> 2544 <NA>
#> 2545 <NA>
#> 2546 <NA>
#> 2547 <NA>
#> 2548 <NA>
#> 2549 <NA>
#> 2550 <NA>
#> 2551 <NA>
#> 2552 <NA>
#> 2553 <NA>
#> 2554 <NA>
#> 2555 <NA>
#> 2556 <NA>
#> 2557 <NA>
#> 2558 <NA>
#> 2559 <NA>
#> 2560 <NA>
#> 2561 <NA>
#> 2562 <NA>
#> 2563 <NA>
#> 2564 <NA>
#> 2565 Poortjie
#> 2566 Poortjie
#> 2567 Poortjie
#> 2568 Poortjie
#> 2569 Poortjie
#> 2570 Poortjie
#> 2571 Poortjie
#> 2572 Poortjie
#> 2573 Poortjie
#> 2574 Poortjie
#> 2575 Poortjie
#> 2576 Poortjie
#> 2577 Poortjie
#> 2578 Poortjie
#> 2579 <NA>
#> 2580 <NA>
#> 2581 <NA>
#> 2582 <NA>
#> 2583 <NA>
#> 2584 <NA>
#> 2585 <NA>
#> 2586 <NA>
#> 2587 <NA>
#> 2588 <NA>
#> 2589 <NA>
#> 2590 <NA>
#> 2591 Upper Freeport Coal
#> 2592 Upper Freeport Coal
#> 2593 Upper Freeport Coal
#> 2594 Upper Freeport Coal
#> 2595 Nýany
#> 2596 Upper Kittanning Coal
#> 2597 Nýany
#> 2598 Nýany
#> 2599 Nýany
#> 2600 <NA>
#> 2601 <NA>
#> 2602 <NA>
#> 2603 <NA>
#> 2604 <NA>
#> 2605 <NA>
#> 2606 <NA>
#> 2607 <NA>
#> 2608 <NA>
#> 2609 "Bullwagon"
#> 2610 <NA>
#> 2611 <NA>
#> 2612 <NA>
#> 2613 <NA>
#> 2614 <NA>
#> 2615 <NA>
#> 2616 "Bullwagon"
#> 2617 "Bullwagon"
#> 2618 "Bullwagon"
#> 2619 "Bullwagon"
#> 2620 <NA>
#> 2621 <NA>
#> 2622 "Bullwagon"
#> 2623 "Bullwagon"
#> 2624 "Bullwagon"
#> 2625 "Bullwagon"
#> 2626 <NA>
#> 2627 <NA>
#> 2628 <NA>
#> 2629 <NA>
#> 2630 <NA>
#> 2631 <NA>
#> 2632 <NA>
#> 2633 <NA>
#> 2634 <NA>
#> 2635 <NA>
#> 2636 <NA>
#> 2637 <NA>
#> 2638 <NA>
#> 2639 <NA>
#> 2640 <NA>
#> 2641 <NA>
#> 2642 <NA>
#> 2643 <NA>
#> 2644 <NA>
#> 2645 "Bullwagon"
#> 2646 "Bullwagon"
#> 2647 "Bullwagon"
#> 2648 "Bullwagon"
#> 2649 "Bullwagon"
#> 2650 "Bullwagon"
#> 2651 "Bullwagon"
#> 2652 "Bullwagon"
#> 2653 "Bullwagon"
#> 2654 "Bullwagon"
#> 2655 "Bullwagon"
#> 2656 "Bullwagon"
#> 2657 <NA>
#> 2658 <NA>
#> 2659 <NA>
#> 2660 <NA>
#> 2661 <NA>
#> 2662 <NA>
#> 2663 <NA>
#> 2664 <NA>
#> 2665 <NA>
#> 2666 <NA>
#> 2667 <NA>
#> 2668 <NA>
#> 2669 Upper Freeport Coal
#> 2670 Upper Freeport Coal
#> 2671 Upper Freeport Coal
#> 2672 <NA>
#> 2673 Francis Creek Shale
#> 2674 Monongahela "B" freshwater Limestone
#> 2675 <NA>
#> 2676 <NA>
#> 2677 <NA>
#> 2678 <NA>
#> 2679 <NA>
#> 2680 <NA>
#> 2681 <NA>
#> 2682 <NA>
#> 2683 <NA>
#> 2684 1. Flöz (1st seam)
#> 2685 Nýany
#> 2686 <NA>
#> 2687 <NA>
#> 2688 <NA>
#> 2689 Nýany
#> 2690 <NA>
#> 2691 Upper Freeport Coal
#> 2692 Upper Freeport Coal
#> 2693 <NA>
#> 2694 Nýany
#> 2695 <NA>
#> 2696 Nýany
#> 2697 <NA>
#> 2698 <NA>
#> 2699 <NA>
#> 2700 Upper Freeport Coal
#> 2701 Upper Freeport Coal
#> 2702 <NA>
#> 2703 <NA>
#> 2704 <NA>
#> 2705 <NA>
#> 2706 <NA>
#> 2707 <NA>
#> 2708 <NA>
#> 2709 <NA>
#> 2710 <NA>
#> 2711 <NA>
#> 2712 <NA>
#> 2713 <NA>
#> 2714 <NA>
#> 2715 <NA>
#> 2716 <NA>
#> 2717 <NA>
#> 2718 <NA>
#> 2719 <NA>
#> 2720 <NA>
#> 2721 <NA>
#> 2722 <NA>
#> 2723 <NA>
#> 2724 <NA>
#> 2725 <NA>
#> 2726 <NA>
#> 2727 <NA>
#> 2728 <NA>
#> 2729 <NA>
#> 2730 <NA>
#> 2731 <NA>
#> 2732 <NA>
#> 2733 <NA>
#> 2734 <NA>
#> 2735 <NA>
#> 2736 <NA>
#> 2737 <NA>
#> 2738 <NA>
#> 2739 <NA>
#> 2740 <NA>
#> 2741 <NA>
#> 2742 <NA>
#> 2743 <NA>
#> 2744 <NA>
#> 2745 <NA>
#> 2746 <NA>
#> 2747 <NA>
#> 2748 <NA>
#> 2749 <NA>
#> 2750 <NA>
#> 2751 <NA>
#> 2752 <NA>
#> 2753 <NA>
#> 2754 <NA>
#> 2755 <NA>
#> 2756 <NA>
#> 2757 <NA>
#> 2758 <NA>
#> 2759 <NA>
#> 2760 <NA>
#> 2761 <NA>
#> 2762 <NA>
#> 2763 <NA>
#> 2764 <NA>
#> 2765 <NA>
#> 2766 <NA>
#> 2767 <NA>
#> 2768 <NA>
#> 2769 <NA>
#> 2770 <NA>
#> 2771 <NA>
#> 2772 <NA>
#> 2773 <NA>
#> 2774 <NA>
#> 2775 <NA>
#> 2776 <NA>
#> 2777 <NA>
#> zone
#> 1 <NA>
#> 2 Tapinocephalus Assemblage
#> 3 <NA>
#> 4 <NA>
#> 5 <NA>
#> 6 <NA>
#> 7 <NA>
#> 8 <NA>
#> 9 <NA>
#> 10 <NA>
#> 11 <NA>
#> 12 <NA>
#> 13 <NA>
#> 14 <NA>
#> 15 <NA>
#> 16 <NA>
#> 17 <NA>
#> 18 <NA>
#> 19 <NA>
#> 20 <NA>
#> 21 <NA>
#> 22 <NA>
#> 23 <NA>
#> 24 <NA>
#> 25 <NA>
#> 26 <NA>
#> 27 <NA>
#> 28 <NA>
#> 29 <NA>
#> 30 <NA>
#> 31 <NA>
#> 32 <NA>
#> 33 <NA>
#> 34 Estemmenosuchus uralensis
#> 35 Estemmenosuchus uralensis
#> 36 Estemmenosuchus uralensis
#> 37 Estemmenosuchus uralensis
#> 38 Estemmenosuchus uralensis
#> 39 <NA>
#> 40 <NA>
#> 41 <NA>
#> 42 <NA>
#> 43 <NA>
#> 44 <NA>
#> 45 <NA>
#> 46 <NA>
#> 47 <NA>
#> 48 <NA>
#> 49 <NA>
#> 50 <NA>
#> 51 <NA>
#> 52 <NA>
#> 53 <NA>
#> 54 <NA>
#> 55 <NA>
#> 56 <NA>
#> 57 <NA>
#> 58 Tropidostoma Assemblage Zone
#> 59 <NA>
#> 60 <NA>
#> 61 <NA>
#> 62 <NA>
#> 63 <NA>
#> 64 <NA>
#> 65 Tapinocephalus or Pristerognathus Assemblage
#> 66 <NA>
#> 67 <NA>
#> 68 <NA>
#> 69 <NA>
#> 70 Lystrosaurus
#> 71 Lystrosaurus
#> 72 Estemmenosuchus uralensis
#> 73 <NA>
#> 74 <NA>
#> 75 <NA>
#> 76 <NA>
#> 77 <NA>
#> 78 <NA>
#> 79 <NA>
#> 80 <NA>
#> 81 <NA>
#> 82 <NA>
#> 83 <NA>
#> 84 <NA>
#> 85 <NA>
#> 86 <NA>
#> 87 <NA>
#> 88 <NA>
#> 89 <NA>
#> 90 <NA>
#> 91 <NA>
#> 92 <NA>
#> 93 <NA>
#> 94 <NA>
#> 95 <NA>
#> 96 <NA>
#> 97 <NA>
#> 98 <NA>
#> 99 <NA>
#> 100 <NA>
#> 101 <NA>
#> 102 <NA>
#> 103 <NA>
#> 104 <NA>
#> 105 <NA>
#> 106 <NA>
#> 107 Titanophoneus potens
#> 108 Titanophoneus potens
#> 109 Scutosaurus karpinskii
#> 110 Scutosaurus karpinskii
#> 111 <NA>
#> 112 <NA>
#> 113 <NA>
#> 114 <NA>
#> 115 <NA>
#> 116 <NA>
#> 117 <NA>
#> 118 <NA>
#> 119 <NA>
#> 120 <NA>
#> 121 <NA>
#> 122 <NA>
#> 123 <NA>
#> 124 <NA>
#> 125 <NA>
#> 126 <NA>
#> 127 <NA>
#> 128 <NA>
#> 129 <NA>
#> 130 <NA>
#> 131 <NA>
#> 132 <NA>
#> 133 <NA>
#> 134 <NA>
#> 135 <NA>
#> 136 <NA>
#> 137 <NA>
#> 138 <NA>
#> 139 <NA>
#> 140 <NA>
#> 141 <NA>
#> 142 <NA>
#> 143 <NA>
#> 144 <NA>
#> 145 <NA>
#> 146 <NA>
#> 147 <NA>
#> 148 <NA>
#> 149 <NA>
#> 150 <NA>
#> 151 <NA>
#> 152 <NA>
#> 153 <NA>
#> 154 <NA>
#> 155 <NA>
#> 156 <NA>
#> 157 <NA>
#> 158 <NA>
#> 159 <NA>
#> 160 <NA>
#> 161 <NA>
#> 162 <NA>
#> 163 <NA>
#> 164 <NA>
#> 165 <NA>
#> 166 <NA>
#> 167 <NA>
#> 168 <NA>
#> 169 <NA>
#> 170 <NA>
#> 171 <NA>
#> 172 <NA>
#> 173 <NA>
#> 174 <NA>
#> 175 <NA>
#> 176 <NA>
#> 177 <NA>
#> 178 <NA>
#> 179 <NA>
#> 180 <NA>
#> 181 <NA>
#> 182 <NA>
#> 183 <NA>
#> 184 <NA>
#> 185 <NA>
#> 186 <NA>
#> 187 <NA>
#> 188 <NA>
#> 189 <NA>
#> 190 <NA>
#> 191 <NA>
#> 192 <NA>
#> 193 <NA>
#> 194 <NA>
#> 195 <NA>
#> 196 <NA>
#> 197 <NA>
#> 198 <NA>
#> 199 <NA>
#> 200 <NA>
#> 201 <NA>
#> 202 <NA>
#> 203 <NA>
#> 204 <NA>
#> 205 <NA>
#> 206 <NA>
#> 207 <NA>
#> 208 <NA>
#> 209 <NA>
#> 210 <NA>
#> 211 <NA>
#> 212 <NA>
#> 213 <NA>
#> 214 <NA>
#> 215 <NA>
#> 216 <NA>
#> 217 <NA>
#> 218 <NA>
#> 219 <NA>
#> 220 <NA>
#> 221 <NA>
#> 222 <NA>
#> 223 <NA>
#> 224 <NA>
#> 225 <NA>
#> 226 <NA>
#> 227 <NA>
#> 228 <NA>
#> 229 <NA>
#> 230 <NA>
#> 231 <NA>
#> 232 <NA>
#> 233 <NA>
#> 234 <NA>
#> 235 <NA>
#> 236 <NA>
#> 237 <NA>
#> 238 <NA>
#> 239 <NA>
#> 240 <NA>
#> 241 <NA>
#> 242 <NA>
#> 243 <NA>
#> 244 <NA>
#> 245 <NA>
#> 246 <NA>
#> 247 <NA>
#> 248 <NA>
#> 249 <NA>
#> 250 <NA>
#> 251 <NA>
#> 252 <NA>
#> 253 <NA>
#> 254 <NA>
#> 255 <NA>
#> 256 <NA>
#> 257 <NA>
#> 258 <NA>
#> 259 <NA>
#> 260 <NA>
#> 261 <NA>
#> 262 <NA>
#> 263 <NA>
#> 264 <NA>
#> 265 <NA>
#> 266 <NA>
#> 267 <NA>
#> 268 <NA>
#> 269 <NA>
#> 270 <NA>
#> 271 <NA>
#> 272 <NA>
#> 273 <NA>
#> 274 <NA>
#> 275 <NA>
#> 276 <NA>
#> 277 <NA>
#> 278 <NA>
#> 279 <NA>
#> 280 <NA>
#> 281 <NA>
#> 282 <NA>
#> 283 <NA>
#> 284 <NA>
#> 285 <NA>
#> 286 <NA>
#> 287 <NA>
#> 288 <NA>
#> 289 <NA>
#> 290 <NA>
#> 291 <NA>
#> 292 <NA>
#> 293 <NA>
#> 294 <NA>
#> 295 <NA>
#> 296 <NA>
#> 297 <NA>
#> 298 <NA>
#> 299 <NA>
#> 300 <NA>
#> 301 <NA>
#> 302 <NA>
#> 303 <NA>
#> 304 <NA>
#> 305 <NA>
#> 306 <NA>
#> 307 <NA>
#> 308 <NA>
#> 309 <NA>
#> 310 <NA>
#> 311 <NA>
#> 312 <NA>
#> 313 <NA>
#> 314 <NA>
#> 315 <NA>
#> 316 <NA>
#> 317 <NA>
#> 318 <NA>
#> 319 <NA>
#> 320 <NA>
#> 321 <NA>
#> 322 <NA>
#> 323 <NA>
#> 324 <NA>
#> 325 <NA>
#> 326 <NA>
#> 327 <NA>
#> 328 <NA>
#> 329 <NA>
#> 330 <NA>
#> 331 <NA>
#> 332 <NA>
#> 333 <NA>
#> 334 <NA>
#> 335 <NA>
#> 336 <NA>
#> 337 <NA>
#> 338 <NA>
#> 339 <NA>
#> 340 <NA>
#> 341 <NA>
#> 342 <NA>
#> 343 <NA>
#> 344 <NA>
#> 345 <NA>
#> 346 <NA>
#> 347 <NA>
#> 348 <NA>
#> 349 <NA>
#> 350 <NA>
#> 351 <NA>
#> 352 <NA>
#> 353 <NA>
#> 354 <NA>
#> 355 <NA>
#> 356 <NA>
#> 357 <NA>
#> 358 <NA>
#> 359 <NA>
#> 360 <NA>
#> 361 <NA>
#> 362 <NA>
#> 363 <NA>
#> 364 <NA>
#> 365 <NA>
#> 366 <NA>
#> 367 <NA>
#> 368 <NA>
#> 369 <NA>
#> 370 <NA>
#> 371 <NA>
#> 372 <NA>
#> 373 <NA>
#> 374 <NA>
#> 375 <NA>
#> 376 <NA>
#> 377 <NA>
#> 378 <NA>
#> 379 <NA>
#> 380 <NA>
#> 381 <NA>
#> 382 Zone V
#> 383 <NA>
#> 384 <NA>
#> 385 Clamorosaurus borealis
#> 386 <NA>
#> 387 <NA>
#> 388 <NA>
#> 389 <NA>
#> 390 <NA>
#> 391 <NA>
#> 392 <NA>
#> 393 <NA>
#> 394 <NA>
#> 395 <NA>
#> 396 <NA>
#> 397 <NA>
#> 398 Deltavjatia vjatkensis
#> 399 IV
#> 400 IV
#> 401 IV
#> 402 Tapinocephalus Assemblage Zone
#> 403 <NA>
#> 404 <NA>
#> 405 <NA>
#> 406 <NA>
#> 407 <NA>
#> 408 <NA>
#> 409 <NA>
#> 410 <NA>
#> 411 <NA>
#> 412 <NA>
#> 413 <NA>
#> 414 <NA>
#> 415 <NA>
#> 416 <NA>
#> 417 Lystrosaurus Assemblage Zone
#> 418 Lystrosaurus Assemblage Zone
#> 419 Lystrosaurus Assemblage Zone
#> 420 Lystrosaurus Assemblage Zone
#> 421 <NA>
#> 422 <NA>
#> 423 <NA>
#> 424 <NA>
#> 425 <NA>
#> 426 <NA>
#> 427 Deuterosaurus biarmicus
#> 428 Deuterosaurus biarmicus
#> 429 <NA>
#> 430 <NA>
#> 431 <NA>
#> 432 <NA>
#> 433 <NA>
#> 434 <NA>
#> 435 Tapinocephalus Assemblage Zone
#> 436 Tapinocephalus Assemblage Zone
#> 437 Parabradysaurus silantjevi
#> 438 <NA>
#> 439 <NA>
#> 440 <NA>
#> 441 <NA>
#> 442 <NA>
#> 443 <NA>
#> 444 Cistecephalus
#> 445 Cistecephalus
#> 446 Cistecephalus
#> 447 Cistecephalus
#> 448 <NA>
#> 449 <NA>
#> 450 <NA>
#> 451 <NA>
#> 452 <NA>
#> 453 <NA>
#> 454 <NA>
#> 455 <NA>
#> 456 <NA>
#> 457 <NA>
#> 458 <NA>
#> 459 <NA>
#> 460 <NA>
#> 461 <NA>
#> 462 <NA>
#> 463 <NA>
#> 464 <NA>
#> 465 <NA>
#> 466 <NA>
#> 467 <NA>
#> 468 <NA>
#> 469 <NA>
#> 470 <NA>
#> 471 <NA>
#> 472 <NA>
#> 473 <NA>
#> 474 <NA>
#> 475 <NA>
#> 476 <NA>
#> 477 <NA>
#> 478 <NA>
#> 479 <NA>
#> 480 <NA>
#> 481 <NA>
#> 482 <NA>
#> 483 <NA>
#> 484 <NA>
#> 485 <NA>
#> 486 <NA>
#> 487 <NA>
#> 488 <NA>
#> 489 <NA>
#> 490 <NA>
#> 491 <NA>
#> 492 <NA>
#> 493 <NA>
#> 494 <NA>
#> 495 <NA>
#> 496 <NA>
#> 497 <NA>
#> 498 <NA>
#> 499 <NA>
#> 500 <NA>
#> 501 <NA>
#> 502 <NA>
#> 503 <NA>
#> 504 <NA>
#> 505 <NA>
#> 506 <NA>
#> 507 <NA>
#> 508 <NA>
#> 509 <NA>
#> 510 <NA>
#> 511 <NA>
#> 512 <NA>
#> 513 <NA>
#> 514 <NA>
#> 515 <NA>
#> 516 <NA>
#> 517 <NA>
#> 518 <NA>
#> 519 <NA>
#> 520 <NA>
#> 521 <NA>
#> 522 <NA>
#> 523 <NA>
#> 524 <NA>
#> 525 Tapinocephalus Assemblage
#> 526 <NA>
#> 527 <NA>
#> 528 <NA>
#> 529 <NA>
#> 530 <NA>
#> 531 <NA>
#> 532 <NA>
#> 533 <NA>
#> 534 Lystrosaurus Assemblage
#> 535 <NA>
#> 536 <NA>
#> 537 <NA>
#> 538 Parabradysaurus silantjevi
#> 539 <NA>
#> 540 <NA>
#> 541 <NA>
#> 542 <NA>
#> 543 <NA>
#> 544 <NA>
#> 545 <NA>
#> 546 <NA>
#> 547 <NA>
#> 548 <NA>
#> 549 <NA>
#> 550 <NA>
#> 551 <NA>
#> 552 <NA>
#> 553 <NA>
#> 554 <NA>
#> 555 <NA>
#> 556 <NA>
#> 557 Ennatosaurus tecton
#> 558 <NA>
#> 559 Parabradysaurus silantjevi
#> 560 Estemmenosuchus uralensis
#> 561 Lystrosaurus Assemblage
#> 562 <NA>
#> 563 <NA>
#> 564 <NA>
#> 565 <NA>
#> 566 <NA>
#> 567 <NA>
#> 568 <NA>
#> 569 <NA>
#> 570 <NA>
#> 571 <NA>
#> 572 <NA>
#> 573 <NA>
#> 574 <NA>
#> 575 <NA>
#> 576 <NA>
#> 577 <NA>
#> 578 Lystrosaurus Assemblage
#> 579 Dicynodon Assemblage Zone
#> 580 Dicynodon Assemblage
#> 581 Dicynodon Assemblage
#> 582 Dicynodon Assemblage
#> 583 Dicynodon Assemblage Zone
#> 584 Dicynodon Assemblage Zone
#> 585 Dicynodon Assemblage Zone
#> 586 Dicynodon Assemblage Zone
#> 587 Daptocephalus Assemblage
#> 588 Dicynodon Assemblage Zone
#> 589 Daptocephalus or Dicynodon Assemblage Zone
#> 590 Dicynodon Assemblage Zone
#> 591 <NA>
#> 592 <NA>
#> 593 <NA>
#> 594 <NA>
#> 595 <NA>
#> 596 <NA>
#> 597 Ennatosaurus tecton
#> 598 Parabradysaurus silantjevi
#> 599 <NA>
#> 600 <NA>
#> 601 <NA>
#> 602 <NA>
#> 603 <NA>
#> 604 <NA>
#> 605 <NA>
#> 606 <NA>
#> 607 <NA>
#> 608 <NA>
#> 609 <NA>
#> 610 <NA>
#> 611 <NA>
#> 612 <NA>
#> 613 <NA>
#> 614 <NA>
#> 615 <NA>
#> 616 <NA>
#> 617 <NA>
#> 618 <NA>
#> 619 <NA>
#> 620 <NA>
#> 621 <NA>
#> 622 <NA>
#> 623 <NA>
#> 624 <NA>
#> 625 <NA>
#> 626 <NA>
#> 627 <NA>
#> 628 <NA>
#> 629 <NA>
#> 630 <NA>
#> 631 <NA>
#> 632 Tropidostoma Assemblage
#> 633 <NA>
#> 634 <NA>
#> 635 Parabradysaurus silantjevi
#> 636 Parabradysaurus silantjevi
#> 637 Clamorosaurus borealis
#> 638 Clamorosaurus borealis
#> 639 <NA>
#> 640 <NA>
#> 641 <NA>
#> 642 <NA>
#> 643 <NA>
#> 644 <NA>
#> 645 <NA>
#> 646 <NA>
#> 647 <NA>
#> 648 Cistecephalus Assemblage
#> 649 <NA>
#> 650 <NA>
#> 651 <NA>
#> 652 <NA>
#> 653 <NA>
#> 654 <NA>
#> 655 <NA>
#> 656 Tropidostoma - Cistecephalus Assemblage
#> 657 Tropidostoma - Cistecephalus Assemblage
#> 658 Tropidostoma - Cistecephalus Assemblage
#> 659 Tropidostoma - Cistecephalus Assemblage
#> 660 Tropidostoma - Cistecephalus Assemblage
#> 661 Tropidostoma - Cistecephalus Assemblage
#> 662 Tropidostoma - Cistecephalus Assemblage
#> 663 Tropidostoma - Cistecephalus Assemblage
#> 664 Tropidostoma - Cistecephalus Assemblage
#> 665 <NA>
#> 666 <NA>
#> 667 <NA>
#> 668 <NA>
#> 669 <NA>
#> 670 <NA>
#> 671 <NA>
#> 672 <NA>
#> 673 <NA>
#> 674 <NA>
#> 675 <NA>
#> 676 <NA>
#> 677 <NA>
#> 678 <NA>
#> 679 <NA>
#> 680 <NA>
#> 681 <NA>
#> 682 <NA>
#> 683 <NA>
#> 684 <NA>
#> 685 <NA>
#> 686 <NA>
#> 687 <NA>
#> 688 <NA>
#> 689 <NA>
#> 690 <NA>
#> 691 <NA>
#> 692 <NA>
#> 693 <NA>
#> 694 <NA>
#> 695 <NA>
#> 696 <NA>
#> 697 <NA>
#> 698 <NA>
#> 699 <NA>
#> 700 <NA>
#> 701 <NA>
#> 702 <NA>
#> 703 <NA>
#> 704 <NA>
#> 705 <NA>
#> 706 <NA>
#> 707 <NA>
#> 708 <NA>
#> 709 <NA>
#> 710 <NA>
#> 711 <NA>
#> 712 <NA>
#> 713 <NA>
#> 714 <NA>
#> 715 <NA>
#> 716 <NA>
#> 717 <NA>
#> 718 <NA>
#> 719 <NA>
#> 720 <NA>
#> 721 <NA>
#> 722 <NA>
#> 723 <NA>
#> 724 <NA>
#> 725 <NA>
#> 726 <NA>
#> 727 <NA>
#> 728 <NA>
#> 729 <NA>
#> 730 <NA>
#> 731 <NA>
#> 732 <NA>
#> 733 <NA>
#> 734 <NA>
#> 735 <NA>
#> 736 <NA>
#> 737 <NA>
#> 738 <NA>
#> 739 <NA>
#> 740 <NA>
#> 741 <NA>
#> 742 <NA>
#> 743 <NA>
#> 744 <NA>
#> 745 <NA>
#> 746 <NA>
#> 747 <NA>
#> 748 <NA>
#> 749 <NA>
#> 750 <NA>
#> 751 <NA>
#> 752 <NA>
#> 753 <NA>
#> 754 <NA>
#> 755 <NA>
#> 756 <NA>
#> 757 <NA>
#> 758 <NA>
#> 759 <NA>
#> 760 <NA>
#> 761 <NA>
#> 762 <NA>
#> 763 <NA>
#> 764 <NA>
#> 765 <NA>
#> 766 <NA>
#> 767 <NA>
#> 768 <NA>
#> 769 <NA>
#> 770 <NA>
#> 771 <NA>
#> 772 <NA>
#> 773 <NA>
#> 774 <NA>
#> 775 <NA>
#> 776 <NA>
#> 777 <NA>
#> 778 <NA>
#> 779 <NA>
#> 780 <NA>
#> 781 <NA>
#> 782 <NA>
#> 783 <NA>
#> 784 <NA>
#> 785 <NA>
#> 786 <NA>
#> 787 <NA>
#> 788 <NA>
#> 789 <NA>
#> 790 <NA>
#> 791 <NA>
#> 792 <NA>
#> 793 <NA>
#> 794 <NA>
#> 795 <NA>
#> 796 <NA>
#> 797 <NA>
#> 798 <NA>
#> 799 <NA>
#> 800 <NA>
#> 801 <NA>
#> 802 <NA>
#> 803 <NA>
#> 804 <NA>
#> 805 <NA>
#> 806 <NA>
#> 807 <NA>
#> 808 <NA>
#> 809 <NA>
#> 810 <NA>
#> 811 <NA>
#> 812 <NA>
#> 813 <NA>
#> 814 <NA>
#> 815 <NA>
#> 816 <NA>
#> 817 <NA>
#> 818 Estemmenosuchus uralensis
#> 819 <NA>
#> 820 <NA>
#> 821 <NA>
#> 822 <NA>
#> 823 <NA>
#> 824 Ennatosaurus tecton
#> 825 <NA>
#> 826 <NA>
#> 827 <NA>
#> 828 <NA>
#> 829 <NA>
#> 830 <NA>
#> 831 <NA>
#> 832 <NA>
#> 833 <NA>
#> 834 <NA>
#> 835 <NA>
#> 836 <NA>
#> 837 <NA>
#> 838 <NA>
#> 839 <NA>
#> 840 <NA>
#> 841 <NA>
#> 842 <NA>
#> 843 <NA>
#> 844 <NA>
#> 845 <NA>
#> 846 <NA>
#> 847 <NA>
#> 848 <NA>
#> 849 <NA>
#> 850 <NA>
#> 851 <NA>
#> 852 <NA>
#> 853 <NA>
#> 854 <NA>
#> 855 <NA>
#> 856 <NA>
#> 857 <NA>
#> 858 <NA>
#> 859 <NA>
#> 860 <NA>
#> 861 <NA>
#> 862 <NA>
#> 863 <NA>
#> 864 <NA>
#> 865 <NA>
#> 866 <NA>
#> 867 <NA>
#> 868 <NA>
#> 869 <NA>
#> 870 <NA>
#> 871 <NA>
#> 872 <NA>
#> 873 ? Tapinocephalus assemblage
#> 874 <NA>
#> 875 <NA>
#> 876 <NA>
#> 877 Estemmenosuchus uralensis
#> 878 Deltavjatia vjatkensis
#> 879 Estemmenosuchus uralensis
#> 880 <NA>
#> 881 <NA>
#> 882 <NA>
#> 883 <NA>
#> 884 <NA>
#> 885 <NA>
#> 886 <NA>
#> 887 <NA>
#> 888 <NA>
#> 889 <NA>
#> 890 <NA>
#> 891 <NA>
#> 892 <NA>
#> 893 <NA>
#> 894 <NA>
#> 895 <NA>
#> 896 <NA>
#> 897 <NA>
#> 898 <NA>
#> 899 <NA>
#> 900 <NA>
#> 901 <NA>
#> 902 <NA>
#> 903 <NA>
#> 904 <NA>
#> 905 <NA>
#> 906 <NA>
#> 907 <NA>
#> 908 <NA>
#> 909 <NA>
#> 910 <NA>
#> 911 <NA>
#> 912 <NA>
#> 913 <NA>
#> 914 <NA>
#> 915 <NA>
#> 916 <NA>
#> 917 <NA>
#> 918 <NA>
#> 919 <NA>
#> 920 <NA>
#> 921 <NA>
#> 922 <NA>
#> 923 <NA>
#> 924 <NA>
#> 925 <NA>
#> 926 <NA>
#> 927 <NA>
#> 928 <NA>
#> 929 <NA>
#> 930 <NA>
#> 931 <NA>
#> 932 Cistecephalus Assemblage
#> 933 <NA>
#> 934 <NA>
#> 935 <NA>
#> 936 <NA>
#> 937 <NA>
#> 938 <NA>
#> 939 <NA>
#> 940 <NA>
#> 941 <NA>
#> 942 <NA>
#> 943 <NA>
#> 944 <NA>
#> 945 <NA>
#> 946 <NA>
#> 947 <NA>
#> 948 <NA>
#> 949 <NA>
#> 950 <NA>
#> 951 Deuterosaurus biarmicus
#> 952 <NA>
#> 953 Proelginia permiana
#> 954 <NA>
#> 955 <NA>
#> 956 <NA>
#> 957 <NA>
#> 958 <NA>
#> 959 <NA>
#> 960 <NA>
#> 961 <NA>
#> 962 <NA>
#> 963 <NA>
#> 964 <NA>
#> 965 <NA>
#> 966 <NA>
#> 967 <NA>
#> 968 <NA>
#> 969 <NA>
#> 970 <NA>
#> 971 <NA>
#> 972 <NA>
#> 973 <NA>
#> 974 Titanophoneus potens
#> 975 <NA>
#> 976 <NA>
#> 977 <NA>
#> 978 <NA>
#> 979 <NA>
#> 980 <NA>
#> 981 <NA>
#> 982 Lystrosaurus Assemblage
#> 983 <NA>
#> 984 <NA>
#> 985 <NA>
#> 986 Ennatosaurus tecton
#> 987 Deuterosaurus biarmicus
#> 988 <NA>
#> 989 <NA>
#> 990 Cistecephalus Assemblage
#> 991 Dicynodon
#> 992 Tropidostoma Assemblage
#> 993 Tropidostoma Assemblage
#> 994 Tropidostoma Assemblage
#> 995 Tropidostoma Assemblage
#> 996 Tropidostoma Assemblage
#> 997 Tropidostoma Assemblage
#> 998 Tropidostoma Assemblage
#> 999 Tropidostoma Assemblage
#> 1000 Tropidostoma Assemblage
#> 1001 Tropidostoma Assemblage
#> 1002 Tropidostoma Assemblage
#> 1003 Tropidostoma Assemblage
#> 1004 Tropidostoma Assemblage
#> 1005 Tropidostoma Assemblage
#> 1006 Tropidostoma Assemblage
#> 1007 Tropidostoma Assemblage
#> 1008 Tropidostoma Assemblage
#> 1009 Tropidostoma Assemblage
#> 1010 Tropidostoma Assemblage
#> 1011 Tropidostoma Assemblage
#> 1012 Tropidostoma Assemblage
#> 1013 Tropidostoma Assemblage
#> 1014 Tropidostoma Assemblage
#> 1015 Tropidostoma Assemblage
#> 1016 Tropidostoma Assemblage
#> 1017 Tropidostoma Assemblage
#> 1018 Tropidostoma Assemblage
#> 1019 Tropidostoma Assemblage
#> 1020 Tropidostoma Assemblage
#> 1021 Tropidostoma Assemblage
#> 1022 Tropidostoma Assemblage
#> 1023 Tropidostoma Assemblage
#> 1024 Tropidostoma Assemblage
#> 1025 Tropidostoma Assemblage
#> 1026 Tropidostoma Assemblage
#> 1027 Tropidostoma Assemblage
#> 1028 Tropidostoma Assemblage
#> 1029 Tropidostoma Assemblage
#> 1030 Tropidostoma Assemblage
#> 1031 Tropidostoma Assemblage
#> 1032 Tropidostoma Assemblage
#> 1033 Tropidostoma Assemblage
#> 1034 Tropidostoma Assemblage
#> 1035 Tropidostoma Assemblage
#> 1036 <NA>
#> 1037 <NA>
#> 1038 <NA>
#> 1039 <NA>
#> 1040 Archosaurus rossicus
#> 1041 Archosaurus rossicus
#> 1042 Archosaurus rossicus
#> 1043 Archosaurus rossicus
#> 1044 Archosaurus rossicus
#> 1045 Archosaurus rossicus
#> 1046 Archosaurus rossicus
#> 1047 Archosaurus rossicus
#> 1048 Archosaurus rossicus
#> 1049 Archosaurus rossicus
#> 1050 Archosaurus rossicus
#> 1051 Archosaurus rossicus
#> 1052 Archosaurus rossicus
#> 1053 Tapinocephalus Assemblage
#> 1054 <NA>
#> 1055 <NA>
#> 1056 <NA>
#> 1057 Deuterosaurus biarmicus
#> 1058 Deuterosaurus biarmicus
#> 1059 Deuterosaurus biarmicus
#> 1060 Deuterosaurus biarmicus
#> 1061 Ennatosaurus tecton
#> 1062 Ennatosaurus tecton
#> 1063 <NA>
#> 1064 <NA>
#> 1065 <NA>
#> 1066 <NA>
#> 1067 <NA>
#> 1068 <NA>
#> 1069 Parabradysaurus silantjevi
#> 1070 Estemmenosuchus uralensis
#> 1071 Estemmenosuchus uralensis
#> 1072 Estemmenosuchus uralensis
#> 1073 Estemmenosuchus uralensis
#> 1074 <NA>
#> 1075 <NA>
#> 1076 <NA>
#> 1077 <NA>
#> 1078 <NA>
#> 1079 <NA>
#> 1080 <NA>
#> 1081 <NA>
#> 1082 <NA>
#> 1083 <NA>
#> 1084 <NA>
#> 1085 <NA>
#> 1086 <NA>
#> 1087 Parabradysaurus silantjevi
#> 1088 Parabradysaurus silantjevi
#> 1089 Parabradysaurus silantjevi
#> 1090 Parabradysaurus silantjevi
#> 1091 Parabradysaurus silantjevi
#> 1092 Estemmenosuchus uralensis
#> 1093 <NA>
#> 1094 <NA>
#> 1095 Clamorosaurus borealis
#> 1096 Clamorosaurus borealis
#> 1097 Estemmenosuchus uralensis
#> 1098 <NA>
#> 1099 Estemmenosuchus uralensis
#> 1100 <NA>
#> 1101 <NA>
#> 1102 <NA>
#> 1103 <NA>
#> 1104 <NA>
#> 1105 <NA>
#> 1106 <NA>
#> 1107 Lystrosaurus
#> 1108 <NA>
#> 1109 Lystrosaurus
#> 1110 Lystrosaurus
#> 1111 <NA>
#> 1112 Lystrosaurus Assemblage Zone
#> 1113 <NA>
#> 1114 Lystrosaurus Assemblage Zone
#> 1115 Dicynodon Assemblage Zone
#> 1116 Daptocephalus Assemblage Zone
#> 1117 Tropidostoma Assemblage
#> 1118 Tapinocephalus
#> 1119 <NA>
#> 1120 <NA>
#> 1121 <NA>
#> 1122 Tapinocephalus Assemblage Zone
#> 1123 Tapinocephalus Assemblage Zone
#> 1124 Deltavjatia vjatkensis
#> 1125 Deltavjatia vjatkensis
#> 1126 <NA>
#> 1127 <NA>
#> 1128 Tapinocephalus or Pristerognathus Assemblage
#> 1129 <NA>
#> 1130 <NA>
#> 1131 <NA>
#> 1132 <NA>
#> 1133 <NA>
#> 1134 <NA>
#> 1135 <NA>
#> 1136 <NA>
#> 1137 <NA>
#> 1138 <NA>
#> 1139 <NA>
#> 1140 <NA>
#> 1141 Tapinocephalus Assemblage
#> 1142 Tapinocephalus Assemblage
#> 1143 Dicynodon Assemblage
#> 1144 Dicynodon Assemblage
#> 1145 Dicynodon Assemblage
#> 1146 Tapinocephalus
#> 1147 <NA>
#> 1148 <NA>
#> 1149 <NA>
#> 1150 <NA>
#> 1151 <NA>
#> 1152 <NA>
#> 1153 <NA>
#> 1154 <NA>
#> 1155 <NA>
#> 1156 <NA>
#> 1157 <NA>
#> 1158 <NA>
#> 1159 <NA>
#> 1160 <NA>
#> 1161 <NA>
#> 1162 Tapinocephalus or Pristerognathus Assemblage
#> 1163 <NA>
#> 1164 <NA>
#> 1165 <NA>
#> 1166 <NA>
#> 1167 <NA>
#> 1168 <NA>
#> 1169 <NA>
#> 1170 <NA>
#> 1171 <NA>
#> 1172 <NA>
#> 1173 <NA>
#> 1174 <NA>
#> 1175 <NA>
#> 1176 <NA>
#> 1177 <NA>
#> 1178 <NA>
#> 1179 <NA>
#> 1180 <NA>
#> 1181 <NA>
#> 1182 <NA>
#> 1183 <NA>
#> 1184 <NA>
#> 1185 <NA>
#> 1186 <NA>
#> 1187 <NA>
#> 1188 <NA>
#> 1189 <NA>
#> 1190 <NA>
#> 1191 <NA>
#> 1192 <NA>
#> 1193 <NA>
#> 1194 <NA>
#> 1195 <NA>
#> 1196 <NA>
#> 1197 <NA>
#> 1198 <NA>
#> 1199 <NA>
#> 1200 <NA>
#> 1201 <NA>
#> 1202 <NA>
#> 1203 <NA>
#> 1204 <NA>
#> 1205 <NA>
#> 1206 <NA>
#> 1207 <NA>
#> 1208 <NA>
#> 1209 <NA>
#> 1210 <NA>
#> 1211 <NA>
#> 1212 <NA>
#> 1213 <NA>
#> 1214 <NA>
#> 1215 <NA>
#> 1216 <NA>
#> 1217 <NA>
#> 1218 <NA>
#> 1219 <NA>
#> 1220 <NA>
#> 1221 <NA>
#> 1222 <NA>
#> 1223 <NA>
#> 1224 <NA>
#> 1225 <NA>
#> 1226 <NA>
#> 1227 <NA>
#> 1228 Lystrosaurus Assemblage, Procolophon subzone
#> 1229 Lystrosaurus Assemblage, Procolophon subzone
#> 1230 <NA>
#> 1231 <NA>
#> 1232 <NA>
#> 1233 <NA>
#> 1234 <NA>
#> 1235 <NA>
#> 1236 <NA>
#> 1237 <NA>
#> 1238 <NA>
#> 1239 Tapinocephalus or Pristerognathus Assemblage
#> 1240 Dicynodon or Lystrosaurus Assemblage
#> 1241 <NA>
#> 1242 <NA>
#> 1243 <NA>
#> 1244 <NA>
#> 1245 <NA>
#> 1246 <NA>
#> 1247 <NA>
#> 1248 <NA>
#> 1249 <NA>
#> 1250 Dicynodon Assemblage
#> 1251 Cistecephalus Assemblage
#> 1252 Tapinocephalus Assemblage
#> 1253 Tapinocephalus or Pristerognathus Assemblage
#> 1254 Tapinocephalus Assemblage
#> 1255 Estemmenosuchus uralensis
#> 1256 <NA>
#> 1257 <NA>
#> 1258 <NA>
#> 1259 Proelginia permiana
#> 1260 Ennatosaurus tecton
#> 1261 Scutosaurus karpinskii
#> 1262 Scutosaurus karpinskii
#> 1263 Scutosaurus karpinskii
#> 1264 Scutosaurus karpinskii
#> 1265 Scutosaurus karpinskii
#> 1266 Scutosaurus karpinskii
#> 1267 Scutosaurus karpinskii
#> 1268 Scutosaurus karpinskii
#> 1269 Scutosaurus karpinskii
#> 1270 Scutosaurus karpinskii
#> 1271 Scutosaurus karpinskii
#> 1272 Scutosaurus karpinskii
#> 1273 <NA>
#> 1274 <NA>
#> 1275 <NA>
#> 1276 <NA>
#> 1277 <NA>
#> 1278 Tapinocephalus Assemblage
#> 1279 Tapinocephalus Assemblage
#> 1280 Tapinocephalus Assemblage
#> 1281 Tapinocephalus or Pristerognathus Assemblage
#> 1282 Tapinocephalus Assemblage
#> 1283 Tapinocephalus or Pristerognathus Assemblage
#> 1284 Tapinocephalus
#> 1285 Tapinocephalus Assemblage
#> 1286 Tapinocephalus Assemblage
#> 1287 Tapinocephalus Assemblage
#> 1288 Tapinocephalus Assemblage
#> 1289 Tapinocephalus Assemblage
#> 1290 <NA>
#> 1291 <NA>
#> 1292 <NA>
#> 1293 <NA>
#> 1294 <NA>
#> 1295 <NA>
#> 1296 <NA>
#> 1297 <NA>
#> 1298 <NA>
#> 1299 <NA>
#> 1300 <NA>
#> 1301 <NA>
#> 1302 <NA>
#> 1303 <NA>
#> 1304 <NA>
#> 1305 <NA>
#> 1306 <NA>
#> 1307 <NA>
#> 1308 <NA>
#> 1309 <NA>
#> 1310 <NA>
#> 1311 <NA>
#> 1312 <NA>
#> 1313 <NA>
#> 1314 <NA>
#> 1315 Proelginia permiana
#> 1316 Proelginia permiana
#> 1317 Proelginia permiana
#> 1318 Proelginia permiana
#> 1319 Proelginia permiana
#> 1320 <NA>
#> 1321 <NA>
#> 1322 <NA>
#> 1323 <NA>
#> 1324 <NA>
#> 1325 <NA>
#> 1326 <NA>
#> 1327 <NA>
#> 1328 <NA>
#> 1329 <NA>
#> 1330 <NA>
#> 1331 <NA>
#> 1332 <NA>
#> 1333 <NA>
#> 1334 <NA>
#> 1335 <NA>
#> 1336 <NA>
#> 1337 <NA>
#> 1338 <NA>
#> 1339 <NA>
#> 1340 <NA>
#> 1341 <NA>
#> 1342 <NA>
#> 1343 <NA>
#> 1344 <NA>
#> 1345 <NA>
#> 1346 <NA>
#> 1347 <NA>
#> 1348 <NA>
#> 1349 <NA>
#> 1350 <NA>
#> 1351 <NA>
#> 1352 <NA>
#> 1353 <NA>
#> 1354 <NA>
#> 1355 <NA>
#> 1356 <NA>
#> 1357 <NA>
#> 1358 <NA>
#> 1359 Lystrosaurus Assemblage
#> 1360 Lystrosaurus Assemblage
#> 1361 Lystrosaurus Assemblage
#> 1362 Lystrosaurus Assemblage
#> 1363 <NA>
#> 1364 <NA>
#> 1365 <NA>
#> 1366 <NA>
#> 1367 ? Tapinocephalus Assemblage
#> 1368 <NA>
#> 1369 ? Tapinocephalus Assemblage
#> 1370 Eodicynodon Assemblage
#> 1371 Eodicynodon Assemblage
#> 1372 Eodicynodon Assemblage
#> 1373 Eodicynodon Assemblage
#> 1374 Eodicynodon Assemblage
#> 1375 Eodicynodon Assemblage
#> 1376 <NA>
#> 1377 Eodicynodon Assemblage
#> 1378 <NA>
#> 1379 Eodicynodon Assemblage
#> 1380 Eodicynodon Assemblage
#> 1381 <NA>
#> 1382 <NA>
#> 1383 <NA>
#> 1384 <NA>
#> 1385 <NA>
#> 1386 <NA>
#> 1387 <NA>
#> 1388 <NA>
#> 1389 <NA>
#> 1390 <NA>
#> 1391 Dicynodon Assemblage
#> 1392 <NA>
#> 1393 <NA>
#> 1394 <NA>
#> 1395 <NA>
#> 1396 <NA>
#> 1397 <NA>
#> 1398 <NA>
#> 1399 <NA>
#> 1400 <NA>
#> 1401 <NA>
#> 1402 <NA>
#> 1403 <NA>
#> 1404 <NA>
#> 1405 <NA>
#> 1406 <NA>
#> 1407 <NA>
#> 1408 <NA>
#> 1409 <NA>
#> 1410 <NA>
#> 1411 <NA>
#> 1412 <NA>
#> 1413 Lystrosaurus
#> 1414 Cynognathus subzone A
#> 1415 Cynognathus subzone A
#> 1416 Cynognathus subzone A
#> 1417 Cynognathus subzone A
#> 1418 Cynognathus subzone A
#> 1419 Cynognathus subzone A
#> 1420 Cynognathus Assemblage Zone Subzone A
#> 1421 Cynognathus Assemblage Zone Subzone A
#> 1422 Cynognathus subzone A
#> 1423 Cynognathus subzone A
#> 1424 <NA>
#> 1425 <NA>
#> 1426 <NA>
#> 1427 <NA>
#> 1428 <NA>
#> 1429 Lystrosaurus
#> 1430 <NA>
#> 1431 <NA>
#> 1432 <NA>
#> 1433 <NA>
#> 1434 <NA>
#> 1435 <NA>
#> 1436 <NA>
#> 1437 <NA>
#> 1438 <NA>
#> 1439 <NA>
#> 1440 <NA>
#> 1441 <NA>
#> 1442 <NA>
#> 1443 <NA>
#> 1444 Lystrosaurus
#> 1445 <NA>
#> 1446 Lootsbergian
#> 1447 <NA>
#> 1448 <NA>
#> 1449 <NA>
#> 1450 <NA>
#> 1451 <NA>
#> 1452 <NA>
#> 1453 Lystrosaurus Assemblage Zone
#> 1454 Lystrosaurus Assemblage Zone
#> 1455 Lystrosaurus Assemblage Zone
#> 1456 Lystrosaurus Assemblage Zone
#> 1457 Lystrosaurus Assemblage Zone
#> 1458 Lystrosaurus Assemblage Zone
#> 1459 Lystrosaurus Assemblage Zone
#> 1460 Lystrosaurus Assemblage Zone
#> 1461 Lystrosaurus Assemblage Zone
#> 1462 Lystrosaurus Assemblage Zone
#> 1463 Lystrosaurus Assemblage Zone
#> 1464 Lystrosaurus Assemblage Zone
#> 1465 Lystrosaurus Assemblage Zone
#> 1466 Lystrosaurus Assemblage Zone
#> 1467 Lystrosaurus Assemblage Zone
#> 1468 Lystrosaurus Assemblage Zone
#> 1469 Lystrosaurus Assemblage Zone
#> 1470 Lystrosaurus Assemblage Zone
#> 1471 Lystrosaurus Assemblage Zone
#> 1472 Lystrosaurus
#> 1473 Lystrosaurus
#> 1474 Lystrosaurus
#> 1475 Lystrosaurus
#> 1476 Lystrosaurus
#> 1477 <NA>
#> 1478 <NA>
#> 1479 <NA>
#> 1480 Lystrosaurus
#> 1481 Lystrosaurus
#> 1482 Lystrosaurus
#> 1483 Lystrosaurus
#> 1484 Lystrosaurus Assemblage Zone
#> 1485 Lystrosaurus Assemblage Zone
#> 1486 Lystrosaurus Assemblage Zone
#> 1487 Lystrosaurus Assemblage Zone
#> 1488 Lystrosaurus
#> 1489 Lystrosaurus
#> 1490 Lystrosaurus Assemblage Zone
#> 1491 Lystrosaurus Assemblage Zone
#> 1492 Lystrosaurus Assemblage Zone
#> 1493 Lystrosaurus Assemblage Zone
#> 1494 Lystrosaurus Assemblage
#> 1495 Lystrosaurus Assemblage
#> 1496 Lystrosaurus Assemblage
#> 1497 Lystrosaurus Assemblage
#> 1498 Lystrosaurus Assemblage
#> 1499 Lystrosaurus Assemblage
#> 1500 Lystrosaurus Assemblage
#> 1501 Lystrosaurus Assemblage
#> 1502 Lystrosaurus Assemblage
#> 1503 Lystrosaurus
#> 1504 Lystrosaurus
#> 1505 Lystrosaurus
#> 1506 Lystrosaurus
#> 1507 Lystrosaurus
#> 1508 Lystrosaurus
#> 1509 Lystrosaurus
#> 1510 Lystrosaurus
#> 1511 Lystrosaurus
#> 1512 Lystrosaurus
#> 1513 Lystrosaurus
#> 1514 Lystrosaurus
#> 1515 Lystrosaurus
#> 1516 Lystrosaurus
#> 1517 <NA>
#> 1518 <NA>
#> 1519 <NA>
#> 1520 <NA>
#> 1521 <NA>
#> 1522 <NA>
#> 1523 <NA>
#> 1524 <NA>
#> 1525 Lystrosaurus
#> 1526 <NA>
#> 1527 <NA>
#> 1528 <NA>
#> 1529 <NA>
#> 1530 <NA>
#> 1531 <NA>
#> 1532 Cistecephalus
#> 1533 <NA>
#> 1534 Dicynodon Assemblage Zone
#> 1535 <NA>
#> 1536 <NA>
#> 1537 Cistecephalus Assemblage Zone
#> 1538 Cistecephalus Assemblage Zone
#> 1539 <NA>
#> 1540 <NA>
#> 1541 <NA>
#> 1542 <NA>
#> 1543 <NA>
#> 1544 <NA>
#> 1545 Lystrosaurus
#> 1546 Lystrosaurus
#> 1547 Lystrosaurus
#> 1548 Lystrosaurus
#> 1549 Lystrosaurus
#> 1550 Lystrosaurus
#> 1551 Lystrosaurus
#> 1552 Lystrosaurus
#> 1553 Lystrosaurus
#> 1554 Lystrosaurus
#> 1555 Lystrosaurus
#> 1556 Lystrosaurus
#> 1557 Lystrosaurus
#> 1558 Lystrosaurus
#> 1559 Lystrosaurus
#> 1560 Lystrosaurus
#> 1561 <NA>
#> 1562 <NA>
#> 1563 <NA>
#> 1564 <NA>
#> 1565 <NA>
#> 1566 <NA>
#> 1567 <NA>
#> 1568 <NA>
#> 1569 <NA>
#> 1570 <NA>
#> 1571 <NA>
#> 1572 <NA>
#> 1573 <NA>
#> 1574 <NA>
#> 1575 <NA>
#> 1576 <NA>
#> 1577 <NA>
#> 1578 <NA>
#> 1579 <NA>
#> 1580 <NA>
#> 1581 <NA>
#> 1582 <NA>
#> 1583 <NA>
#> 1584 <NA>
#> 1585 <NA>
#> 1586 <NA>
#> 1587 <NA>
#> 1588 <NA>
#> 1589 <NA>
#> 1590 <NA>
#> 1591 Deltavjatia vjatkensis
#> 1592 Deltavjatia vjatkensis
#> 1593 Deltavjatia vjatkensis
#> 1594 Archosaurus rossicus
#> 1595 Archosaurus rossicus
#> 1596 <NA>
#> 1597 ? Tapinocephalus assemblage
#> 1598 ? Tapinocephalus assemblage
#> 1599 <NA>
#> 1600 <NA>
#> 1601 <NA>
#> 1602 <NA>
#> 1603 <NA>
#> 1604 <NA>
#> 1605 <NA>
#> 1606 <NA>
#> 1607 <NA>
#> 1608 <NA>
#> 1609 <NA>
#> 1610 <NA>
#> 1611 <NA>
#> 1612 <NA>
#> 1613 <NA>
#> 1614 <NA>
#> 1615 <NA>
#> 1616 <NA>
#> 1617 <NA>
#> 1618 <NA>
#> 1619 <NA>
#> 1620 <NA>
#> 1621 <NA>
#> 1622 <NA>
#> 1623 <NA>
#> 1624 <NA>
#> 1625 <NA>
#> 1626 <NA>
#> 1627 <NA>
#> 1628 <NA>
#> 1629 <NA>
#> 1630 <NA>
#> 1631 <NA>
#> 1632 <NA>
#> 1633 <NA>
#> 1634 <NA>
#> 1635 <NA>
#> 1636 <NA>
#> 1637 <NA>
#> 1638 <NA>
#> 1639 <NA>
#> 1640 <NA>
#> 1641 <NA>
#> 1642 <NA>
#> 1643 <NA>
#> 1644 <NA>
#> 1645 <NA>
#> 1646 <NA>
#> 1647 <NA>
#> 1648 <NA>
#> 1649 <NA>
#> 1650 <NA>
#> 1651 <NA>
#> 1652 <NA>
#> 1653 <NA>
#> 1654 <NA>
#> 1655 <NA>
#> 1656 <NA>
#> 1657 <NA>
#> 1658 <NA>
#> 1659 <NA>
#> 1660 <NA>
#> 1661 <NA>
#> 1662 <NA>
#> 1663 <NA>
#> 1664 <NA>
#> 1665 <NA>
#> 1666 <NA>
#> 1667 <NA>
#> 1668 <NA>
#> 1669 Cistecephalus
#> 1670 Cistecephalus
#> 1671 Cistecephalus
#> 1672 Cistecephalus
#> 1673 Cistecephalus
#> 1674 Cistecephalus
#> 1675 Cistecephalus
#> 1676 Cistecephalus
#> 1677 Cistecephalus
#> 1678 <NA>
#> 1679 <NA>
#> 1680 <NA>
#> 1681 <NA>
#> 1682 Lystrosaurus
#> 1683 <NA>
#> 1684 <NA>
#> 1685 Lystrosaurus
#> 1686 Lystrosaurus
#> 1687 <NA>
#> 1688 <NA>
#> 1689 <NA>
#> 1690 <NA>
#> 1691 <NA>
#> 1692 <NA>
#> 1693 <NA>
#> 1694 <NA>
#> 1695 <NA>
#> 1696 <NA>
#> 1697 <NA>
#> 1698 <NA>
#> 1699 <NA>
#> 1700 <NA>
#> 1701 <NA>
#> 1702 <NA>
#> 1703 <NA>
#> 1704 <NA>
#> 1705 <NA>
#> 1706 <NA>
#> 1707 <NA>
#> 1708 <NA>
#> 1709 <NA>
#> 1710 <NA>
#> 1711 <NA>
#> 1712 <NA>
#> 1713 <NA>
#> 1714 <NA>
#> 1715 <NA>
#> 1716 <NA>
#> 1717 <NA>
#> 1718 <NA>
#> 1719 <NA>
#> 1720 <NA>
#> 1721 <NA>
#> 1722 <NA>
#> 1723 <NA>
#> 1724 <NA>
#> 1725 <NA>
#> 1726 <NA>
#> 1727 <NA>
#> 1728 <NA>
#> 1729 <NA>
#> 1730 <NA>
#> 1731 <NA>
#> 1732 <NA>
#> 1733 <NA>
#> 1734 <NA>
#> 1735 <NA>
#> 1736 <NA>
#> 1737 <NA>
#> 1738 <NA>
#> 1739 <NA>
#> 1740 <NA>
#> 1741 <NA>
#> 1742 <NA>
#> 1743 <NA>
#> 1744 <NA>
#> 1745 <NA>
#> 1746 <NA>
#> 1747 <NA>
#> 1748 <NA>
#> 1749 <NA>
#> 1750 <NA>
#> 1751 <NA>
#> 1752 <NA>
#> 1753 <NA>
#> 1754 <NA>
#> 1755 <NA>
#> 1756 Cynognathus Assemblage Zone Subzone A
#> 1757 Xenacanthus decheni
#> 1758 <NA>
#> 1759 <NA>
#> 1760 <NA>
#> 1761 <NA>
#> 1762 <NA>
#> 1763 <NA>
#> 1764 <NA>
#> 1765 <NA>
#> 1766 <NA>
#> 1767 <NA>
#> 1768 <NA>
#> 1769 <NA>
#> 1770 <NA>
#> 1771 <NA>
#> 1772 <NA>
#> 1773 <NA>
#> 1774 <NA>
#> 1775 <NA>
#> 1776 <NA>
#> 1777 <NA>
#> 1778 <NA>
#> 1779 <NA>
#> 1780 <NA>
#> 1781 <NA>
#> 1782 <NA>
#> 1783 <NA>
#> 1784 <NA>
#> 1785 <NA>
#> 1786 <NA>
#> 1787 <NA>
#> 1788 <NA>
#> 1789 <NA>
#> 1790 <NA>
#> 1791 <NA>
#> 1792 <NA>
#> 1793 <NA>
#> 1794 <NA>
#> 1795 <NA>
#> 1796 <NA>
#> 1797 <NA>
#> 1798 <NA>
#> 1799 <NA>
#> 1800 <NA>
#> 1801 <NA>
#> 1802 <NA>
#> 1803 Lystrosaurus Assemblage Zone
#> 1804 Lystrosaurus Assemblage Zone
#> 1805 Lystrosaurus Assemblage Zone
#> 1806 Lystrosaurus Assemblage Zone
#> 1807 Lystrosaurus Assemblage Zone
#> 1808 Lystrosaurus Assemblage Zone
#> 1809 Lystrosaurus Assemblage Zone
#> 1810 Lystrosaurus Assemblage Zone
#> 1811 Lystrosaurus Assemblage Zone
#> 1812 Lystrosaurus Assemblage Zone
#> 1813 <NA>
#> 1814 <NA>
#> 1815 <NA>
#> 1816 <NA>
#> 1817 <NA>
#> 1818 <NA>
#> 1819 <NA>
#> 1820 <NA>
#> 1821 <NA>
#> 1822 <NA>
#> 1823 <NA>
#> 1824 <NA>
#> 1825 <NA>
#> 1826 <NA>
#> 1827 <NA>
#> 1828 <NA>
#> 1829 <NA>
#> 1830 <NA>
#> 1831 <NA>
#> 1832 <NA>
#> 1833 <NA>
#> 1834 <NA>
#> 1835 <NA>
#> 1836 <NA>
#> 1837 <NA>
#> 1838 <NA>
#> 1839 <NA>
#> 1840 <NA>
#> 1841 <NA>
#> 1842 <NA>
#> 1843 <NA>
#> 1844 <NA>
#> 1845 <NA>
#> 1846 <NA>
#> 1847 <NA>
#> 1848 <NA>
#> 1849 <NA>
#> 1850 <NA>
#> 1851 <NA>
#> 1852 <NA>
#> 1853 <NA>
#> 1854 <NA>
#> 1855 <NA>
#> 1856 <NA>
#> 1857 <NA>
#> 1858 <NA>
#> 1859 <NA>
#> 1860 <NA>
#> 1861 <NA>
#> 1862 <NA>
#> 1863 <NA>
#> 1864 <NA>
#> 1865 <NA>
#> 1866 <NA>
#> 1867 <NA>
#> 1868 <NA>
#> 1869 <NA>
#> 1870 <NA>
#> 1871 <NA>
#> 1872 <NA>
#> 1873 <NA>
#> 1874 <NA>
#> 1875 Lystrosaurus Assemblage Zone
#> 1876 Lystrosaurus Assemblage Zone
#> 1877 Cistecephalus Assemblage Zone
#> 1878 Cistecephalus Assemblage Zone
#> 1879 Cynognathus Assemblage Zone Subzone A
#> 1880 Lystrosaurus Assemblage Zone
#> 1881 <NA>
#> 1882 Lystrosaurus Assemblage Zone
#> 1883 Lystrosaurus Assemblage Zone
#> 1884 Lystrosaurus Assemblage Zone
#> 1885 Lystrosaurus Assemblage Zone
#> 1886 Lystrosaurus
#> 1887 Lystrosaurus Assemblage Zone
#> 1888 Lystrosaurus Assemblage Zone
#> 1889 Lystrosaurus Assemblage Zone
#> 1890 Lystrosaurus Assemblage Zone
#> 1891 Cynognathus Assemblage Zone Subzone A
#> 1892 Cynognathus Assemblage Zone Subzone A
#> 1893 Lystrosaurus Assemblage Zone
#> 1894 Lystrosaurus Assemblage Zone
#> 1895 <NA>
#> 1896 <NA>
#> 1897 <NA>
#> 1898 Cistecephalus Assemblage
#> 1899 <NA>
#> 1900 Lystrosaurus Assemblage Zone
#> 1901 Lystrosaurus Assemblage Zone
#> 1902 Lystrosaurus Assemblage Zone
#> 1903 Lystrosaurus Assemblage Zone
#> 1904 Cynognathus Assemblage Zone Subzone A
#> 1905 Cynognathus Assemblage Zone Subzone A
#> 1906 Cynognathus Assemblage Zone Subzone A
#> 1907 Cynognathus Assemblage Zone Subzone A
#> 1908 Cynognathus Assemblage Zone Subzone A
#> 1909 Cynognathus Assemblage Zone Subzone A
#> 1910 Cynognathus Assemblage Zone Subzone A
#> 1911 Cynognathus Assemblage Zone Subzone A
#> 1912 Lystrosaurus Assemblage Zone
#> 1913 Cynognathus Assemblage Zone Subzone A
#> 1914 Cynognathus Assemblage Zone Subzone A
#> 1915 Lystrosaurus Assemblage Zone
#> 1916 Lystrosaurus Assemblage Zone
#> 1917 Lystrosaurus Assemblage Zone
#> 1918 Lystrosaurus Assemblage Zone
#> 1919 <NA>
#> 1920 <NA>
#> 1921 Proelginia permiana
#> 1922 Proelginia permiana
#> 1923 Proelginia permiana
#> 1924 Proelginia permiana
#> 1925 Cistecephalus Assemblage Zone
#> 1926 Cistecephalus Assemblage Zone
#> 1927 Cistecephalus Assemblage Zone
#> 1928 <NA>
#> 1929 <NA>
#> 1930 <NA>
#> 1931 <NA>
#> 1932 <NA>
#> 1933 <NA>
#> 1934 <NA>
#> 1935 <NA>
#> 1936 <NA>
#> 1937 <NA>
#> 1938 Lystrosaurus
#> 1939 <NA>
#> 1940 <NA>
#> 1941 <NA>
#> 1942 <NA>
#> 1943 <NA>
#> 1944 Subcolumbites
#> 1945 <NA>
#> 1946 <NA>
#> 1947 <NA>
#> 1948 <NA>
#> 1949 <NA>
#> 1950 <NA>
#> 1951 <NA>
#> 1952 <NA>
#> 1953 <NA>
#> 1954 <NA>
#> 1955 <NA>
#> 1956 <NA>
#> 1957 <NA>
#> 1958 <NA>
#> 1959 <NA>
#> 1960 <NA>
#> 1961 <NA>
#> 1962 <NA>
#> 1963 <NA>
#> 1964 <NA>
#> 1965 Cistecephalus
#> 1966 <NA>
#> 1967 Dicynodon Assemblage Zone
#> 1968 Dicynodon Assemblage Zone
#> 1969 Dicynodon
#> 1970 Dicynodon
#> 1971 Dicynodon
#> 1972 Dicynodon
#> 1973 Dicynodon Assemblage Zone
#> 1974 Daptocephalus Assemblage Zone
#> 1975 Dicynodon Assemblage
#> 1976 Dicynodon Assemblage
#> 1977 Dicynodon Assemblage
#> 1978 Dicynodon Assemblage
#> 1979 Dicynodon Assemblage
#> 1980 Dicynodon Assemblage
#> 1981 Dicynodon Assemblage
#> 1982 Dicynodon Assemblage
#> 1983 Dicynodon Assemblage Zone
#> 1984 Dicynodon or Daptocephalus Assemblage Zone
#> 1985 <NA>
#> 1986 <NA>
#> 1987 <NA>
#> 1988 <NA>
#> 1989 <NA>
#> 1990 <NA>
#> 1991 <NA>
#> 1992 <NA>
#> 1993 <NA>
#> 1994 Lystrosaurus
#> 1995 Cistecephalus Assemblage Zone
#> 1996 Cistecephalus Assemblage Zone
#> 1997 Tropidostoma Assemblage
#> 1998 Cistecephalus
#> 1999 <NA>
#> 2000 <NA>
#> 2001 Cistecephalus Assemblage Zone
#> 2002 <NA>
#> 2003 <NA>
#> 2004 <NA>
#> 2005 <NA>
#> 2006 <NA>
#> 2007 <NA>
#> 2008 <NA>
#> 2009 <NA>
#> 2010 <NA>
#> 2011 <NA>
#> 2012 <NA>
#> 2013 <NA>
#> 2014 <NA>
#> 2015 <NA>
#> 2016 <NA>
#> 2017 <NA>
#> 2018 <NA>
#> 2019 <NA>
#> 2020 Tapinocephalus Assemblage
#> 2021 Tapinocephalus Assemblage
#> 2022 <NA>
#> 2023 <NA>
#> 2024 <NA>
#> 2025 <NA>
#> 2026 <NA>
#> 2027 <NA>
#> 2028 <NA>
#> 2029 <NA>
#> 2030 <NA>
#> 2031 <NA>
#> 2032 <NA>
#> 2033 <NA>
#> 2034 <NA>
#> 2035 <NA>
#> 2036 Tropidostoma Assemblage Zone
#> 2037 Tropidostoma Assemblage Zone
#> 2038 <NA>
#> 2039 Tropidostoma Assemblage Zone
#> 2040 Tropidostoma Assemblage Zone
#> 2041 Tropidostoma Assemblage Zone
#> 2042 Tropidostoma Assemblage Zone
#> 2043 <NA>
#> 2044 <NA>
#> 2045 <NA>
#> 2046 Tropidostoma Assemblage Zone
#> 2047 Tropidostoma Assemblage Zone
#> 2048 Tropidostoma Assemblage Zone
#> 2049 Tropidostoma Assemblage Zone
#> 2050 Tropidostoma Assemblage Zone
#> 2051 Tropidostoma Assemblage Zone
#> 2052 Tropidostoma Assemblage Zone
#> 2053 Tropidostoma Assemblage Zone
#> 2054 Tropidostoma Assemblage Zone
#> 2055 Tropidostoma Assemblage Zone
#> 2056 Tropidostoma Assemblage Zone
#> 2057 Cistecephalus Assemblage Zone
#> 2058 Cistecephalus Assemblage Zone
#> 2059 Cistecephalus Assemblage Zone
#> 2060 Cistecephalus Assemblage Zone
#> 2061 Cistecephalus Assemblage Zone
#> 2062 Cistecephalus Assemblage Zone
#> 2063 Cistecephalus Assemblage Zone
#> 2064 Cistecephalus Assemblage Zone
#> 2065 Dicynodon Assemblage Zone
#> 2066 Dicynodon Assemblage Zone
#> 2067 Dicynodon Assemblage Zone
#> 2068 Dicynodon Assemblage Zone
#> 2069 Dicynodon Assemblage Zone
#> 2070 Dicynodon Assemblage Zone
#> 2071 Dicynodon Assemblage Zone
#> 2072 Dicynodon Assemblage Zone
#> 2073 Dicynodon Assemblage Zone
#> 2074 Dicynodon Assemblage Zone
#> 2075 Dicynodon Assemblage Zone
#> 2076 Dicynodon Assemblage Zone
#> 2077 Lystrosaurus Assemblage Zone
#> 2078 Lystrosaurus Assemblage Zone
#> 2079 Lystrosaurus Assemblage Zone
#> 2080 Lystrosaurus Assemblage Zone
#> 2081 Lystrosaurus Assemblage Zone
#> 2082 Cistecephalus Assemblage Zone
#> 2083 Cistecephalus Assemblage Zone
#> 2084 Cistecephalus Assemblage Zone
#> 2085 Cistecephalus Assemblage Zone
#> 2086 Cistecephalus Assemblage Zone
#> 2087 Cistecephalus Assemblage Zone
#> 2088 Cistecephalus Assemblage Zone
#> 2089 Cistecephalus Assemblage Zone
#> 2090 Cistecephalus Assemblage Zone
#> 2091 <NA>
#> 2092 <NA>
#> 2093 <NA>
#> 2094 Cistecephalus Assemblage Zone
#> 2095 Cistecephalus Assemblage Zone
#> 2096 Cistecephalus Assemblage Zone
#> 2097 Cistecephalus Assemblage Zone
#> 2098 Cistecephalus Assemblage Zone
#> 2099 Cistecephalus Assemblage Zone
#> 2100 Cistecephalus Assemblage Zone
#> 2101 Dicynodon Assemblage Zone
#> 2102 Dicynodon Assemblage Zone
#> 2103 Dicynodon Assemblage Zone
#> 2104 Dicynodon Assemblage Zone
#> 2105 Dicynodon Assemblage Zone
#> 2106 Dicynodon Assemblage Zone
#> 2107 Dicynodon Assemblage Zone
#> 2108 Dicynodon Assemblage Zone
#> 2109 Dicynodon Assemblage Zone
#> 2110 Scutosaurus karpinskii
#> 2111 Cistecephalus Assemblage Zone
#> 2112 Cistecephalus Assemblage Zone
#> 2113 Cistecephalus Assemblage Zone
#> 2114 Cistecephalus Assemblage Zone
#> 2115 Cistecephalus Assemblage Zone
#> 2116 Cistecephalus Assemblage Zone
#> 2117 Cistecephalus Assemblage Zone
#> 2118 Cistecephalus Assemblage Zone
#> 2119 Cistecephalus Assemblage Zone
#> 2120 Cistecephalus Assemblage Zone
#> 2121 Cistecephalus Assemblage Zone
#> 2122 Cistecephalus Assemblage Zone
#> 2123 Cistecephalus Assemblage Zone
#> 2124 Cistecephalus Assemblage Zone
#> 2125 Scutosaurus karpinskii
#> 2126 Scutosaurus karpinskii
#> 2127 Scutosaurus karpinskii
#> 2128 Scutosaurus karpinskii
#> 2129 Dicynodon Assemblage Zone
#> 2130 Dicynodon Assemblage Zone
#> 2131 Dicynodon Assemblage Zone
#> 2132 Dicynodon Assemblage Zone
#> 2133 Dicynodon Assemblage Zone
#> 2134 Dicynodon Assemblage Zone
#> 2135 Dicynodon Assemblage Zone
#> 2136 Dicynodon Assemblage Zone
#> 2137 Dicynodon Assemblage Zone
#> 2138 Dicynodon Assemblage Zone
#> 2139 <NA>
#> 2140 <NA>
#> 2141 <NA>
#> 2142 <NA>
#> 2143 Cistecephalus Assemblage Zone
#> 2144 Cistecephalus Assemblage Zone
#> 2145 Cistecephalus Assemblage Zone
#> 2146 Cistecephalus Assemblage Zone
#> 2147 Cistecephalus Assemblage Zone
#> 2148 Cistecephalus Assemblage Zone
#> 2149 Cistecephalus Assemblage Zone
#> 2150 Cistecephalus Assemblage Zone
#> 2151 Cistecephalus Assemblage Zone
#> 2152 Cistecephalus Assemblage Zone
#> 2153 Cistecephalus Assemblage Zone
#> 2154 Cistecephalus Assemblage Zone
#> 2155 Dicynodon Assemblage Zone
#> 2156 Dicynodon Assemblage Zone
#> 2157 Dicynodon Assemblage Zone
#> 2158 Dicynodon Assemblage Zone
#> 2159 Cistecephalus Assemblage Zone
#> 2160 Cistecephalus Assemblage Zone
#> 2161 Cistecephalus Assemblage Zone
#> 2162 Cistecephalus Assemblage Zone
#> 2163 Cistecephalus Assemblage Zone
#> 2164 Cistecephalus Assemblage Zone
#> 2165 Dicynodon Assemblage Zone
#> 2166 Dicynodon Assemblage Zone
#> 2167 Dicynodon Assemblage Zone
#> 2168 Dicynodon Assemblage Zone
#> 2169 Cistecephalus Assemblage Zone
#> 2170 Cistecephalus Assemblage Zone
#> 2171 Cistecephalus Assemblage Zone
#> 2172 Cistecephalus Assemblage Zone
#> 2173 Cistecephalus Assemblage Zone
#> 2174 Cistecephalus Assemblage Zone
#> 2175 Cistecephalus Assemblage Zone
#> 2176 Cistecephalus Assemblage Zone
#> 2177 Cistecephalus Assemblage Zone
#> 2178 Cistecephalus Assemblage Zone
#> 2179 Dicynodon Assemblage Zone
#> 2180 Dicynodon Assemblage Zone
#> 2181 Dicynodon Assemblage Zone
#> 2182 Dicynodon Assemblage Zone
#> 2183 Dicynodon Assemblage Zone
#> 2184 Dicynodon Assemblage Zone
#> 2185 Dicynodon Assemblage Zone
#> 2186 Tapinocephalus Assemblage Zone
#> 2187 Tapinocephalus Assemblage Zone
#> 2188 Tapinocephalus Assemblage Zone
#> 2189 Tapinocephalus Assemblage Zone
#> 2190 Tapinocephalus Assemblage Zone
#> 2191 Cistecephalus and Dicynodon Assemblage Zones
#> 2192 Cistecephalus and Dicynodon Assemblage Zones
#> 2193 Cistecephalus and Dicynodon Assemblage Zones
#> 2194 Cistecephalus and Dicynodon Assemblage Zones
#> 2195 <NA>
#> 2196 <NA>
#> 2197 <NA>
#> 2198 <NA>
#> 2199 <NA>
#> 2200 <NA>
#> 2201 <NA>
#> 2202 <NA>
#> 2203 <NA>
#> 2204 <NA>
#> 2205 <NA>
#> 2206 <NA>
#> 2207 <NA>
#> 2208 <NA>
#> 2209 <NA>
#> 2210 Cistecephalus and Dicynodon Assemblage Zones
#> 2211 <NA>
#> 2212 <NA>
#> 2213 Cistecephalus Assemblage Zone
#> 2214 Cistecephalus Assemblage Zone
#> 2215 Cistecephalus Assemblage Zone
#> 2216 Cistecephalus Assemblage Zone
#> 2217 Dicynodon Assemblage Zone
#> 2218 Dicynodon Assemblage Zone
#> 2219 Dicynodon Assemblage Zone
#> 2220 <NA>
#> 2221 <NA>
#> 2222 <NA>
#> 2223 <NA>
#> 2224 Tropidostoma and Cistecephalus Assemblage Zone
#> 2225 Tropidostoma and Cistecephalus Assemblage Zone
#> 2226 Tropidostoma and Cistecephalus Assemblage Zone
#> 2227 Tropidostoma and Cistecephalus Assemblage Zone
#> 2228 Tropidostoma and Cistecephalus Assemblage Zone
#> 2229 Tropidostoma and Cistecephalus Assemblage Zone
#> 2230 Tropidostoma and Cistecephalus Assemblage Zone
#> 2231 Tropidostoma and Cistecephalus Assemblage Zone
#> 2232 Tropidostoma and Cistecephalus Assemblage Zone
#> 2233 Tropidostoma and Cistecephalus Assemblage Zone
#> 2234 Tropidostoma and Cistecephalus Assemblage Zone
#> 2235 Tropidostoma and Cistecephalus Assemblage Zone
#> 2236 Tropidostoma and Cistecephalus Assemblage Zone
#> 2237 Tropidostoma and Cistecephalus Assemblage Zone
#> 2238 Tropidostoma and Cistecephalus Assemblage Zone
#> 2239 Tropidostoma and Cistecephalus Assemblage Zone
#> 2240 Tropidostoma and Cistecephalus Assemblage Zone
#> 2241 Tropidostoma and Cistecephalus Assemblage Zone
#> 2242 Dicynodon Assemblage Zone
#> 2243 Cistecephalus Assemblage Zone
#> 2244 Cistecephalus Assemblage Zone
#> 2245 Cistecephalus Assemblage Zone
#> 2246 Dicynodon Assemblage Zone
#> 2247 Dicynodon Assemblage Zone
#> 2248 Dicynodon Assemblage Zone
#> 2249 Cistecephalus Assemblage Zone
#> 2250 Cistecephalus Assemblage
#> 2251 Tapinocephalus Assemblage Zone
#> 2252 Tapinocephalus Assemblage Zone
#> 2253 Tapinocephalus Assemblage Zone
#> 2254 Tapinocephalus Assemblage Zone
#> 2255 Tapinocephalus Assemblage Zone
#> 2256 Dicynodon Assemblage Zone
#> 2257 <NA>
#> 2258 <NA>
#> 2259 <NA>
#> 2260 <NA>
#> 2261 <NA>
#> 2262 <NA>
#> 2263 <NA>
#> 2264 <NA>
#> 2265 <NA>
#> 2266 <NA>
#> 2267 <NA>
#> 2268 <NA>
#> 2269 <NA>
#> 2270 <NA>
#> 2271 <NA>
#> 2272 Dicynodon Assemblage Zone
#> 2273 Dicynodon Assemblage Zone
#> 2274 Dicynodon Assemblage Zone
#> 2275 Dicynodon Assemblage Zone
#> 2276 Dicynodon Assemblage Zone
#> 2277 Dicynodon Assemblage Zone
#> 2278 Dicynodon Assemblage Zone
#> 2279 Dicynodon Assemblage Zone
#> 2280 Dicynodon Assemblage Zone
#> 2281 Dicynodon Assemblage Zone
#> 2282 <NA>
#> 2283 <NA>
#> 2284 Dicynodon Assemblage Zone
#> 2285 Dicynodon Assemblage Zone
#> 2286 Dicynodon Assemblage Zone
#> 2287 Dicynodon Assemblage Zone
#> 2288 Dicynodon Assemblage Zone
#> 2289 Dicynodon Assemblage Zone
#> 2290 Dicynodon Assemblage Zone
#> 2291 Dicynodon Assemblage Zone
#> 2292 Dicynodon Assemblage Zone
#> 2293 Dicynodon Assemblage Zone
#> 2294 <NA>
#> 2295 <NA>
#> 2296 <NA>
#> 2297 <NA>
#> 2298 <NA>
#> 2299 <NA>
#> 2300 <NA>
#> 2301 <NA>
#> 2302 <NA>
#> 2303 <NA>
#> 2304 <NA>
#> 2305 <NA>
#> 2306 <NA>
#> 2307 <NA>
#> 2308 <NA>
#> 2309 <NA>
#> 2310 <NA>
#> 2311 <NA>
#> 2312 <NA>
#> 2313 <NA>
#> 2314 <NA>
#> 2315 <NA>
#> 2316 <NA>
#> 2317 <NA>
#> 2318 <NA>
#> 2319 <NA>
#> 2320 <NA>
#> 2321 <NA>
#> 2322 <NA>
#> 2323 <NA>
#> 2324 <NA>
#> 2325 <NA>
#> 2326 <NA>
#> 2327 <NA>
#> 2328 <NA>
#> 2329 <NA>
#> 2330 Tapinocephalus Assemblage
#> 2331 Tapinocephalus Assemblage
#> 2332 Tapinocephalus Assemblage
#> 2333 Tapinocephalus Assemblage
#> 2334 Tapinocephalus Assemblage
#> 2335 Pristerognathus Assemblage
#> 2336 Pristerognathus Assemblage
#> 2337 Pristerognathus Assemblage
#> 2338 Pristerognathus Assemblage
#> 2339 Pristerognathus Assemblage
#> 2340 Pristerognathus Assemblage
#> 2341 Pristerognathus Assemblage
#> 2342 Pristerognathus Assemblage
#> 2343 Pristerognathus Assemblage
#> 2344 Pristerognathus Assemblage
#> 2345 Pristerognathus Assemblage
#> 2346 Tapinocephalus Assemblage
#> 2347 Tapinocephalus Assemblage Zone
#> 2348 Tapinocephalus
#> 2349 Tapinocephalus Assemblage
#> 2350 Tapinocephalus Assemblage
#> 2351 Tapinocephalus Assemblage
#> 2352 Tapinocephalus Assemblage
#> 2353 Tropidostoma Assemblage
#> 2354 Tropidostoma Assemblage
#> 2355 Dicynodon Assemblage
#> 2356 <NA>
#> 2357 <NA>
#> 2358 Dicynodon Assemblage Zone
#> 2359 <NA>
#> 2360 <NA>
#> 2361 <NA>
#> 2362 <NA>
#> 2363 <NA>
#> 2364 <NA>
#> 2365 <NA>
#> 2366 <NA>
#> 2367 Cistecephalus Assemblage
#> 2368 Cistecephalus Assemblage
#> 2369 Cistecephalus Assemblage
#> 2370 Cistecephalus Assemblage
#> 2371 Cistecephalus Assemblage
#> 2372 Cistecephalus Assemblage
#> 2373 Cistecephalus Assemblage
#> 2374 Cistecephalus Assemblage
#> 2375 Cistecephalus Assemblage
#> 2376 Cistecephalus Assemblage
#> 2377 Cistecephalus Assemblage
#> 2378 Cistecephalus Assemblage
#> 2379 Cistecephalus Assemblage
#> 2380 Estemmenosuchus uralensis
#> 2381 Estemmenosuchus uralensis
#> 2382 Estemmenosuchus uralensis
#> 2383 Cistecephalus Assemblage
#> 2384 Cistecephalus Assemblage Zone
#> 2385 Cistecephalus Assemblage
#> 2386 Cistecephalus Assemblage Zone
#> 2387 Cistecephalus Assemblage Zone
#> 2388 Dicynodon Assemblage Zone
#> 2389 Cistecephalus Assemblage Zone
#> 2390 Tapinocephalus Assemblage
#> 2391 Tapinocephalus Assemblage
#> 2392 Tapinocephalus Assemblage Zone
#> 2393 Tapinocephalus Assemblage Zone
#> 2394 Cistecephalus Assemblage Zone
#> 2395 Eodicynodon Assemblage
#> 2396 Dicynodon Assemblage
#> 2397 Dicynodon Assemblage
#> 2398 Dicynodon Assemblage
#> 2399 Eodicynodon
#> 2400 Dicynodon Assemblage Zone
#> 2401 Dicynodon Assemblage Zone
#> 2402 Dicynodon Assemblage Zone
#> 2403 Dicynodon Assemblage Zone
#> 2404 Cistecephalus Assemblage Zone
#> 2405 Cistecephalus Assemblage Zone
#> 2406 Cistecephalus Assemblage Zone
#> 2407 Cistecephalus Assemblage Zone
#> 2408 Cistecephalus Assemblage Zone
#> 2409 Dicynodon Assemblage Zone
#> 2410 Dicynodon Assemblage Zone
#> 2411 Dicynodon Assemblage Zone
#> 2412 Dicynodon Assemblage Zone
#> 2413 Dicynodon Assemblage Zone
#> 2414 Dicynodon Assemblage Zone
#> 2415 Dicynodon Assemblage Zone
#> 2416 Dicynodon Assemblage Zone
#> 2417 Dicynodon Assemblage Zone
#> 2418 Tapinocephalus Assemblage Zone
#> 2419 Tapinocephalus Assemblage Zone
#> 2420 Dicynodon Assemblage Zone
#> 2421 Dicynodon Assemblage Zone
#> 2422 Dicynodon Assemblage Zone
#> 2423 Dicynodon Assemblage Zone
#> 2424 Dicynodon Assemblage Zone
#> 2425 Dicynodon Assemblage Zone
#> 2426 Dicynodon Assemblage Zone
#> 2427 Dicynodon Assemblage Zone
#> 2428 Cistecephalus Assemblage Zone
#> 2429 Cistecephalus Assemblage Zone
#> 2430 Cistecephalus Assemblage Zone
#> 2431 Cistecephalus Assemblage Zone
#> 2432 Cistecephalus Assemblage Zone
#> 2433 Cistecephalus Assemblage Zone
#> 2434 Cistecephalus Assemblage Zone
#> 2435 Cistecephalus Assemblage Zone
#> 2436 Cistecephalus Assemblage Zone
#> 2437 Tapinocephalus Assemblage
#> 2438 Eodicynodon or Tapinocephalus Assemblage Zone
#> 2439 Tapinocephalus Assemblage Zone
#> 2440 Tapinocephalus
#> 2441 Tapinocephalus Assemblage
#> 2442 Tapinocephalus Assemblage Zone
#> 2443 Tapinocephalus Assemblage Zone
#> 2444 Tapinocephalus Assemblage Zone
#> 2445 Tapinocephalus Assemblage Zone
#> 2446 Cistecephalus Assemblage Zone
#> 2447 Cistecephalus Assemblage Zone
#> 2448 Cistecephalus Assemblage Zone
#> 2449 Cistecephalus Assemblage Zone
#> 2450 Cistecephalus Assemblage Zone
#> 2451 Cistecephalus Assemblage Zone
#> 2452 Cistecephalus Assemblage Zone
#> 2453 Cistecephalus Assemblage Zone
#> 2454 <NA>
#> 2455 <NA>
#> 2456 <NA>
#> 2457 <NA>
#> 2458 <NA>
#> 2459 <NA>
#> 2460 <NA>
#> 2461 <NA>
#> 2462 Cistecephalus Assemblage Zone
#> 2463 <NA>
#> 2464 <NA>
#> 2465 <NA>
#> 2466 <NA>
#> 2467 <NA>
#> 2468 <NA>
#> 2469 <NA>
#> 2470 Cistecephalus Assemblage Zone
#> 2471 Cistecephalus Assemblage Zone
#> 2472 Cistecephalus Assemblage Zone
#> 2473 Lystrosaurus Assemblage Zone
#> 2474 Lystrosaurus Assemblage Zone
#> 2475 Lystrosaurus Assemblage Zone
#> 2476 Lystrosaurus Assemblage Zone
#> 2477 Cistecephalus Assemblage Zone
#> 2478 Cistecephalus Assemblage Zone
#> 2479 Cistecephalus Assemblage Zone
#> 2480 Cistecephalus Assemblage Zone
#> 2481 Dicynodon Assemblage Zone
#> 2482 <NA>
#> 2483 <NA>
#> 2484 <NA>
#> 2485 <NA>
#> 2486 <NA>
#> 2487 <NA>
#> 2488 <NA>
#> 2489 <NA>
#> 2490 <NA>
#> 2491 <NA>
#> 2492 <NA>
#> 2493 <NA>
#> 2494 Dicynodon Assemblage Zone
#> 2495 Dicynodon Assemblage Zone
#> 2496 <NA>
#> 2497 Tapinocephalus
#> 2498 Tapinocephalus
#> 2499 Dicynodon Assemblage
#> 2500 Dicynodon Assemblage
#> 2501 Dicynodon Assemblage
#> 2502 Dicynodon Assemblage
#> 2503 <NA>
#> 2504 Dicynodon Assemblage
#> 2505 Dicynodon Assemblage
#> 2506 Dicynodon Assemblage
#> 2507 Dicynodon Assemblage
#> 2508 Dicynodon Assemblage
#> 2509 Dicynodon Assemblage
#> 2510 Cistecephalus Assemblage
#> 2511 Tropidostoma and Cistecephalus Assemblage Zone
#> 2512 Tropidostoma and Cistecephalus Assemblage Zone
#> 2513 Tropidostoma and Cistecephalus Assemblage Zone
#> 2514 Tropidostoma and Cistecephalus Assemblage Zone
#> 2515 Tropidostoma and Cistecephalus Assemblage Zone
#> 2516 Cistecephalus Assemblage Zone
#> 2517 Dicynodon Assemblage Zone
#> 2518 Dicynodon Assemblage Zone
#> 2519 Dicynodon Assemblage Zone
#> 2520 Dicynodon Assemblage Zone
#> 2521 Dicynodon Assemblage Zone
#> 2522 Dicynodon Assemblage Zone
#> 2523 Dicynodon Assemblage Zone
#> 2524 Dicynodon Assemblage Zone
#> 2525 Tropidostoma Assemblage
#> 2526 Tropidostoma Assemblage
#> 2527 Tropidostoma Assemblage
#> 2528 Tropidostoma Assemblage
#> 2529 Tropidostoma Assemblage
#> 2530 Tropidostoma Assemblage
#> 2531 Tropidostoma Assemblage
#> 2532 Tropidostoma Assemblage
#> 2533 Tropidostoma Assemblage
#> 2534 Tropidostoma Assemblage
#> 2535 Tropidostoma Assemblage
#> 2536 Tropidostoma Assemblage
#> 2537 Tropidostoma Assemblage
#> 2538 Tropidostoma Assemblage
#> 2539 Tropidostoma Assemblage
#> 2540 Tropidostoma Assemblage
#> 2541 Tropidostoma Assemblage
#> 2542 Tropidostoma Assemblage
#> 2543 Tropidostoma Assemblage
#> 2544 Dicynodon Assemblage Zone
#> 2545 Tapinocephalus Assemblage Zone
#> 2546 Tropidostoma and Cistecephalus Assemblage Zone
#> 2547 Tropidostoma and Cistecephalus Assemblage Zone
#> 2548 <NA>
#> 2549 Cistecephalus Assemblage Zone
#> 2550 Cistecephalus Assemblage Zone
#> 2551 Cistecephalus Assemblage Zone
#> 2552 Tapinocephalus or Pristerognathus Assemblage
#> 2553 Tapinocephalus or Pristerognathus Assemblage
#> 2554 Tapinocephalus or Pristerognathus Assemblage
#> 2555 Tapinocephalus or Pristerognathus Assemblage
#> 2556 Tapinocephalus or Pristerognathus Assemblage
#> 2557 Tapinocephalus or Pristerognathus Assemblage
#> 2558 Tapinocephalus or Pristerognathus Assemblage
#> 2559 Tapinocephalus or Pristerognathus Assemblage
#> 2560 Tapinocephalus or Pristerognathus Assemblage
#> 2561 Tapinocephalus or Pristerognathus Assemblage
#> 2562 Tapinocephalus or Pristerognathus Assemblage
#> 2563 Cistecephalus Assemblage Zone
#> 2564 Cistecephalus Assemblage Zone
#> 2565 <NA>
#> 2566 <NA>
#> 2567 <NA>
#> 2568 <NA>
#> 2569 <NA>
#> 2570 <NA>
#> 2571 <NA>
#> 2572 <NA>
#> 2573 <NA>
#> 2574 <NA>
#> 2575 <NA>
#> 2576 <NA>
#> 2577 <NA>
#> 2578 <NA>
#> 2579 Cistecephalus Assemblage Zone
#> 2580 Cistecephalus Assemblage Zone
#> 2581 Cistecephalus Assemblage Zone
#> 2582 Dicynodon Assemblage Zone
#> 2583 Dicynodon Assemblage Zone
#> 2584 Dicynodon Assemblage Zone
#> 2585 Dicynodon Assemblage Zone
#> 2586 Cistecephalus Assemblage Zone
#> 2587 Cistecephalus Assemblage Zone
#> 2588 Cistecephalus Assemblage Zone
#> 2589 <NA>
#> 2590 <NA>
#> 2591 <NA>
#> 2592 <NA>
#> 2593 <NA>
#> 2594 <NA>
#> 2595 <NA>
#> 2596 <NA>
#> 2597 <NA>
#> 2598 <NA>
#> 2599 <NA>
#> 2600 <NA>
#> 2601 <NA>
#> 2602 <NA>
#> 2603 <NA>
#> 2604 <NA>
#> 2605 <NA>
#> 2606 <NA>
#> 2607 <NA>
#> 2608 <NA>
#> 2609 <NA>
#> 2610 <NA>
#> 2611 <NA>
#> 2612 <NA>
#> 2613 <NA>
#> 2614 <NA>
#> 2615 <NA>
#> 2616 <NA>
#> 2617 <NA>
#> 2618 <NA>
#> 2619 <NA>
#> 2620 Dicynodon Assemblage Zones
#> 2621 Dicynodon Assemblage Zones
#> 2622 <NA>
#> 2623 <NA>
#> 2624 <NA>
#> 2625 <NA>
#> 2626 <NA>
#> 2627 <NA>
#> 2628 <NA>
#> 2629 <NA>
#> 2630 <NA>
#> 2631 <NA>
#> 2632 <NA>
#> 2633 <NA>
#> 2634 <NA>
#> 2635 <NA>
#> 2636 <NA>
#> 2637 <NA>
#> 2638 <NA>
#> 2639 <NA>
#> 2640 Dicynodon Assemblage Zone
#> 2641 Dicynodon Assemblage Zone
#> 2642 Dicynodon Assemblage Zone
#> 2643 Dicynodon Assemblage Zone
#> 2644 Cistecephalus Assemblage Zone
#> 2645 <NA>
#> 2646 <NA>
#> 2647 <NA>
#> 2648 <NA>
#> 2649 <NA>
#> 2650 <NA>
#> 2651 <NA>
#> 2652 <NA>
#> 2653 <NA>
#> 2654 <NA>
#> 2655 <NA>
#> 2656 <NA>
#> 2657 <NA>
#> 2658 <NA>
#> 2659 <NA>
#> 2660 <NA>
#> 2661 <NA>
#> 2662 <NA>
#> 2663 <NA>
#> 2664 <NA>
#> 2665 Lystrosaurus Assemblage Zone
#> 2666 Dicynodon Assemblage Zone
#> 2667 Dicynodon Assemblage Zone
#> 2668 Dicynodon Assemblage Zone
#> 2669 <NA>
#> 2670 <NA>
#> 2671 <NA>
#> 2672 <NA>
#> 2673 <NA>
#> 2674 <NA>
#> 2675 <NA>
#> 2676 <NA>
#> 2677 <NA>
#> 2678 <NA>
#> 2679 <NA>
#> 2680 <NA>
#> 2681 <NA>
#> 2682 <NA>
#> 2683 <NA>
#> 2684 <NA>
#> 2685 <NA>
#> 2686 <NA>
#> 2687 <NA>
#> 2688 <NA>
#> 2689 <NA>
#> 2690 <NA>
#> 2691 <NA>
#> 2692 <NA>
#> 2693 <NA>
#> 2694 <NA>
#> 2695 <NA>
#> 2696 <NA>
#> 2697 <NA>
#> 2698 <NA>
#> 2699 <NA>
#> 2700 <NA>
#> 2701 <NA>
#> 2702 <NA>
#> 2703 Dicynodon Assemblage Zone
#> 2704 Dicynodon Assemblage Zone
#> 2705 Lystrosaurus Assemblage Zone
#> 2706 Lystrosaurus Assemblage Zone
#> 2707 Lystrosaurus Assemblage Zone
#> 2708 Cistecephalus Assemblage Zone
#> 2709 Cistecephalus Assemblage Zone
#> 2710 Cistecephalus Assemblage Zone
#> 2711 Cistecephalus Assemblage Zone
#> 2712 Cistecephalus Assemblage Zone
#> 2713 Cistecephalus Assemblage Zone
#> 2714 Cistecephalus Assemblage Zone
#> 2715 Cistecephalus Assemblage Zone
#> 2716 Cistecephalus Assemblage Zone
#> 2717 Cistecephalus Assemblage Zone
#> 2718 <NA>
#> 2719 Dicynodon Assemblage Zone
#> 2720 Dicynodon Assemblage Zone
#> 2721 Dicynodon Assemblage Zone
#> 2722 Dicynodon Assemblage Zone
#> 2723 Dicynodon Assemblage Zone
#> 2724 Dicynodon Assemblage Zone
#> 2725 Dicynodon Assemblage Zone
#> 2726 Dicynodon Assemblage Zone
#> 2727 Dicynodon Assemblage Zone
#> 2728 Cistecephalus Assemblage Zone
#> 2729 Cistecephalus Assemblage Zone
#> 2730 Tapinocephalus Assemblage Zone
#> 2731 Tapinocephalus Assemblage Zone
#> 2732 Tapinocephalus Assemblage Zone
#> 2733 Tapinocephalus Assemblage Zone
#> 2734 Tapinocephalus Assemblage Zone
#> 2735 Tapinocephalus Assemblage Zone
#> 2736 Cistecephalus Assemblage
#> 2737 Lystrosaurus Assemblage Zone
#> 2738 Dicynodon Assemblage Zone
#> 2739 Dicynodon Assemblage Zone
#> 2740 Dicynodon Assemblage Zone
#> 2741 Dicynodon Assemblage Zone
#> 2742 Dicynodon Assemblage Zone
#> 2743 Dicynodon
#> 2744 Dicynodon
#> 2745 Dicynodon
#> 2746 Dicynodon
#> 2747 Lystrosaurus Asssemblage Zone
#> 2748 Lystrosaurus Asssemblage Zone
#> 2749 Lystrosaurus Asssemblage Zone
#> 2750 Lystrosaurus Asssemblage Zone
#> 2751 Lystrosaurus Asssemblage Zone
#> 2752 Cistecephalus Assemblage Zone
#> 2753 Cistecephalus Assemblage Zone
#> 2754 Cistecephalus Assemblage Zone
#> 2755 Cistecephalus Assemblage Zone
#> 2756 Cistecephalus Assemblage Zone
#> 2757 <NA>
#> 2758 Cistecephalus and Dicynodon Assemblage Zones
#> 2759 Cistecephalus Assemblage Zone
#> 2760 Cistecephalus Assemblage Zone
#> 2761 Cistecephalus Assemblage Zone
#> 2762 Cistecephalus Assemblage Zone
#> 2763 Cistecephalus Assemblage Zone
#> 2764 Cistecephalus Assemblage Zone
#> 2765 Tropidostoma Assemblage Zone
#> 2766 Tropidostoma Assemblage Zone
#> 2767 Tropidostoma Assemblage Zone
#> 2768 Tropidostoma Assemblage Zone
#> 2769 Tropidostoma Assemblage Zone
#> 2770 Cistecephalus and Dicynodon Assemblage Zones
#> 2771 Cistecephalus Assemblage
#> 2772 Cistecephalus Assemblage
#> 2773 Cistecephalus Assemblage Zone
#> 2774 Cistecephalus Assemblage Zone
#> 2775 Cistecephalus Assemblage Zone
#> 2776 Cistecephalus Assemblage Zone
#> 2777 Tapinocephalus Assemblage Zone
#> lithology1 environment
#> 1 siltstone dry floodplain
#> 2 sandstone "floodplain"
#> 3 mudstone fluvial indet.
#> 4 conglomerate terrestrial indet.
#> 5 not reported terrestrial indet.
#> 6 not reported terrestrial indet.
#> 7 not reported fluvial indet.
#> 8 claystone terrestrial indet.
#> 9 claystone terrestrial indet.
#> 10 claystone terrestrial indet.
#> 11 claystone terrestrial indet.
#> 12 claystone terrestrial indet.
#> 13 claystone terrestrial indet.
#> 14 claystone terrestrial indet.
#> 15 claystone terrestrial indet.
#> 16 claystone terrestrial indet.
#> 17 not reported marine indet.
#> 18 not reported terrestrial indet.
#> 19 sandstone "channel"
#> 20 sandstone "channel"
#> 21 sandstone "channel"
#> 22 sandstone "channel"
#> 23 sandstone "channel"
#> 24 sandstone "channel"
#> 25 mudstone coarse channel fill
#> 26 mudstone coarse channel fill
#> 27 mudstone coarse channel fill
#> 28 mudstone coarse channel fill
#> 29 mudstone coarse channel fill
#> 30 mudstone coarse channel fill
#> 31 mudstone "channel"
#> 32 mudstone "channel"
#> 33 mudstone "channel"
#> 34 not reported terrestrial indet.
#> 35 not reported terrestrial indet.
#> 36 not reported terrestrial indet.
#> 37 not reported terrestrial indet.
#> 38 not reported terrestrial indet.
#> 39 <NA> terrestrial indet.
#> 40 <NA> terrestrial indet.
#> 41 <NA> terrestrial indet.
#> 42 <NA> terrestrial indet.
#> 43 <NA> terrestrial indet.
#> 44 <NA> terrestrial indet.
#> 45 "shale" spring
#> 46 "shale" spring
#> 47 "shale" spring
#> 48 "shale" spring
#> 49 siltstone terrestrial indet.
#> 50 siltstone terrestrial indet.
#> 51 siltstone terrestrial indet.
#> 52 siltstone terrestrial indet.
#> 53 claystone terrestrial indet.
#> 54 claystone terrestrial indet.
#> 55 siltstone "channel"
#> 56 siltstone "channel"
#> 57 siltstone "channel"
#> 58 sandstone crevasse splay
#> 59 siltstone fluvial indet.
#> 60 not reported terrestrial indet.
#> 61 not reported terrestrial indet.
#> 62 not reported terrestrial indet.
#> 63 not reported terrestrial indet.
#> 64 not reported terrestrial indet.
#> 65 sandstone "floodplain"
#> 66 "siliciclastic" terrestrial indet.
#> 67 not reported terrestrial indet.
#> 68 "shale" terrestrial indet.
#> 69 "shale" terrestrial indet.
#> 70 mudstone "floodplain"
#> 71 sandstone fluvial indet.
#> 72 sandstone fluvial indet.
#> 73 not reported terrestrial indet.
#> 74 mudstone deltaic indet.
#> 75 mudstone deltaic indet.
#> 76 siltstone deltaic indet.
#> 77 "shale" "floodplain"
#> 78 "shale" "floodplain"
#> 79 sandstone deltaic indet.
#> 80 sandstone deltaic indet.
#> 81 sandstone deltaic indet.
#> 82 sandstone deltaic indet.
#> 83 siltstone deltaic indet.
#> 84 "shale" "floodplain"
#> 85 sandstone deltaic indet.
#> 86 "shale" deltaic indet.
#> 87 "shale" deltaic indet.
#> 88 sandstone deltaic indet.
#> 89 sandstone deltaic indet.
#> 90 sandstone deltaic indet.
#> 91 sandstone deltaic indet.
#> 92 sandstone deltaic indet.
#> 93 "shale" "channel"
#> 94 mudstone deltaic indet.
#> 95 sandstone "channel"
#> 96 sandstone "channel"
#> 97 sandstone "channel"
#> 98 conglomerate deltaic indet.
#> 99 conglomerate deltaic indet.
#> 100 mudstone deltaic indet.
#> 101 conglomerate deltaic indet.
#> 102 sandstone deltaic indet.
#> 103 sandstone terrestrial indet.
#> 104 sandstone terrestrial indet.
#> 105 conglomerate "channel"
#> 106 conglomerate "channel"
#> 107 sandstone fluvial indet.
#> 108 sandstone fluvial indet.
#> 109 not reported terrestrial indet.
#> 110 not reported terrestrial indet.
#> 111 "shale" fluvial indet.
#> 112 "shale" fluvial indet.
#> 113 "shale" fluvial indet.
#> 114 "shale" fluvial indet.
#> 115 mudstone terrestrial indet.
#> 116 mudstone terrestrial indet.
#> 117 sandstone mire/swamp
#> 118 claystone terrestrial indet.
#> 119 claystone terrestrial indet.
#> 120 claystone terrestrial indet.
#> 121 claystone terrestrial indet.
#> 122 claystone terrestrial indet.
#> 123 claystone terrestrial indet.
#> 124 claystone terrestrial indet.
#> 125 claystone terrestrial indet.
#> 126 claystone terrestrial indet.
#> 127 claystone terrestrial indet.
#> 128 claystone terrestrial indet.
#> 129 claystone terrestrial indet.
#> 130 claystone terrestrial indet.
#> 131 claystone terrestrial indet.
#> 132 claystone terrestrial indet.
#> 133 claystone terrestrial indet.
#> 134 claystone terrestrial indet.
#> 135 claystone terrestrial indet.
#> 136 claystone terrestrial indet.
#> 137 "shale" terrestrial indet.
#> 138 "shale" terrestrial indet.
#> 139 "shale" terrestrial indet.
#> 140 "shale" terrestrial indet.
#> 141 "shale" terrestrial indet.
#> 142 "shale" terrestrial indet.
#> 143 "shale" terrestrial indet.
#> 144 "shale" terrestrial indet.
#> 145 "shale" terrestrial indet.
#> 146 "shale" terrestrial indet.
#> 147 "shale" terrestrial indet.
#> 148 "shale" terrestrial indet.
#> 149 "shale" terrestrial indet.
#> 150 "shale" terrestrial indet.
#> 151 "shale" terrestrial indet.
#> 152 "shale" terrestrial indet.
#> 153 "shale" terrestrial indet.
#> 154 "shale" terrestrial indet.
#> 155 "shale" terrestrial indet.
#> 156 "shale" terrestrial indet.
#> 157 "shale" terrestrial indet.
#> 158 claystone terrestrial indet.
#> 159 claystone terrestrial indet.
#> 160 "shale" terrestrial indet.
#> 161 "shale" terrestrial indet.
#> 162 "shale" terrestrial indet.
#> 163 "shale" terrestrial indet.
#> 164 "shale" terrestrial indet.
#> 165 "shale" terrestrial indet.
#> 166 "shale" terrestrial indet.
#> 167 "shale" terrestrial indet.
#> 168 claystone terrestrial indet.
#> 169 claystone terrestrial indet.
#> 170 claystone terrestrial indet.
#> 171 claystone terrestrial indet.
#> 172 claystone terrestrial indet.
#> 173 claystone terrestrial indet.
#> 174 claystone terrestrial indet.
#> 175 claystone terrestrial indet.
#> 176 claystone terrestrial indet.
#> 177 claystone terrestrial indet.
#> 178 claystone terrestrial indet.
#> 179 claystone terrestrial indet.
#> 180 claystone terrestrial indet.
#> 181 claystone terrestrial indet.
#> 182 claystone terrestrial indet.
#> 183 claystone terrestrial indet.
#> 184 claystone terrestrial indet.
#> 185 claystone terrestrial indet.
#> 186 claystone terrestrial indet.
#> 187 claystone terrestrial indet.
#> 188 claystone terrestrial indet.
#> 189 claystone terrestrial indet.
#> 190 claystone terrestrial indet.
#> 191 claystone terrestrial indet.
#> 192 claystone terrestrial indet.
#> 193 claystone terrestrial indet.
#> 194 claystone terrestrial indet.
#> 195 claystone terrestrial indet.
#> 196 claystone terrestrial indet.
#> 197 claystone terrestrial indet.
#> 198 claystone terrestrial indet.
#> 199 claystone terrestrial indet.
#> 200 claystone terrestrial indet.
#> 201 claystone terrestrial indet.
#> 202 claystone terrestrial indet.
#> 203 claystone terrestrial indet.
#> 204 claystone terrestrial indet.
#> 205 claystone terrestrial indet.
#> 206 claystone terrestrial indet.
#> 207 claystone terrestrial indet.
#> 208 claystone terrestrial indet.
#> 209 claystone terrestrial indet.
#> 210 claystone terrestrial indet.
#> 211 claystone terrestrial indet.
#> 212 claystone terrestrial indet.
#> 213 claystone terrestrial indet.
#> 214 "limestone" terrestrial indet.
#> 215 "limestone" terrestrial indet.
#> 216 "limestone" terrestrial indet.
#> 217 "limestone" terrestrial indet.
#> 218 "limestone" terrestrial indet.
#> 219 "limestone" terrestrial indet.
#> 220 "limestone" terrestrial indet.
#> 221 "limestone" terrestrial indet.
#> 222 "limestone" terrestrial indet.
#> 223 "limestone" terrestrial indet.
#> 224 "limestone" terrestrial indet.
#> 225 "limestone" terrestrial indet.
#> 226 "limestone" terrestrial indet.
#> 227 "limestone" terrestrial indet.
#> 228 "limestone" terrestrial indet.
#> 229 "limestone" terrestrial indet.
#> 230 "limestone" terrestrial indet.
#> 231 "limestone" terrestrial indet.
#> 232 "limestone" terrestrial indet.
#> 233 "limestone" terrestrial indet.
#> 234 "limestone" terrestrial indet.
#> 235 "limestone" terrestrial indet.
#> 236 "limestone" terrestrial indet.
#> 237 "limestone" terrestrial indet.
#> 238 "limestone" terrestrial indet.
#> 239 "limestone" terrestrial indet.
#> 240 "limestone" terrestrial indet.
#> 241 "limestone" terrestrial indet.
#> 242 "limestone" terrestrial indet.
#> 243 "limestone" terrestrial indet.
#> 244 "limestone" terrestrial indet.
#> 245 "limestone" terrestrial indet.
#> 246 "limestone" terrestrial indet.
#> 247 "limestone" terrestrial indet.
#> 248 "limestone" terrestrial indet.
#> 249 "limestone" terrestrial indet.
#> 250 "limestone" terrestrial indet.
#> 251 "limestone" terrestrial indet.
#> 252 claystone terrestrial indet.
#> 253 claystone terrestrial indet.
#> 254 claystone terrestrial indet.
#> 255 claystone terrestrial indet.
#> 256 claystone terrestrial indet.
#> 257 claystone terrestrial indet.
#> 258 claystone terrestrial indet.
#> 259 claystone terrestrial indet.
#> 260 claystone terrestrial indet.
#> 261 claystone terrestrial indet.
#> 262 claystone terrestrial indet.
#> 263 claystone terrestrial indet.
#> 264 claystone terrestrial indet.
#> 265 claystone terrestrial indet.
#> 266 claystone terrestrial indet.
#> 267 claystone terrestrial indet.
#> 268 claystone terrestrial indet.
#> 269 claystone terrestrial indet.
#> 270 claystone terrestrial indet.
#> 271 claystone terrestrial indet.
#> 272 claystone terrestrial indet.
#> 273 claystone terrestrial indet.
#> 274 claystone terrestrial indet.
#> 275 claystone terrestrial indet.
#> 276 claystone terrestrial indet.
#> 277 claystone terrestrial indet.
#> 278 claystone terrestrial indet.
#> 279 claystone terrestrial indet.
#> 280 claystone terrestrial indet.
#> 281 claystone terrestrial indet.
#> 282 claystone terrestrial indet.
#> 283 claystone terrestrial indet.
#> 284 claystone terrestrial indet.
#> 285 claystone terrestrial indet.
#> 286 claystone terrestrial indet.
#> 287 claystone terrestrial indet.
#> 288 claystone terrestrial indet.
#> 289 claystone terrestrial indet.
#> 290 claystone terrestrial indet.
#> 291 claystone terrestrial indet.
#> 292 claystone terrestrial indet.
#> 293 claystone terrestrial indet.
#> 294 claystone terrestrial indet.
#> 295 claystone terrestrial indet.
#> 296 claystone terrestrial indet.
#> 297 claystone terrestrial indet.
#> 298 claystone terrestrial indet.
#> 299 claystone terrestrial indet.
#> 300 claystone terrestrial indet.
#> 301 claystone terrestrial indet.
#> 302 claystone terrestrial indet.
#> 303 claystone terrestrial indet.
#> 304 claystone terrestrial indet.
#> 305 claystone terrestrial indet.
#> 306 claystone terrestrial indet.
#> 307 claystone terrestrial indet.
#> 308 claystone terrestrial indet.
#> 309 claystone terrestrial indet.
#> 310 claystone terrestrial indet.
#> 311 claystone terrestrial indet.
#> 312 claystone terrestrial indet.
#> 313 claystone terrestrial indet.
#> 314 claystone terrestrial indet.
#> 315 claystone terrestrial indet.
#> 316 claystone terrestrial indet.
#> 317 claystone terrestrial indet.
#> 318 claystone terrestrial indet.
#> 319 claystone terrestrial indet.
#> 320 claystone terrestrial indet.
#> 321 claystone terrestrial indet.
#> 322 claystone terrestrial indet.
#> 323 claystone terrestrial indet.
#> 324 claystone terrestrial indet.
#> 325 claystone terrestrial indet.
#> 326 claystone terrestrial indet.
#> 327 claystone terrestrial indet.
#> 328 claystone terrestrial indet.
#> 329 claystone terrestrial indet.
#> 330 claystone terrestrial indet.
#> 331 claystone terrestrial indet.
#> 332 claystone terrestrial indet.
#> 333 claystone terrestrial indet.
#> 334 claystone terrestrial indet.
#> 335 claystone terrestrial indet.
#> 336 claystone terrestrial indet.
#> 337 claystone terrestrial indet.
#> 338 claystone terrestrial indet.
#> 339 claystone terrestrial indet.
#> 340 claystone terrestrial indet.
#> 341 claystone terrestrial indet.
#> 342 claystone terrestrial indet.
#> 343 claystone terrestrial indet.
#> 344 claystone terrestrial indet.
#> 345 claystone terrestrial indet.
#> 346 claystone terrestrial indet.
#> 347 claystone terrestrial indet.
#> 348 claystone terrestrial indet.
#> 349 claystone terrestrial indet.
#> 350 claystone terrestrial indet.
#> 351 claystone terrestrial indet.
#> 352 claystone terrestrial indet.
#> 353 claystone terrestrial indet.
#> 354 claystone terrestrial indet.
#> 355 claystone terrestrial indet.
#> 356 claystone terrestrial indet.
#> 357 claystone terrestrial indet.
#> 358 claystone terrestrial indet.
#> 359 claystone terrestrial indet.
#> 360 claystone terrestrial indet.
#> 361 claystone terrestrial indet.
#> 362 claystone terrestrial indet.
#> 363 claystone terrestrial indet.
#> 364 claystone terrestrial indet.
#> 365 claystone terrestrial indet.
#> 366 claystone terrestrial indet.
#> 367 claystone terrestrial indet.
#> 368 claystone terrestrial indet.
#> 369 not reported terrestrial indet.
#> 370 not reported terrestrial indet.
#> 371 not reported terrestrial indet.
#> 372 not reported terrestrial indet.
#> 373 not reported terrestrial indet.
#> 374 "shale" pond
#> 375 "shale" pond
#> 376 "shale" pond
#> 377 "limestone" lacustrine indet.
#> 378 "mixed carbonate-siliciclastic" lacustrine indet.
#> 379 "mixed carbonate-siliciclastic" lacustrine indet.
#> 380 "mixed carbonate-siliciclastic" lacustrine indet.
#> 381 "mixed carbonate-siliciclastic" lacustrine indet.
#> 382 not reported terrestrial indet.
#> 383 sandstone fluvial indet.
#> 384 sandstone fluvial indet.
#> 385 "limestone" terrestrial indet.
#> 386 sandstone mire/swamp
#> 387 sandstone mire/swamp
#> 388 sandstone mire/swamp
#> 389 sandstone mire/swamp
#> 390 sandstone mire/swamp
#> 391 sandstone mire/swamp
#> 392 sandstone mire/swamp
#> 393 sandstone mire/swamp
#> 394 sandstone mire/swamp
#> 395 siltstone terrestrial indet.
#> 396 not reported terrestrial indet.
#> 397 not reported terrestrial indet.
#> 398 claystone terrestrial indet.
#> 399 sandstone terrestrial indet.
#> 400 sandstone terrestrial indet.
#> 401 sandstone terrestrial indet.
#> 402 "siliciclastic" fluvial indet.
#> 403 claystone "floodplain"
#> 404 claystone "floodplain"
#> 405 claystone "floodplain"
#> 406 claystone "floodplain"
#> 407 claystone "floodplain"
#> 408 claystone "floodplain"
#> 409 "shale" <NA>
#> 410 ironstone marine indet.
#> 411 claystone terrestrial indet.
#> 412 claystone terrestrial indet.
#> 413 "siliciclastic" fluvial indet.
#> 414 "siliciclastic" fluvial indet.
#> 415 "shale" terrestrial indet.
#> 416 "shale" terrestrial indet.
#> 417 "siliciclastic" terrestrial indet.
#> 418 "siliciclastic" terrestrial indet.
#> 419 "siliciclastic" terrestrial indet.
#> 420 "siliciclastic" terrestrial indet.
#> 421 <NA> terrestrial indet.
#> 422 sandstone fine channel fill
#> 423 sandstone terrestrial indet.
#> 424 sandstone terrestrial indet.
#> 425 sandstone terrestrial indet.
#> 426 sandstone terrestrial indet.
#> 427 sandstone terrestrial indet.
#> 428 sandstone terrestrial indet.
#> 429 <NA> terrestrial indet.
#> 430 not reported terrestrial indet.
#> 431 not reported terrestrial indet.
#> 432 sandstone "channel"
#> 433 not reported terrestrial indet.
#> 434 not reported terrestrial indet.
#> 435 "siliciclastic" fluvial indet.
#> 436 "siliciclastic" fluvial indet.
#> 437 sandstone terrestrial indet.
#> 438 <NA> marine indet.
#> 439 <NA> marine indet.
#> 440 sandstone terrestrial indet.
#> 441 sandstone terrestrial indet.
#> 442 sandstone terrestrial indet.
#> 443 coal <NA>
#> 444 sandstone terrestrial indet.
#> 445 sandstone terrestrial indet.
#> 446 sandstone terrestrial indet.
#> 447 mudstone terrestrial indet.
#> 448 sandstone fluvial-deltaic indet.
#> 449 sandstone fluvial-deltaic indet.
#> 450 "limestone" fissure fill
#> 451 "limestone" fissure fill
#> 452 "limestone" fissure fill
#> 453 "limestone" fissure fill
#> 454 "limestone" fissure fill
#> 455 "limestone" fissure fill
#> 456 "limestone" fissure fill
#> 457 claystone terrestrial indet.
#> 458 claystone terrestrial indet.
#> 459 claystone terrestrial indet.
#> 460 mudstone marine indet.
#> 461 mudstone marine indet.
#> 462 "shale" terrestrial indet.
#> 463 not reported lagoonal/restricted shallow subtidal
#> 464 "limestone" terrestrial indet.
#> 465 "limestone" lacustrine indet.
#> 466 "limestone" lacustrine indet.
#> 467 "limestone" lacustrine indet.
#> 468 "limestone" lacustrine indet.
#> 469 "limestone" lacustrine indet.
#> 470 sandstone terrestrial indet.
#> 471 "limestone" terrestrial indet.
#> 472 "limestone" terrestrial indet.
#> 473 not reported terrestrial indet.
#> 474 conglomerate coarse channel fill
#> 475 claystone fissure fill
#> 476 claystone fissure fill
#> 477 claystone fissure fill
#> 478 claystone fissure fill
#> 479 claystone fissure fill
#> 480 claystone fissure fill
#> 481 claystone fissure fill
#> 482 claystone fissure fill
#> 483 claystone fissure fill
#> 484 claystone fissure fill
#> 485 claystone fissure fill
#> 486 claystone fissure fill
#> 487 claystone fissure fill
#> 488 claystone fissure fill
#> 489 claystone fissure fill
#> 490 claystone fissure fill
#> 491 claystone fissure fill
#> 492 claystone fissure fill
#> 493 claystone fissure fill
#> 494 claystone fissure fill
#> 495 claystone fissure fill
#> 496 claystone fissure fill
#> 497 claystone fissure fill
#> 498 claystone fissure fill
#> 499 "shale" fluvial indet.
#> 500 "shale" fluvial indet.
#> 501 "shale" fluvial indet.
#> 502 "shale" fluvial indet.
#> 503 "shale" fluvial indet.
#> 504 "shale" fluvial indet.
#> 505 "shale" fluvial indet.
#> 506 "shale" fluvial indet.
#> 507 "shale" fluvial indet.
#> 508 "shale" fluvial indet.
#> 509 "shale" fluvial indet.
#> 510 "shale" fluvial indet.
#> 511 claystone "floodplain"
#> 512 mudstone "floodplain"
#> 513 not reported terrestrial indet.
#> 514 not reported terrestrial indet.
#> 515 <NA> sinkhole
#> 516 <NA> sinkhole
#> 517 <NA> sinkhole
#> 518 mudstone terrestrial indet.
#> 519 mudstone terrestrial indet.
#> 520 "shale" estuary/bay
#> 521 not reported terrestrial indet.
#> 522 mudstone marine indet.
#> 523 sandstone terrestrial indet.
#> 524 siltstone estuary/bay
#> 525 sandstone fluvial indet.
#> 526 <NA> terrestrial indet.
#> 527 <NA> terrestrial indet.
#> 528 claystone coastal indet.
#> 529 siltstone terrestrial indet.
#> 530 siltstone terrestrial indet.
#> 531 siltstone terrestrial indet.
#> 532 "shale" fluvial-deltaic indet.
#> 533 claystone fluvial-lacustrine indet.
#> 534 quartzite terrestrial indet.
#> 535 conglomerate fluvial indet.
#> 536 conglomerate fluvial indet.
#> 537 not reported terrestrial indet.
#> 538 sandstone fluvial indet.
#> 539 claystone terrestrial indet.
#> 540 claystone terrestrial indet.
#> 541 dolomite lacustrine indet.
#> 542 "shale" fluvial-lacustrine indet.
#> 543 "shale" fluvial-lacustrine indet.
#> 544 "shale" fluvial-lacustrine indet.
#> 545 "shale" fluvial-lacustrine indet.
#> 546 "shale" fluvial-lacustrine indet.
#> 547 "shale" fluvial-lacustrine indet.
#> 548 sandstone terrestrial indet.
#> 549 mudstone deltaic indet.
#> 550 claystone fluvial indet.
#> 551 "shale" pond
#> 552 "siliciclastic" terrestrial indet.
#> 553 claystone fluvial indet.
#> 554 mudstone lacustrine indet.
#> 555 sandstone fluvial-deltaic indet.
#> 556 sandstone "channel"
#> 557 not reported terrestrial indet.
#> 558 "shale" fluvial indet.
#> 559 "limestone" deltaic indet.
#> 560 lime mudstone carbonate indet.
#> 561 mudstone fluvial indet.
#> 562 conglomerate dry floodplain
#> 563 conglomerate "channel"
#> 564 conglomerate terrestrial indet.
#> 565 conglomerate terrestrial indet.
#> 566 conglomerate "channel"
#> 567 conglomerate dry floodplain
#> 568 conglomerate "floodplain"
#> 569 conglomerate "floodplain"
#> 570 conglomerate "floodplain"
#> 571 conglomerate "floodplain"
#> 572 conglomerate "floodplain"
#> 573 conglomerate "floodplain"
#> 574 coal mire/swamp
#> 575 coal mire/swamp
#> 576 coal mire/swamp
#> 577 sandstone fluvial-lacustrine indet.
#> 578 "siliciclastic" fluvial indet.
#> 579 mudstone terrestrial indet.
#> 580 mudstone terrestrial indet.
#> 581 mudstone terrestrial indet.
#> 582 "siliciclastic" terrestrial indet.
#> 583 not reported terrestrial indet.
#> 584 not reported terrestrial indet.
#> 585 not reported terrestrial indet.
#> 586 not reported terrestrial indet.
#> 587 mudstone terrestrial indet.
#> 588 not reported terrestrial indet.
#> 589 mudstone terrestrial indet.
#> 590 "siliciclastic" terrestrial indet.
#> 591 claystone terrestrial indet.
#> 592 "shale" terrestrial indet.
#> 593 siltstone terrestrial indet.
#> 594 not reported terrestrial indet.
#> 595 "shale" terrestrial indet.
#> 596 "shale" terrestrial indet.
#> 597 not reported terrestrial indet.
#> 598 not reported marginal marine indet.
#> 599 "shale" "floodplain"
#> 600 not reported terrestrial indet.
#> 601 not reported terrestrial indet.
#> 602 not reported terrestrial indet.
#> 603 siltstone terrestrial indet.
#> 604 not reported terrestrial indet.
#> 605 not reported terrestrial indet.
#> 606 not reported marine indet.
#> 607 not reported terrestrial indet.
#> 608 not reported terrestrial indet.
#> 609 sandstone fluvial-lacustrine indet.
#> 610 not reported lacustrine indet.
#> 611 not reported terrestrial indet.
#> 612 "siliciclastic" fluvial indet.
#> 613 mudstone fine channel fill
#> 614 not reported terrestrial indet.
#> 615 not reported terrestrial indet.
#> 616 "shale" fluvial indet.
#> 617 "mixed carbonate-siliciclastic" lacustrine deltaic indet.
#> 618 "shale" lagoonal/restricted shallow subtidal
#> 619 "shale" lagoonal/restricted shallow subtidal
#> 620 "shale" lagoonal/restricted shallow subtidal
#> 621 "shale" lagoonal/restricted shallow subtidal
#> 622 "shale" lagoonal/restricted shallow subtidal
#> 623 sandstone terrestrial indet.
#> 624 "shale" delta plain
#> 625 "shale" delta plain
#> 626 "shale" delta plain
#> 627 "shale" delta plain
#> 628 "shale" delta plain
#> 629 "shale" delta plain
#> 630 "shale" delta plain
#> 631 "shale" delta plain
#> 632 claystone dry floodplain
#> 633 not reported terrestrial indet.
#> 634 not reported terrestrial indet.
#> 635 sandstone fluvial indet.
#> 636 sandstone fluvial indet.
#> 637 sandstone terrestrial indet.
#> 638 "shale" terrestrial indet.
#> 639 claystone "floodplain"
#> 640 mudstone fissure fill
#> 641 mudstone fissure fill
#> 642 mudstone fissure fill
#> 643 mudstone fissure fill
#> 644 mudstone fissure fill
#> 645 mudstone "floodplain"
#> 646 siltstone terrestrial indet.
#> 647 "siliciclastic" terrestrial indet.
#> 648 mudstone terrestrial indet.
#> 649 sandstone fluvial-deltaic indet.
#> 650 sandstone lacustrine indet.
#> 651 "shale" pond
#> 652 conglomerate "channel"
#> 653 dolomite carbonate indet.
#> 654 siltstone terrestrial indet.
#> 655 siltstone terrestrial indet.
#> 656 sandstone wet floodplain
#> 657 sandstone wet floodplain
#> 658 sandstone wet floodplain
#> 659 sandstone wet floodplain
#> 660 sandstone wet floodplain
#> 661 sandstone wet floodplain
#> 662 sandstone wet floodplain
#> 663 sandstone wet floodplain
#> 664 sandstone wet floodplain
#> 665 claystone terrestrial indet.
#> 666 claystone terrestrial indet.
#> 667 claystone terrestrial indet.
#> 668 claystone terrestrial indet.
#> 669 claystone terrestrial indet.
#> 670 claystone terrestrial indet.
#> 671 claystone terrestrial indet.
#> 672 claystone terrestrial indet.
#> 673 claystone terrestrial indet.
#> 674 claystone terrestrial indet.
#> 675 sandstone lacustrine indet.
#> 676 sandstone lacustrine indet.
#> 677 sandstone lacustrine indet.
#> 678 sandstone fluvial-deltaic indet.
#> 679 sandstone fluvial-deltaic indet.
#> 680 sandstone fluvial-deltaic indet.
#> 681 sandstone fluvial-deltaic indet.
#> 682 sandstone fluvial-deltaic indet.
#> 683 sandstone fluvial-deltaic indet.
#> 684 sandstone fluvial-deltaic indet.
#> 685 not reported terrestrial indet.
#> 686 not reported terrestrial indet.
#> 687 "limestone" terrestrial indet.
#> 688 "limestone" terrestrial indet.
#> 689 claystone terrestrial indet.
#> 690 claystone fissure fill
#> 691 claystone fissure fill
#> 692 claystone fissure fill
#> 693 not reported terrestrial indet.
#> 694 claystone fluvial indet.
#> 695 claystone fluvial indet.
#> 696 claystone fluvial indet.
#> 697 claystone fluvial indet.
#> 698 claystone fluvial indet.
#> 699 claystone fluvial indet.
#> 700 claystone fluvial indet.
#> 701 "shale" terrestrial indet.
#> 702 "shale" terrestrial indet.
#> 703 "shale" terrestrial indet.
#> 704 "shale" terrestrial indet.
#> 705 "shale" terrestrial indet.
#> 706 "shale" terrestrial indet.
#> 707 "shale" terrestrial indet.
#> 708 "shale" terrestrial indet.
#> 709 "shale" terrestrial indet.
#> 710 "shale" terrestrial indet.
#> 711 claystone fluvial indet.
#> 712 "shale" "floodplain"
#> 713 "shale" "floodplain"
#> 714 "shale" "floodplain"
#> 715 sandstone fluvial indet.
#> 716 "siliciclastic" fluvial indet.
#> 717 "siliciclastic" fluvial indet.
#> 718 "siliciclastic" fluvial indet.
#> 719 "siliciclastic" fluvial indet.
#> 720 "siliciclastic" fluvial indet.
#> 721 "siliciclastic" fluvial indet.
#> 722 "shale" fluvial-deltaic indet.
#> 723 "shale" fluvial-deltaic indet.
#> 724 sandstone "channel"
#> 725 not reported terrestrial indet.
#> 726 "shale" fluvial-deltaic indet.
#> 727 "shale" fluvial-deltaic indet.
#> 728 "shale" fluvial-deltaic indet.
#> 729 sandstone fluvial-lacustrine indet.
#> 730 sandstone fluvial indet.
#> 731 sandstone fluvial indet.
#> 732 sandstone fluvial indet.
#> 733 sandstone fluvial indet.
#> 734 claystone fluvial indet.
#> 735 "limestone" lacustrine indet.
#> 736 sandstone fluvial-lacustrine indet.
#> 737 sandstone fluvial-lacustrine indet.
#> 738 "shale" "floodplain"
#> 739 "shale" "floodplain"
#> 740 claystone fluvial indet.
#> 741 claystone terrestrial indet.
#> 742 coal mire/swamp
#> 743 coal mire/swamp
#> 744 conglomerate "floodplain"
#> 745 "limestone" terrestrial indet.
#> 746 grainstone lagoonal/restricted shallow subtidal
#> 747 grainstone lagoonal/restricted shallow subtidal
#> 748 grainstone lagoonal/restricted shallow subtidal
#> 749 grainstone lagoonal/restricted shallow subtidal
#> 750 grainstone lagoonal/restricted shallow subtidal
#> 751 grainstone lagoonal/restricted shallow subtidal
#> 752 grainstone lagoonal/restricted shallow subtidal
#> 753 grainstone lagoonal/restricted shallow subtidal
#> 754 grainstone lagoonal/restricted shallow subtidal
#> 755 conglomerate shallow subtidal indet.
#> 756 conglomerate shallow subtidal indet.
#> 757 conglomerate shallow subtidal indet.
#> 758 conglomerate shallow subtidal indet.
#> 759 conglomerate shallow subtidal indet.
#> 760 conglomerate shallow subtidal indet.
#> 761 conglomerate shallow subtidal indet.
#> 762 mudstone lacustrine indet.
#> 763 mudstone lacustrine indet.
#> 764 mudstone lacustrine indet.
#> 765 mudstone lacustrine indet.
#> 766 mudstone lacustrine indet.
#> 767 claystone "floodplain"
#> 768 claystone "floodplain"
#> 769 mudstone "floodplain"
#> 770 mudstone "floodplain"
#> 771 claystone fissure fill
#> 772 not reported terrestrial indet.
#> 773 claystone terrestrial indet.
#> 774 not reported terrestrial indet.
#> 775 "limestone" terrestrial indet.
#> 776 not reported terrestrial indet.
#> 777 "shale" terrestrial indet.
#> 778 claystone terrestrial indet.
#> 779 claystone terrestrial indet.
#> 780 claystone terrestrial indet.
#> 781 not reported terrestrial indet.
#> 782 "shale" pond
#> 783 siltstone "channel"
#> 784 mudstone fluvial indet.
#> 785 mudstone fluvial indet.
#> 786 mudstone fluvial indet.
#> 787 mudstone fluvial indet.
#> 788 mudstone fluvial indet.
#> 789 mudstone fluvial indet.
#> 790 mudstone fluvial indet.
#> 791 sandstone fluvial-lacustrine indet.
#> 792 claystone terrestrial indet.
#> 793 not reported terrestrial indet.
#> 794 not reported terrestrial indet.
#> 795 not reported terrestrial indet.
#> 796 not reported terrestrial indet.
#> 797 not reported terrestrial indet.
#> 798 claystone terrestrial indet.
#> 799 claystone terrestrial indet.
#> 800 mudstone deltaic indet.
#> 801 mudstone deltaic indet.
#> 802 coal mire/swamp
#> 803 coal lacustrine indet.
#> 804 coal lacustrine indet.
#> 805 coal lacustrine indet.
#> 806 coal lacustrine indet.
#> 807 coal lacustrine indet.
#> 808 coal lacustrine indet.
#> 809 claystone terrestrial indet.
#> 810 "shale" lacustrine - large
#> 811 siltstone transition zone/lower shoreface
#> 812 sandstone "channel"
#> 813 sandstone "channel"
#> 814 sandstone "channel"
#> 815 sandstone "channel"
#> 816 sandstone fluvial-deltaic indet.
#> 817 not reported terrestrial indet.
#> 818 sandstone fluvial indet.
#> 819 coal mire/swamp
#> 820 not reported terrestrial indet.
#> 821 not reported terrestrial indet.
#> 822 not reported terrestrial indet.
#> 823 claystone terrestrial indet.
#> 824 not reported terrestrial indet.
#> 825 mudstone fine channel fill
#> 826 mudstone fine channel fill
#> 827 mudstone fine channel fill
#> 828 mudstone fine channel fill
#> 829 mudstone fine channel fill
#> 830 not reported terrestrial indet.
#> 831 not reported terrestrial indet.
#> 832 not reported terrestrial indet.
#> 833 not reported terrestrial indet.
#> 834 not reported terrestrial indet.
#> 835 not reported terrestrial indet.
#> 836 not reported terrestrial indet.
#> 837 "limestone" lacustrine indet.
#> 838 "shale" fine channel fill
#> 839 "siliciclastic" fluvial-lacustrine indet.
#> 840 "siliciclastic" fluvial-lacustrine indet.
#> 841 "siliciclastic" fluvial-lacustrine indet.
#> 842 "siliciclastic" fluvial-lacustrine indet.
#> 843 "siliciclastic" fluvial-lacustrine indet.
#> 844 "siliciclastic" fluvial-lacustrine indet.
#> 845 "siliciclastic" fluvial-lacustrine indet.
#> 846 "siliciclastic" fluvial-lacustrine indet.
#> 847 "siliciclastic" fluvial-lacustrine indet.
#> 848 "siliciclastic" fluvial-lacustrine indet.
#> 849 "siliciclastic" fluvial-lacustrine indet.
#> 850 "siliciclastic" fluvial-lacustrine indet.
#> 851 "siliciclastic" fluvial-lacustrine indet.
#> 852 "siliciclastic" fluvial-lacustrine indet.
#> 853 "siliciclastic" fluvial-lacustrine indet.
#> 854 "siliciclastic" fluvial-lacustrine indet.
#> 855 "siliciclastic" fluvial-lacustrine indet.
#> 856 not reported lacustrine deltaic indet.
#> 857 not reported lacustrine deltaic indet.
#> 858 not reported lacustrine deltaic indet.
#> 859 not reported lacustrine deltaic indet.
#> 860 not reported lacustrine deltaic indet.
#> 861 "siliciclastic" fluvial-lacustrine indet.
#> 862 sandstone fluvial-lacustrine indet.
#> 863 claystone offshore
#> 864 claystone offshore
#> 865 claystone offshore
#> 866 claystone offshore
#> 867 not reported terrestrial indet.
#> 868 "shale" paralic indet.
#> 869 sandstone paralic indet.
#> 870 sandstone paralic indet.
#> 871 sandstone paralic indet.
#> 872 "shale" paralic indet.
#> 873 sandstone terrestrial indet.
#> 874 "shale" estuary/bay
#> 875 not reported terrestrial indet.
#> 876 not reported terrestrial indet.
#> 877 lime mudstone carbonate indet.
#> 878 claystone terrestrial indet.
#> 879 lime mudstone lacustrine delta plain
#> 880 sandstone deltaic indet.
#> 881 sandstone deltaic indet.
#> 882 sandstone deltaic indet.
#> 883 sandstone deltaic indet.
#> 884 claystone offshore
#> 885 claystone offshore
#> 886 not reported terrestrial indet.
#> 887 conglomerate coarse channel fill
#> 888 conglomerate coarse channel fill
#> 889 conglomerate coarse channel fill
#> 890 conglomerate coarse channel fill
#> 891 conglomerate dry floodplain
#> 892 conglomerate dry floodplain
#> 893 conglomerate dry floodplain
#> 894 conglomerate dry floodplain
#> 895 conglomerate coarse channel fill
#> 896 conglomerate coarse channel fill
#> 897 conglomerate "channel"
#> 898 conglomerate "channel"
#> 899 conglomerate "channel"
#> 900 conglomerate "channel"
#> 901 conglomerate coarse channel fill
#> 902 not reported terrestrial indet.
#> 903 conglomerate coarse channel fill
#> 904 claystone offshore
#> 905 sandstone terrestrial indet.
#> 906 sandstone terrestrial indet.
#> 907 sandstone terrestrial indet.
#> 908 sandstone terrestrial indet.
#> 909 sandstone terrestrial indet.
#> 910 sandstone terrestrial indet.
#> 911 sandstone terrestrial indet.
#> 912 mudstone fluvial indet.
#> 913 mudstone fluvial indet.
#> 914 claystone offshore
#> 915 conglomerate fluvial indet.
#> 916 claystone offshore
#> 917 claystone offshore
#> 918 claystone fluvial-lacustrine indet.
#> 919 conglomerate coarse channel fill
#> 920 conglomerate coarse channel fill
#> 921 not reported terrestrial indet.
#> 922 not reported terrestrial indet.
#> 923 "shale" mire/swamp
#> 924 "shale" mire/swamp
#> 925 "shale" mire/swamp
#> 926 "shale" mire/swamp
#> 927 "shale" mire/swamp
#> 928 claystone "floodplain"
#> 929 claystone "floodplain"
#> 930 claystone "floodplain"
#> 931 "shale" terrestrial indet.
#> 932 not reported terrestrial indet.
#> 933 not reported terrestrial indet.
#> 934 not reported terrestrial indet.
#> 935 not reported terrestrial indet.
#> 936 claystone terrestrial indet.
#> 937 "shale" fluvial indet.
#> 938 "shale" fluvial indet.
#> 939 claystone terrestrial indet.
#> 940 not reported terrestrial indet.
#> 941 not reported terrestrial indet.
#> 942 claystone terrestrial indet.
#> 943 claystone terrestrial indet.
#> 944 not reported terrestrial indet.
#> 945 not reported terrestrial indet.
#> 946 "siliciclastic" terrestrial indet.
#> 947 "shale" terrestrial indet.
#> 948 claystone terrestrial indet.
#> 949 claystone terrestrial indet.
#> 950 claystone terrestrial indet.
#> 951 sandstone coastal indet.
#> 952 coal mire/swamp
#> 953 sandstone terrestrial indet.
#> 954 coal mire/swamp
#> 955 claystone lacustrine deltaic indet.
#> 956 coal lacustrine indet.
#> 957 coal mire/swamp
#> 958 coal mire/swamp
#> 959 coal mire/swamp
#> 960 coal mire/swamp
#> 961 claystone terrestrial indet.
#> 962 not reported terrestrial indet.
#> 963 not reported terrestrial indet.
#> 964 claystone terrestrial indet.
#> 965 "shale" terrestrial indet.
#> 966 claystone terrestrial indet.
#> 967 "shale" terrestrial indet.
#> 968 claystone "floodplain"
#> 969 not reported terrestrial indet.
#> 970 claystone terrestrial indet.
#> 971 claystone terrestrial indet.
#> 972 claystone terrestrial indet.
#> 973 not reported terrestrial indet.
#> 974 sandstone fluvial indet.
#> 975 claystone offshore
#> 976 sandstone mire/swamp
#> 977 claystone offshore
#> 978 claystone offshore
#> 979 claystone offshore
#> 980 "limestone" carbonate indet.
#> 981 "limestone" terrestrial indet.
#> 982 mudstone terrestrial indet.
#> 983 not reported terrestrial indet.
#> 984 not reported terrestrial indet.
#> 985 not reported terrestrial indet.
#> 986 not reported terrestrial indet.
#> 987 not reported terrestrial indet.
#> 988 "shale" deltaic indet.
#> 989 conglomerate coarse channel fill
#> 990 mudstone terrestrial indet.
#> 991 "siliciclastic" terrestrial indet.
#> 992 mudstone terrestrial indet.
#> 993 siltstone crevasse splay
#> 994 siltstone crevasse splay
#> 995 siltstone crevasse splay
#> 996 siltstone crevasse splay
#> 997 siltstone crevasse splay
#> 998 siltstone crevasse splay
#> 999 siltstone crevasse splay
#> 1000 siltstone crevasse splay
#> 1001 siltstone crevasse splay
#> 1002 siltstone crevasse splay
#> 1003 siltstone crevasse splay
#> 1004 siltstone crevasse splay
#> 1005 siltstone crevasse splay
#> 1006 siltstone crevasse splay
#> 1007 siltstone crevasse splay
#> 1008 siltstone crevasse splay
#> 1009 siltstone crevasse splay
#> 1010 siltstone crevasse splay
#> 1011 siltstone crevasse splay
#> 1012 siltstone crevasse splay
#> 1013 siltstone crevasse splay
#> 1014 siltstone crevasse splay
#> 1015 siltstone crevasse splay
#> 1016 siltstone crevasse splay
#> 1017 siltstone crevasse splay
#> 1018 siltstone crevasse splay
#> 1019 siltstone crevasse splay
#> 1020 siltstone crevasse splay
#> 1021 siltstone crevasse splay
#> 1022 siltstone crevasse splay
#> 1023 siltstone crevasse splay
#> 1024 siltstone crevasse splay
#> 1025 siltstone crevasse splay
#> 1026 siltstone crevasse splay
#> 1027 siltstone crevasse splay
#> 1028 siltstone crevasse splay
#> 1029 siltstone crevasse splay
#> 1030 siltstone crevasse splay
#> 1031 siltstone crevasse splay
#> 1032 siltstone crevasse splay
#> 1033 siltstone crevasse splay
#> 1034 siltstone crevasse splay
#> 1035 mudstone crevasse splay
#> 1036 "shale" estuary/bay
#> 1037 claystone terrestrial indet.
#> 1038 "shale" pond
#> 1039 claystone fissure fill
#> 1040 sandstone "floodplain"
#> 1041 sandstone "floodplain"
#> 1042 sandstone "floodplain"
#> 1043 sandstone "floodplain"
#> 1044 sandstone "floodplain"
#> 1045 sandstone "floodplain"
#> 1046 sandstone "floodplain"
#> 1047 sandstone "floodplain"
#> 1048 sandstone "floodplain"
#> 1049 sandstone "floodplain"
#> 1050 not reported terrestrial indet.
#> 1051 sandstone "floodplain"
#> 1052 not reported terrestrial indet.
#> 1053 sandstone "floodplain"
#> 1054 sandstone fluvial-deltaic indet.
#> 1055 sandstone fluvial-deltaic indet.
#> 1056 sandstone fluvial-deltaic indet.
#> 1057 sandstone terrestrial indet.
#> 1058 sandstone terrestrial indet.
#> 1059 sandstone terrestrial indet.
#> 1060 sandstone terrestrial indet.
#> 1061 not reported terrestrial indet.
#> 1062 not reported terrestrial indet.
#> 1063 sandstone deltaic indet.
#> 1064 sandstone terrestrial indet.
#> 1065 sandstone wet floodplain
#> 1066 sandstone mire/swamp
#> 1067 sandstone mire/swamp
#> 1068 claystone coastal indet.
#> 1069 "limestone" deltaic indet.
#> 1070 sandstone deltaic indet.
#> 1071 sandstone terrestrial indet.
#> 1072 sandstone terrestrial indet.
#> 1073 sandstone terrestrial indet.
#> 1074 claystone terrestrial indet.
#> 1075 claystone terrestrial indet.
#> 1076 claystone terrestrial indet.
#> 1077 claystone terrestrial indet.
#> 1078 claystone terrestrial indet.
#> 1079 claystone terrestrial indet.
#> 1080 claystone terrestrial indet.
#> 1081 not reported terrestrial indet.
#> 1082 not reported terrestrial indet.
#> 1083 not reported terrestrial indet.
#> 1084 not reported terrestrial indet.
#> 1085 not reported terrestrial indet.
#> 1086 not reported terrestrial indet.
#> 1087 "limestone" deltaic indet.
#> 1088 "limestone" deltaic indet.
#> 1089 "limestone" deltaic indet.
#> 1090 "limestone" deltaic indet.
#> 1091 "limestone" deltaic indet.
#> 1092 sandstone fluvial indet.
#> 1093 "shale" terrestrial indet.
#> 1094 not reported terrestrial indet.
#> 1095 "shale" terrestrial indet.
#> 1096 "shale" terrestrial indet.
#> 1097 sandstone delta plain
#> 1098 sandstone marine indet.
#> 1099 sandstone delta plain
#> 1100 sandstone coastal indet.
#> 1101 sandstone fluvial indet.
#> 1102 mudstone fluvial indet.
#> 1103 "limestone" terrestrial indet.
#> 1104 mudstone fluvial indet.
#> 1105 claystone terrestrial indet.
#> 1106 mudstone fluvial indet.
#> 1107 sandstone fluvial indet.
#> 1108 claystone fluvial indet.
#> 1109 sandstone fluvial indet.
#> 1110 sandstone fluvial indet.
#> 1111 claystone fluvial indet.
#> 1112 not reported terrestrial indet.
#> 1113 sandstone terrestrial indet.
#> 1114 "siliciclastic" terrestrial indet.
#> 1115 not reported terrestrial indet.
#> 1116 sandstone "floodplain"
#> 1117 claystone dry floodplain
#> 1118 siltstone "floodplain"
#> 1119 sandstone terrestrial indet.
#> 1120 sandstone terrestrial indet.
#> 1121 sandstone terrestrial indet.
#> 1122 mudstone "floodplain"
#> 1123 mudstone "floodplain"
#> 1124 claystone terrestrial indet.
#> 1125 claystone terrestrial indet.
#> 1126 "siliciclastic" fluvial indet.
#> 1127 sandstone fluvial indet.
#> 1128 not reported terrestrial indet.
#> 1129 not reported terrestrial indet.
#> 1130 not reported terrestrial indet.
#> 1131 not reported terrestrial indet.
#> 1132 not reported terrestrial indet.
#> 1133 not reported terrestrial indet.
#> 1134 not reported terrestrial indet.
#> 1135 "shale" offshore
#> 1136 lime mudstone carbonate indet.
#> 1137 lime mudstone carbonate indet.
#> 1138 lime mudstone carbonate indet.
#> 1139 lime mudstone carbonate indet.
#> 1140 lime mudstone carbonate indet.
#> 1141 mudstone delta plain
#> 1142 sandstone "floodplain"
#> 1143 mudstone terrestrial indet.
#> 1144 "siliciclastic" terrestrial indet.
#> 1145 "siliciclastic" terrestrial indet.
#> 1146 siltstone "floodplain"
#> 1147 siltstone terrestrial indet.
#> 1148 "shale" offshore
#> 1149 "limestone" carbonate indet.
#> 1150 "limestone" carbonate indet.
#> 1151 lime mudstone carbonate indet.
#> 1152 "limestone" marine indet.
#> 1153 "limestone" marine indet.
#> 1154 "shale" offshore
#> 1155 "limestone" carbonate indet.
#> 1156 "limestone" carbonate indet.
#> 1157 "limestone" carbonate indet.
#> 1158 "limestone" carbonate indet.
#> 1159 "limestone" carbonate indet.
#> 1160 "shale" marine indet.
#> 1161 "limestone" marine indet.
#> 1162 mudstone dry floodplain
#> 1163 "shale" offshore
#> 1164 marl marine indet.
#> 1165 not reported marine indet.
#> 1166 "shale" marine indet.
#> 1167 "shale" offshore
#> 1168 "shale" offshore
#> 1169 "shale" offshore
#> 1170 "limestone" marine indet.
#> 1171 "limestone" terrestrial indet.
#> 1172 mudstone offshore
#> 1173 "shale" offshore
#> 1174 "shale" offshore
#> 1175 "limestone" marine indet.
#> 1176 "limestone" carbonate indet.
#> 1177 "limestone" marine indet.
#> 1178 "limestone" marine indet.
#> 1179 "limestone" marine indet.
#> 1180 "shale" marine indet.
#> 1181 not reported marine indet.
#> 1182 grainstone shoreface
#> 1183 "shale" offshore
#> 1184 "limestone" carbonate indet.
#> 1185 "limestone" carbonate indet.
#> 1186 "limestone" carbonate indet.
#> 1187 mudstone lacustrine indet.
#> 1188 mudstone fluvial indet.
#> 1189 "shale" "floodplain"
#> 1190 claystone fluvial indet.
#> 1191 claystone fluvial indet.
#> 1192 "siliciclastic" lacustrine - small
#> 1193 "siliciclastic" lacustrine - small
#> 1194 "siliciclastic" lacustrine - small
#> 1195 claystone terrestrial indet.
#> 1196 claystone terrestrial indet.
#> 1197 claystone fissure fill
#> 1198 "shale" offshore
#> 1199 not reported marine indet.
#> 1200 "shale" marine indet.
#> 1201 "shale" marine indet.
#> 1202 "shale" marine indet.
#> 1203 sandstone marine indet.
#> 1204 sandstone marine indet.
#> 1205 not reported marine indet.
#> 1206 not reported marine indet.
#> 1207 not reported marine indet.
#> 1208 not reported marine indet.
#> 1209 "shale" fluvial indet.
#> 1210 claystone fissure fill
#> 1211 "shale" fluvial indet.
#> 1212 sandstone fluvial-lacustrine indet.
#> 1213 siltstone terrestrial indet.
#> 1214 sandstone fluvial-lacustrine indet.
#> 1215 "shale" paralic indet.
#> 1216 coal mire/swamp
#> 1217 coal mire/swamp
#> 1218 coal mire/swamp
#> 1219 coal lacustrine indet.
#> 1220 coal lacustrine indet.
#> 1221 "limestone" shallow subtidal indet.
#> 1222 "limestone" shallow subtidal indet.
#> 1223 "limestone" shallow subtidal indet.
#> 1224 "limestone" shallow subtidal indet.
#> 1225 "limestone" shallow subtidal indet.
#> 1226 "limestone" shallow subtidal indet.
#> 1227 "limestone" shallow subtidal indet.
#> 1228 sandstone fluvial indet.
#> 1229 sandstone fluvial indet.
#> 1230 sandstone fluvial indet.
#> 1231 sandstone fluvial indet.
#> 1232 sandstone fluvial indet.
#> 1233 sandstone fluvial indet.
#> 1234 sandstone fluvial indet.
#> 1235 sandstone fluvial indet.
#> 1236 sandstone fluvial indet.
#> 1237 sandstone fluvial indet.
#> 1238 sandstone fluvial indet.
#> 1239 sandstone fluvial-deltaic indet.
#> 1240 "siliciclastic" terrestrial indet.
#> 1241 "shale" paralic indet.
#> 1242 "shale" paralic indet.
#> 1243 claystone coastal indet.
#> 1244 claystone coastal indet.
#> 1245 claystone coastal indet.
#> 1246 claystone coastal indet.
#> 1247 claystone coastal indet.
#> 1248 claystone coastal indet.
#> 1249 not reported terrestrial indet.
#> 1250 "siliciclastic" terrestrial indet.
#> 1251 not reported terrestrial indet.
#> 1252 mudstone dry floodplain
#> 1253 mudstone dry floodplain
#> 1254 mudstone dry floodplain
#> 1255 sandstone deltaic indet.
#> 1256 conglomerate fluvial indet.
#> 1257 not reported terrestrial indet.
#> 1258 conglomerate fluvial indet.
#> 1259 sandstone terrestrial indet.
#> 1260 not reported terrestrial indet.
#> 1261 not reported terrestrial indet.
#> 1262 not reported terrestrial indet.
#> 1263 not reported terrestrial indet.
#> 1264 not reported terrestrial indet.
#> 1265 not reported terrestrial indet.
#> 1266 not reported terrestrial indet.
#> 1267 not reported terrestrial indet.
#> 1268 conglomerate terrestrial indet.
#> 1269 not reported terrestrial indet.
#> 1270 not reported terrestrial indet.
#> 1271 not reported terrestrial indet.
#> 1272 not reported terrestrial indet.
#> 1273 "shale" offshore
#> 1274 "shale" offshore
#> 1275 claystone offshore
#> 1276 claystone offshore
#> 1277 claystone offshore
#> 1278 mudstone dry floodplain
#> 1279 sandstone "floodplain"
#> 1280 sandstone "floodplain"
#> 1281 sandstone "floodplain"
#> 1282 sandstone "floodplain"
#> 1283 sandstone "floodplain"
#> 1284 sandstone "floodplain"
#> 1285 sandstone "floodplain"
#> 1286 sandstone "floodplain"
#> 1287 sandstone "floodplain"
#> 1288 sandstone "floodplain"
#> 1289 sandstone "floodplain"
#> 1290 not reported terrestrial indet.
#> 1291 sandstone terrestrial indet.
#> 1292 not reported terrestrial indet.
#> 1293 sandstone fluvial indet.
#> 1294 sandstone fluvial indet.
#> 1295 sandstone fluvial indet.
#> 1296 sandstone fluvial-deltaic indet.
#> 1297 sandstone fluvial-deltaic indet.
#> 1298 claystone fluvial-deltaic indet.
#> 1299 claystone fluvial-deltaic indet.
#> 1300 sandstone "channel"
#> 1301 sandstone "channel"
#> 1302 sandstone fluvial-deltaic indet.
#> 1303 sandstone fluvial-deltaic indet.
#> 1304 sandstone fluvial-deltaic indet.
#> 1305 sandstone fluvial-deltaic indet.
#> 1306 sandstone fluvial-deltaic indet.
#> 1307 sandstone fluvial-deltaic indet.
#> 1308 sandstone fluvial-deltaic indet.
#> 1309 sandstone fluvial-deltaic indet.
#> 1310 sandstone fluvial-deltaic indet.
#> 1311 sandstone fluvial-deltaic indet.
#> 1312 sandstone fluvial-deltaic indet.
#> 1313 sandstone fluvial-deltaic indet.
#> 1314 not reported terrestrial indet.
#> 1315 claystone fluvial-lacustrine indet.
#> 1316 claystone fluvial-lacustrine indet.
#> 1317 claystone fluvial-lacustrine indet.
#> 1318 claystone fluvial-lacustrine indet.
#> 1319 claystone fluvial-lacustrine indet.
#> 1320 not reported terrestrial indet.
#> 1321 not reported terrestrial indet.
#> 1322 not reported terrestrial indet.
#> 1323 sandstone "channel"
#> 1324 not reported terrestrial indet.
#> 1325 not reported terrestrial indet.
#> 1326 sandstone fluvial-lacustrine indet.
#> 1327 claystone terrestrial indet.
#> 1328 claystone terrestrial indet.
#> 1329 not reported terrestrial indet.
#> 1330 not reported terrestrial indet.
#> 1331 not reported terrestrial indet.
#> 1332 not reported terrestrial indet.
#> 1333 not reported terrestrial indet.
#> 1334 not reported terrestrial indet.
#> 1335 conglomerate fluvial indet.
#> 1336 conglomerate fluvial indet.
#> 1337 claystone terrestrial indet.
#> 1338 sandstone fluvial indet.
#> 1339 not reported terrestrial indet.
#> 1340 not reported terrestrial indet.
#> 1341 mudstone fluvial indet.
#> 1342 mudstone fluvial indet.
#> 1343 mudstone fluvial indet.
#> 1344 conglomerate fluvial indet.
#> 1345 "shale" offshore
#> 1346 sandstone "channel"
#> 1347 sandstone "channel"
#> 1348 mudstone terrestrial indet.
#> 1349 mudstone terrestrial indet.
#> 1350 mudstone terrestrial indet.
#> 1351 mudstone terrestrial indet.
#> 1352 mudstone terrestrial indet.
#> 1353 mudstone terrestrial indet.
#> 1354 mudstone terrestrial indet.
#> 1355 mudstone terrestrial indet.
#> 1356 mudstone terrestrial indet.
#> 1357 not reported terrestrial indet.
#> 1358 not reported terrestrial indet.
#> 1359 "siliciclastic" fluvial indet.
#> 1360 "siliciclastic" fluvial indet.
#> 1361 "siliciclastic" fluvial indet.
#> 1362 "siliciclastic" terrestrial indet.
#> 1363 sandstone "channel"
#> 1364 sandstone "channel"
#> 1365 mudstone terrestrial indet.
#> 1366 mudstone fluvial indet.
#> 1367 not reported delta plain
#> 1368 claystone fissure fill
#> 1369 sandstone "floodplain"
#> 1370 not reported delta plain
#> 1371 not reported delta plain
#> 1372 mudstone delta plain
#> 1373 mudstone delta plain
#> 1374 mudstone delta plain
#> 1375 mudstone delta plain
#> 1376 <NA> terrestrial indet.
#> 1377 not reported delta plain
#> 1378 <NA> terrestrial indet.
#> 1379 mudstone terrestrial indet.
#> 1380 mudstone delta plain
#> 1381 sandstone mire/swamp
#> 1382 sandstone mire/swamp
#> 1383 sandstone mire/swamp
#> 1384 sandstone mire/swamp
#> 1385 sandstone fluvial indet.
#> 1386 sandstone terrestrial indet.
#> 1387 claystone fissure fill
#> 1388 claystone fissure fill
#> 1389 claystone fissure fill
#> 1390 claystone fissure fill
#> 1391 "siliciclastic" terrestrial indet.
#> 1392 sandstone terrestrial indet.
#> 1393 sandstone lacustrine indet.
#> 1394 sandstone lacustrine indet.
#> 1395 sandstone lacustrine indet.
#> 1396 mudstone "floodplain"
#> 1397 mudstone wet floodplain
#> 1398 mudstone wet floodplain
#> 1399 mudstone wet floodplain
#> 1400 conglomerate "channel"
#> 1401 mudstone wet floodplain
#> 1402 conglomerate "channel"
#> 1403 sandstone deltaic indet.
#> 1404 sandstone "floodplain"
#> 1405 sandstone "floodplain"
#> 1406 sandstone "floodplain"
#> 1407 sandstone "floodplain"
#> 1408 sandstone fluvial indet.
#> 1409 sandstone terrestrial indet.
#> 1410 "limestone" marine indet.
#> 1411 not reported marine indet.
#> 1412 sandstone terrestrial indet.
#> 1413 siltstone dry floodplain
#> 1414 not reported terrestrial indet.
#> 1415 not reported terrestrial indet.
#> 1416 not reported terrestrial indet.
#> 1417 not reported terrestrial indet.
#> 1418 not reported terrestrial indet.
#> 1419 not reported terrestrial indet.
#> 1420 "siliciclastic" fluvial indet.
#> 1421 not reported terrestrial indet.
#> 1422 not reported terrestrial indet.
#> 1423 not reported terrestrial indet.
#> 1424 sandstone terrestrial indet.
#> 1425 conglomerate fluvial indet.
#> 1426 conglomerate fluvial indet.
#> 1427 "siliciclastic" terrestrial indet.
#> 1428 conglomerate fluvial indet.
#> 1429 not reported terrestrial indet.
#> 1430 sandstone terrestrial indet.
#> 1431 sandstone terrestrial indet.
#> 1432 sandstone terrestrial indet.
#> 1433 sandstone terrestrial indet.
#> 1434 sandstone terrestrial indet.
#> 1435 sandstone terrestrial indet.
#> 1436 sandstone terrestrial indet.
#> 1437 sandstone terrestrial indet.
#> 1438 sandstone terrestrial indet.
#> 1439 sandstone terrestrial indet.
#> 1440 sandstone terrestrial indet.
#> 1441 sandstone terrestrial indet.
#> 1442 sandstone terrestrial indet.
#> 1443 sandstone terrestrial indet.
#> 1444 not reported terrestrial indet.
#> 1445 claystone fluvial indet.
#> 1446 not reported fluvial-lacustrine indet.
#> 1447 sandstone delta plain
#> 1448 not reported marine indet.
#> 1449 siltstone marine indet.
#> 1450 siltstone terrestrial indet.
#> 1451 siltstone terrestrial indet.
#> 1452 siltstone "floodplain"
#> 1453 not reported terrestrial indet.
#> 1454 not reported terrestrial indet.
#> 1455 not reported terrestrial indet.
#> 1456 not reported terrestrial indet.
#> 1457 not reported terrestrial indet.
#> 1458 not reported terrestrial indet.
#> 1459 not reported terrestrial indet.
#> 1460 not reported terrestrial indet.
#> 1461 not reported terrestrial indet.
#> 1462 not reported terrestrial indet.
#> 1463 not reported terrestrial indet.
#> 1464 not reported terrestrial indet.
#> 1465 not reported terrestrial indet.
#> 1466 "siliciclastic" terrestrial indet.
#> 1467 "siliciclastic" terrestrial indet.
#> 1468 "siliciclastic" terrestrial indet.
#> 1469 "siliciclastic" terrestrial indet.
#> 1470 "siliciclastic" terrestrial indet.
#> 1471 "siliciclastic" terrestrial indet.
#> 1472 not reported terrestrial indet.
#> 1473 not reported terrestrial indet.
#> 1474 not reported terrestrial indet.
#> 1475 not reported terrestrial indet.
#> 1476 sandstone fluvial indet.
#> 1477 claystone fluvial indet.
#> 1478 mudstone fluvial indet.
#> 1479 sandstone fluvial indet.
#> 1480 not reported terrestrial indet.
#> 1481 not reported terrestrial indet.
#> 1482 not reported terrestrial indet.
#> 1483 not reported terrestrial indet.
#> 1484 not reported terrestrial indet.
#> 1485 not reported terrestrial indet.
#> 1486 not reported terrestrial indet.
#> 1487 not reported terrestrial indet.
#> 1488 not reported terrestrial indet.
#> 1489 not reported terrestrial indet.
#> 1490 "siliciclastic" terrestrial indet.
#> 1491 "siliciclastic" terrestrial indet.
#> 1492 "siliciclastic" terrestrial indet.
#> 1493 "siliciclastic" terrestrial indet.
#> 1494 "siliciclastic" fluvial indet.
#> 1495 "siliciclastic" fluvial indet.
#> 1496 "siliciclastic" fluvial indet.
#> 1497 "siliciclastic" fluvial indet.
#> 1498 "siliciclastic" fluvial indet.
#> 1499 mudstone terrestrial indet.
#> 1500 mudstone terrestrial indet.
#> 1501 mudstone terrestrial indet.
#> 1502 mudstone terrestrial indet.
#> 1503 not reported terrestrial indet.
#> 1504 not reported terrestrial indet.
#> 1505 not reported terrestrial indet.
#> 1506 not reported terrestrial indet.
#> 1507 not reported terrestrial indet.
#> 1508 not reported terrestrial indet.
#> 1509 not reported terrestrial indet.
#> 1510 not reported terrestrial indet.
#> 1511 not reported terrestrial indet.
#> 1512 not reported terrestrial indet.
#> 1513 conglomerate terrestrial indet.
#> 1514 conglomerate terrestrial indet.
#> 1515 conglomerate terrestrial indet.
#> 1516 conglomerate terrestrial indet.
#> 1517 "limestone" lagoonal
#> 1518 not reported terrestrial indet.
#> 1519 not reported terrestrial indet.
#> 1520 claystone fissure fill
#> 1521 conglomerate terrestrial indet.
#> 1522 sandstone fluvial indet.
#> 1523 sandstone lacustrine indet.
#> 1524 not reported terrestrial indet.
#> 1525 "siliciclastic" terrestrial indet.
#> 1526 mudstone deltaic indet.
#> 1527 coal mire/swamp
#> 1528 coal mire/swamp
#> 1529 coal mire/swamp
#> 1530 "siliciclastic" terrestrial indet.
#> 1531 conglomerate "channel"
#> 1532 mudstone "floodplain"
#> 1533 mudstone fine channel fill
#> 1534 not reported terrestrial indet.
#> 1535 sandstone terrestrial indet.
#> 1536 sandstone terrestrial indet.
#> 1537 "siliciclastic" terrestrial indet.
#> 1538 "siliciclastic" terrestrial indet.
#> 1539 "shale" lacustrine - small
#> 1540 mudstone terrestrial indet.
#> 1541 mudstone fluvial indet.
#> 1542 sandstone estuary/bay
#> 1543 mudstone fluvial indet.
#> 1544 sandstone terrestrial indet.
#> 1545 not reported terrestrial indet.
#> 1546 not reported terrestrial indet.
#> 1547 not reported terrestrial indet.
#> 1548 not reported terrestrial indet.
#> 1549 not reported terrestrial indet.
#> 1550 not reported terrestrial indet.
#> 1551 not reported terrestrial indet.
#> 1552 not reported terrestrial indet.
#> 1553 not reported terrestrial indet.
#> 1554 not reported terrestrial indet.
#> 1555 not reported terrestrial indet.
#> 1556 not reported terrestrial indet.
#> 1557 not reported terrestrial indet.
#> 1558 not reported terrestrial indet.
#> 1559 not reported terrestrial indet.
#> 1560 not reported terrestrial indet.
#> 1561 sandstone terrestrial indet.
#> 1562 sandstone terrestrial indet.
#> 1563 sandstone terrestrial indet.
#> 1564 sandstone fluvial indet.
#> 1565 sandstone fluvial indet.
#> 1566 sandstone fluvial indet.
#> 1567 sandstone fluvial indet.
#> 1568 sandstone fluvial indet.
#> 1569 sandstone fluvial-lacustrine indet.
#> 1570 sandstone marine indet.
#> 1571 not reported fluvial-lacustrine indet.
#> 1572 "limestone" fissure fill
#> 1573 "limestone" fissure fill
#> 1574 "limestone" fissure fill
#> 1575 "limestone" fissure fill
#> 1576 "limestone" fissure fill
#> 1577 "limestone" fissure fill
#> 1578 sandstone "channel"
#> 1579 not reported terrestrial indet.
#> 1580 sandstone terrestrial indet.
#> 1581 sandstone terrestrial indet.
#> 1582 not reported terrestrial indet.
#> 1583 breccia terrestrial indet.
#> 1584 conglomerate terrestrial indet.
#> 1585 "siliciclastic" terrestrial indet.
#> 1586 "siliciclastic" terrestrial indet.
#> 1587 mudstone fluvial indet.
#> 1588 not reported terrestrial indet.
#> 1589 not reported terrestrial indet.
#> 1590 claystone fissure fill
#> 1591 claystone terrestrial indet.
#> 1592 claystone terrestrial indet.
#> 1593 claystone terrestrial indet.
#> 1594 claystone terrestrial indet.
#> 1595 claystone terrestrial indet.
#> 1596 "siliciclastic" fluvial-lacustrine indet.
#> 1597 sandstone terrestrial indet.
#> 1598 sandstone terrestrial indet.
#> 1599 sandstone fluvial-lacustrine indet.
#> 1600 sandstone fluvial-lacustrine indet.
#> 1601 sandstone fluvial-lacustrine indet.
#> 1602 sandstone fluvial-lacustrine indet.
#> 1603 sandstone fluvial-lacustrine indet.
#> 1604 sandstone terrestrial indet.
#> 1605 claystone fissure fill
#> 1606 "shale" terrestrial indet.
#> 1607 "shale" terrestrial indet.
#> 1608 sandstone terrestrial indet.
#> 1609 "limestone" terrestrial indet.
#> 1610 "limestone" terrestrial indet.
#> 1611 "limestone" terrestrial indet.
#> 1612 "limestone" terrestrial indet.
#> 1613 "limestone" terrestrial indet.
#> 1614 "limestone" terrestrial indet.
#> 1615 "limestone" terrestrial indet.
#> 1616 "limestone" terrestrial indet.
#> 1617 "limestone" terrestrial indet.
#> 1618 "limestone" marine indet.
#> 1619 "limestone" terrestrial indet.
#> 1620 "limestone" terrestrial indet.
#> 1621 "limestone" terrestrial indet.
#> 1622 sandstone terrestrial indet.
#> 1623 "limestone" terrestrial indet.
#> 1624 "limestone" terrestrial indet.
#> 1625 "limestone" terrestrial indet.
#> 1626 "limestone" terrestrial indet.
#> 1627 "limestone" terrestrial indet.
#> 1628 "limestone" terrestrial indet.
#> 1629 "limestone" terrestrial indet.
#> 1630 "limestone" terrestrial indet.
#> 1631 "limestone" terrestrial indet.
#> 1632 "limestone" terrestrial indet.
#> 1633 "limestone" terrestrial indet.
#> 1634 "limestone" terrestrial indet.
#> 1635 "limestone" terrestrial indet.
#> 1636 mudstone terrestrial indet.
#> 1637 sandstone terrestrial indet.
#> 1638 "shale" offshore
#> 1639 not reported terrestrial indet.
#> 1640 "shale" spring
#> 1641 "shale" spring
#> 1642 claystone fissure fill
#> 1643 sandstone fluvial indet.
#> 1644 sandstone fluvial indet.
#> 1645 sandstone terrestrial indet.
#> 1646 sandstone terrestrial indet.
#> 1647 not reported terrestrial indet.
#> 1648 not reported terrestrial indet.
#> 1649 mudstone wet floodplain
#> 1650 not reported terrestrial indet.
#> 1651 mudstone wet floodplain
#> 1652 "shale" coastal indet.
#> 1653 "shale" coastal indet.
#> 1654 sandstone fluvial indet.
#> 1655 sandstone fluvial indet.
#> 1656 sandstone fluvial indet.
#> 1657 sandstone fluvial indet.
#> 1658 sandstone fluvial indet.
#> 1659 sandstone fluvial indet.
#> 1660 sandstone fluvial indet.
#> 1661 sandstone fluvial indet.
#> 1662 sandstone fluvial indet.
#> 1663 sandstone fluvial indet.
#> 1664 sandstone fluvial indet.
#> 1665 sandstone fluvial indet.
#> 1666 sandstone fluvial indet.
#> 1667 sandstone fluvial indet.
#> 1668 mudstone lacustrine - large
#> 1669 not reported terrestrial indet.
#> 1670 not reported terrestrial indet.
#> 1671 not reported terrestrial indet.
#> 1672 not reported terrestrial indet.
#> 1673 conglomerate terrestrial indet.
#> 1674 conglomerate terrestrial indet.
#> 1675 conglomerate terrestrial indet.
#> 1676 conglomerate terrestrial indet.
#> 1677 conglomerate terrestrial indet.
#> 1678 "siliciclastic" "channel"
#> 1679 sandstone fluvial indet.
#> 1680 "siliciclastic" "channel"
#> 1681 "siliciclastic" "channel"
#> 1682 sandstone fluvial indet.
#> 1683 "siliciclastic" "channel"
#> 1684 mudstone fluvial indet.
#> 1685 mudstone "floodplain"
#> 1686 sandstone "channel"
#> 1687 mudstone fluvial indet.
#> 1688 mudstone fluvial indet.
#> 1689 mudstone fluvial indet.
#> 1690 mudstone terrestrial indet.
#> 1691 mudstone terrestrial indet.
#> 1692 mudstone fluvial indet.
#> 1693 mudstone fluvial indet.
#> 1694 mudstone terrestrial indet.
#> 1695 mudstone fluvial indet.
#> 1696 mudstone fluvial indet.
#> 1697 mudstone fluvial indet.
#> 1698 mudstone terrestrial indet.
#> 1699 "shale" lacustrine - small
#> 1700 mudstone terrestrial indet.
#> 1701 not reported terrestrial indet.
#> 1702 not reported terrestrial indet.
#> 1703 sandstone estuary/bay
#> 1704 "shale" deltaic indet.
#> 1705 "shale" marine indet.
#> 1706 "shale" marine indet.
#> 1707 "shale" terrestrial indet.
#> 1708 "shale" deltaic indet.
#> 1709 "shale" deltaic indet.
#> 1710 "shale" deltaic indet.
#> 1711 "shale" deltaic indet.
#> 1712 "shale" deltaic indet.
#> 1713 "shale" deltaic indet.
#> 1714 "shale" marine indet.
#> 1715 sandstone terrestrial indet.
#> 1716 not reported terrestrial indet.
#> 1717 not reported terrestrial indet.
#> 1718 not reported terrestrial indet.
#> 1719 not reported terrestrial indet.
#> 1720 not reported terrestrial indet.
#> 1721 not reported terrestrial indet.
#> 1722 not reported terrestrial indet.
#> 1723 "shale" terrestrial indet.
#> 1724 "shale" terrestrial indet.
#> 1725 not reported terrestrial indet.
#> 1726 claystone terrestrial indet.
#> 1727 claystone terrestrial indet.
#> 1728 claystone terrestrial indet.
#> 1729 claystone terrestrial indet.
#> 1730 sandstone terrestrial indet.
#> 1731 sandstone channel lag
#> 1732 sandstone terrestrial indet.
#> 1733 "limestone" marine indet.
#> 1734 "shale" deltaic indet.
#> 1735 "shale" deltaic indet.
#> 1736 "shale" lacustrine - small
#> 1737 "shale" lacustrine - small
#> 1738 conglomerate "channel"
#> 1739 conglomerate "channel"
#> 1740 conglomerate "channel"
#> 1741 conglomerate "channel"
#> 1742 conglomerate "channel"
#> 1743 conglomerate "channel"
#> 1744 conglomerate "channel"
#> 1745 conglomerate "channel"
#> 1746 conglomerate "channel"
#> 1747 conglomerate "channel"
#> 1748 conglomerate "channel"
#> 1749 "shale" terrestrial indet.
#> 1750 mudstone terrestrial indet.
#> 1751 conglomerate fluvial indet.
#> 1752 conglomerate "channel"
#> 1753 conglomerate "channel"
#> 1754 sandstone fluvial-lacustrine indet.
#> 1755 not reported terrestrial indet.
#> 1756 not reported terrestrial indet.
#> 1757 "limestone" terrestrial indet.
#> 1758 not reported terrestrial indet.
#> 1759 claystone terrestrial indet.
#> 1760 claystone terrestrial indet.
#> 1761 "limestone" shallow subtidal indet.
#> 1762 "limestone" shallow subtidal indet.
#> 1763 "limestone" shallow subtidal indet.
#> 1764 claystone fissure fill
#> 1765 not reported marine indet.
#> 1766 not reported terrestrial indet.
#> 1767 siltstone delta plain
#> 1768 not reported terrestrial indet.
#> 1769 not reported terrestrial indet.
#> 1770 not reported terrestrial indet.
#> 1771 not reported terrestrial indet.
#> 1772 not reported terrestrial indet.
#> 1773 not reported terrestrial indet.
#> 1774 not reported terrestrial indet.
#> 1775 not reported terrestrial indet.
#> 1776 not reported terrestrial indet.
#> 1777 not reported terrestrial indet.
#> 1778 not reported terrestrial indet.
#> 1779 not reported terrestrial indet.
#> 1780 not reported terrestrial indet.
#> 1781 not reported terrestrial indet.
#> 1782 sandstone "channel"
#> 1783 not reported terrestrial indet.
#> 1784 sandstone fluvial indet.
#> 1785 sandstone terrestrial indet.
#> 1786 sandstone terrestrial indet.
#> 1787 sandstone terrestrial indet.
#> 1788 sandstone "channel"
#> 1789 not reported terrestrial indet.
#> 1790 sandstone fluvial indet.
#> 1791 not reported terrestrial indet.
#> 1792 not reported terrestrial indet.
#> 1793 not reported terrestrial indet.
#> 1794 sandstone terrestrial indet.
#> 1795 "shale" lacustrine indet.
#> 1796 "shale" deltaic indet.
#> 1797 claystone terrestrial indet.
#> 1798 claystone terrestrial indet.
#> 1799 claystone terrestrial indet.
#> 1800 claystone terrestrial indet.
#> 1801 not reported terrestrial indet.
#> 1802 not reported terrestrial indet.
#> 1803 "siliciclastic" terrestrial indet.
#> 1804 not reported terrestrial indet.
#> 1805 not reported terrestrial indet.
#> 1806 not reported terrestrial indet.
#> 1807 not reported terrestrial indet.
#> 1808 "siliciclastic" terrestrial indet.
#> 1809 not reported terrestrial indet.
#> 1810 not reported terrestrial indet.
#> 1811 not reported terrestrial indet.
#> 1812 not reported terrestrial indet.
#> 1813 claystone coastal indet.
#> 1814 claystone coastal indet.
#> 1815 claystone coastal indet.
#> 1816 claystone coastal indet.
#> 1817 not reported coastal indet.
#> 1818 not reported coastal indet.
#> 1819 not reported coastal indet.
#> 1820 not reported coastal indet.
#> 1821 claystone coastal indet.
#> 1822 not reported coastal indet.
#> 1823 claystone coastal indet.
#> 1824 claystone coastal indet.
#> 1825 not reported coastal indet.
#> 1826 not reported coastal indet.
#> 1827 not reported coastal indet.
#> 1828 not reported coastal indet.
#> 1829 not reported coastal indet.
#> 1830 not reported coastal indet.
#> 1831 "siliciclastic" deltaic indet.
#> 1832 "shale" marine indet.
#> 1833 "shale" marine indet.
#> 1834 "shale" marine indet.
#> 1835 "shale" marine indet.
#> 1836 "shale" marine indet.
#> 1837 "shale" marine indet.
#> 1838 "shale" marine indet.
#> 1839 "shale" marine indet.
#> 1840 "shale" marine indet.
#> 1841 "shale" marine indet.
#> 1842 "shale" marine indet.
#> 1843 "shale" marine indet.
#> 1844 "shale" marine indet.
#> 1845 "shale" marine indet.
#> 1846 "shale" marine indet.
#> 1847 "shale" marine indet.
#> 1848 "shale" marine indet.
#> 1849 "shale" marine indet.
#> 1850 "shale" marine indet.
#> 1851 "shale" marine indet.
#> 1852 "shale" marine indet.
#> 1853 "shale" marine indet.
#> 1854 "shale" marine indet.
#> 1855 "shale" marine indet.
#> 1856 "shale" marine indet.
#> 1857 "shale" marine indet.
#> 1858 "shale" marine indet.
#> 1859 "shale" marine indet.
#> 1860 "shale" marine indet.
#> 1861 "shale" marine indet.
#> 1862 "siliciclastic" deltaic indet.
#> 1863 "siliciclastic" deltaic indet.
#> 1864 "siliciclastic" deltaic indet.
#> 1865 "siliciclastic" deltaic indet.
#> 1866 "siliciclastic" deltaic indet.
#> 1867 "siliciclastic" deltaic indet.
#> 1868 "siliciclastic" deltaic indet.
#> 1869 "siliciclastic" deltaic indet.
#> 1870 "siliciclastic" deltaic indet.
#> 1871 "siliciclastic" deltaic indet.
#> 1872 "siliciclastic" deltaic indet.
#> 1873 "siliciclastic" deltaic indet.
#> 1874 "siliciclastic" deltaic indet.
#> 1875 conglomerate terrestrial indet.
#> 1876 conglomerate terrestrial indet.
#> 1877 "siliciclastic" terrestrial indet.
#> 1878 "siliciclastic" terrestrial indet.
#> 1879 sandstone terrestrial indet.
#> 1880 "siliciclastic" terrestrial indet.
#> 1881 mudstone fluvial indet.
#> 1882 "siliciclastic" terrestrial indet.
#> 1883 "siliciclastic" terrestrial indet.
#> 1884 "siliciclastic" terrestrial indet.
#> 1885 "siliciclastic" terrestrial indet.
#> 1886 not reported terrestrial indet.
#> 1887 "siliciclastic" terrestrial indet.
#> 1888 "siliciclastic" terrestrial indet.
#> 1889 "siliciclastic" terrestrial indet.
#> 1890 "siliciclastic" terrestrial indet.
#> 1891 sandstone terrestrial indet.
#> 1892 sandstone terrestrial indet.
#> 1893 sandstone fluvial-lacustrine indet.
#> 1894 sandstone fluvial-lacustrine indet.
#> 1895 not reported marine indet.
#> 1896 not reported marine indet.
#> 1897 not reported marine indet.
#> 1898 siltstone fine channel fill
#> 1899 mudstone fluvial indet.
#> 1900 not reported terrestrial indet.
#> 1901 not reported terrestrial indet.
#> 1902 not reported terrestrial indet.
#> 1903 not reported terrestrial indet.
#> 1904 "siliciclastic" fluvial indet.
#> 1905 "siliciclastic" fluvial indet.
#> 1906 "siliciclastic" fluvial indet.
#> 1907 "siliciclastic" fluvial indet.
#> 1908 "siliciclastic" fluvial indet.
#> 1909 "siliciclastic" fluvial indet.
#> 1910 not reported terrestrial indet.
#> 1911 sandstone terrestrial indet.
#> 1912 not reported terrestrial indet.
#> 1913 not reported terrestrial indet.
#> 1914 not reported terrestrial indet.
#> 1915 not reported terrestrial indet.
#> 1916 "siliciclastic" terrestrial indet.
#> 1917 "siliciclastic" terrestrial indet.
#> 1918 "siliciclastic" terrestrial indet.
#> 1919 claystone coastal indet.
#> 1920 claystone coastal indet.
#> 1921 sandstone terrestrial indet.
#> 1922 sandstone terrestrial indet.
#> 1923 sandstone terrestrial indet.
#> 1924 sandstone terrestrial indet.
#> 1925 not reported fluvial-lacustrine indet.
#> 1926 not reported fluvial-lacustrine indet.
#> 1927 not reported fluvial-lacustrine indet.
#> 1928 sandstone alluvial fan
#> 1929 sandstone alluvial fan
#> 1930 sandstone alluvial fan
#> 1931 sandstone alluvial fan
#> 1932 sandstone alluvial fan
#> 1933 sandstone alluvial fan
#> 1934 sandstone fluvial indet.
#> 1935 sandstone fluvial indet.
#> 1936 sandstone terrestrial indet.
#> 1937 siltstone terrestrial indet.
#> 1938 sandstone fluvial indet.
#> 1939 siltstone marine indet.
#> 1940 "shale" marine indet.
#> 1941 siltstone marine indet.
#> 1942 not reported marine indet.
#> 1943 "shale" estuary/bay
#> 1944 marl basinal (siliciclastic)
#> 1945 sandstone terrestrial indet.
#> 1946 not reported marine indet.
#> 1947 not reported terrestrial indet.
#> 1948 sandstone terrestrial indet.
#> 1949 sandstone terrestrial indet.
#> 1950 sandstone terrestrial indet.
#> 1951 sandstone terrestrial indet.
#> 1952 not reported terrestrial indet.
#> 1953 mudstone wet floodplain
#> 1954 not reported lacustrine - small
#> 1955 not reported lacustrine - small
#> 1956 claystone terrestrial indet.
#> 1957 not reported terrestrial indet.
#> 1958 sandstone terrestrial indet.
#> 1959 sandstone terrestrial indet.
#> 1960 sandstone terrestrial indet.
#> 1961 sandstone terrestrial indet.
#> 1962 sandstone terrestrial indet.
#> 1963 not reported terrestrial indet.
#> 1964 not reported terrestrial indet.
#> 1965 not reported terrestrial indet.
#> 1966 sandstone terrestrial indet.
#> 1967 not reported terrestrial indet.
#> 1968 not reported terrestrial indet.
#> 1969 "siliciclastic" terrestrial indet.
#> 1970 "siliciclastic" terrestrial indet.
#> 1971 "siliciclastic" terrestrial indet.
#> 1972 "siliciclastic" terrestrial indet.
#> 1973 not reported terrestrial indet.
#> 1974 sandstone "floodplain"
#> 1975 "siliciclastic" terrestrial indet.
#> 1976 "siliciclastic" terrestrial indet.
#> 1977 "siliciclastic" terrestrial indet.
#> 1978 "siliciclastic" terrestrial indet.
#> 1979 "siliciclastic" terrestrial indet.
#> 1980 "siliciclastic" terrestrial indet.
#> 1981 "siliciclastic" terrestrial indet.
#> 1982 "siliciclastic" terrestrial indet.
#> 1983 "siliciclastic" terrestrial indet.
#> 1984 sandstone terrestrial indet.
#> 1985 sandstone terrestrial indet.
#> 1986 "siliciclastic" fine channel fill
#> 1987 "limestone" lacustrine indet.
#> 1988 "siliciclastic" terrestrial indet.
#> 1989 "shale" marine indet.
#> 1990 sandstone marine indet.
#> 1991 not reported terrestrial indet.
#> 1992 claystone fissure fill
#> 1993 claystone fissure fill
#> 1994 sandstone fluvial indet.
#> 1995 not reported terrestrial indet.
#> 1996 not reported terrestrial indet.
#> 1997 not reported terrestrial indet.
#> 1998 not reported terrestrial indet.
#> 1999 not reported terrestrial indet.
#> 2000 not reported terrestrial indet.
#> 2001 not reported terrestrial indet.
#> 2002 not reported terrestrial indet.
#> 2003 conglomerate fluvial indet.
#> 2004 sandstone terrestrial indet.
#> 2005 sandstone terrestrial indet.
#> 2006 sandstone terrestrial indet.
#> 2007 sandstone terrestrial indet.
#> 2008 sandstone terrestrial indet.
#> 2009 sandstone terrestrial indet.
#> 2010 sandstone terrestrial indet.
#> 2011 sandstone terrestrial indet.
#> 2012 sandstone terrestrial indet.
#> 2013 sandstone terrestrial indet.
#> 2014 mudstone lacustrine indet.
#> 2015 mudstone lacustrine indet.
#> 2016 mudstone lacustrine indet.
#> 2017 mudstone lacustrine indet.
#> 2018 mudstone lacustrine indet.
#> 2019 mudstone lacustrine indet.
#> 2020 mudstone terrestrial indet.
#> 2021 mudstone terrestrial indet.
#> 2022 mudstone terrestrial indet.
#> 2023 mudstone terrestrial indet.
#> 2024 not reported terrestrial indet.
#> 2025 not reported terrestrial indet.
#> 2026 not reported terrestrial indet.
#> 2027 siltstone terrestrial indet.
#> 2028 sandstone terrestrial indet.
#> 2029 not reported marine indet.
#> 2030 not reported terrestrial indet.
#> 2031 "shale" terrestrial indet.
#> 2032 "shale" lacustrine indet.
#> 2033 <NA> sinkhole
#> 2034 <NA> sinkhole
#> 2035 not reported terrestrial indet.
#> 2036 sandstone crevasse splay
#> 2037 sandstone terrestrial indet.
#> 2038 "shale" lacustrine indet.
#> 2039 sandstone terrestrial indet.
#> 2040 sandstone terrestrial indet.
#> 2041 sandstone terrestrial indet.
#> 2042 sandstone crevasse splay
#> 2043 "limestone" terrestrial indet.
#> 2044 ironstone terrestrial indet.
#> 2045 "limestone" terrestrial indet.
#> 2046 sandstone crevasse splay
#> 2047 sandstone crevasse splay
#> 2048 sandstone crevasse splay
#> 2049 sandstone crevasse splay
#> 2050 sandstone crevasse splay
#> 2051 sandstone crevasse splay
#> 2052 sandstone crevasse splay
#> 2053 sandstone crevasse splay
#> 2054 sandstone crevasse splay
#> 2055 sandstone crevasse splay
#> 2056 sandstone crevasse splay
#> 2057 not reported terrestrial indet.
#> 2058 not reported terrestrial indet.
#> 2059 not reported terrestrial indet.
#> 2060 not reported terrestrial indet.
#> 2061 not reported terrestrial indet.
#> 2062 not reported terrestrial indet.
#> 2063 not reported terrestrial indet.
#> 2064 not reported terrestrial indet.
#> 2065 not reported terrestrial indet.
#> 2066 not reported terrestrial indet.
#> 2067 not reported terrestrial indet.
#> 2068 not reported terrestrial indet.
#> 2069 not reported terrestrial indet.
#> 2070 not reported terrestrial indet.
#> 2071 not reported terrestrial indet.
#> 2072 not reported terrestrial indet.
#> 2073 not reported terrestrial indet.
#> 2074 not reported terrestrial indet.
#> 2075 not reported terrestrial indet.
#> 2076 not reported terrestrial indet.
#> 2077 "siliciclastic" terrestrial indet.
#> 2078 "siliciclastic" terrestrial indet.
#> 2079 "siliciclastic" terrestrial indet.
#> 2080 "siliciclastic" terrestrial indet.
#> 2081 "siliciclastic" terrestrial indet.
#> 2082 not reported terrestrial indet.
#> 2083 not reported terrestrial indet.
#> 2084 not reported terrestrial indet.
#> 2085 not reported terrestrial indet.
#> 2086 not reported terrestrial indet.
#> 2087 not reported terrestrial indet.
#> 2088 not reported terrestrial indet.
#> 2089 not reported terrestrial indet.
#> 2090 not reported terrestrial indet.
#> 2091 "shale" marine indet.
#> 2092 "limestone" terrestrial indet.
#> 2093 "shale" marine indet.
#> 2094 not reported terrestrial indet.
#> 2095 not reported terrestrial indet.
#> 2096 not reported terrestrial indet.
#> 2097 not reported terrestrial indet.
#> 2098 not reported terrestrial indet.
#> 2099 not reported terrestrial indet.
#> 2100 not reported terrestrial indet.
#> 2101 not reported terrestrial indet.
#> 2102 not reported terrestrial indet.
#> 2103 not reported terrestrial indet.
#> 2104 not reported terrestrial indet.
#> 2105 not reported terrestrial indet.
#> 2106 not reported terrestrial indet.
#> 2107 not reported terrestrial indet.
#> 2108 not reported terrestrial indet.
#> 2109 not reported terrestrial indet.
#> 2110 not reported terrestrial indet.
#> 2111 not reported terrestrial indet.
#> 2112 not reported terrestrial indet.
#> 2113 not reported terrestrial indet.
#> 2114 not reported terrestrial indet.
#> 2115 not reported terrestrial indet.
#> 2116 not reported terrestrial indet.
#> 2117 not reported terrestrial indet.
#> 2118 not reported terrestrial indet.
#> 2119 not reported terrestrial indet.
#> 2120 not reported terrestrial indet.
#> 2121 not reported terrestrial indet.
#> 2122 not reported terrestrial indet.
#> 2123 not reported terrestrial indet.
#> 2124 not reported terrestrial indet.
#> 2125 not reported terrestrial indet.
#> 2126 not reported terrestrial indet.
#> 2127 not reported terrestrial indet.
#> 2128 not reported terrestrial indet.
#> 2129 "siliciclastic" terrestrial indet.
#> 2130 "siliciclastic" terrestrial indet.
#> 2131 "siliciclastic" terrestrial indet.
#> 2132 "siliciclastic" terrestrial indet.
#> 2133 "siliciclastic" terrestrial indet.
#> 2134 "siliciclastic" terrestrial indet.
#> 2135 "siliciclastic" terrestrial indet.
#> 2136 "siliciclastic" terrestrial indet.
#> 2137 "siliciclastic" terrestrial indet.
#> 2138 "siliciclastic" terrestrial indet.
#> 2139 sandstone terrestrial indet.
#> 2140 sandstone terrestrial indet.
#> 2141 sandstone terrestrial indet.
#> 2142 sandstone terrestrial indet.
#> 2143 mudstone terrestrial indet.
#> 2144 mudstone terrestrial indet.
#> 2145 mudstone terrestrial indet.
#> 2146 mudstone terrestrial indet.
#> 2147 mudstone terrestrial indet.
#> 2148 mudstone terrestrial indet.
#> 2149 mudstone terrestrial indet.
#> 2150 mudstone terrestrial indet.
#> 2151 not reported terrestrial indet.
#> 2152 not reported terrestrial indet.
#> 2153 not reported terrestrial indet.
#> 2154 not reported terrestrial indet.
#> 2155 "siliciclastic" terrestrial indet.
#> 2156 "siliciclastic" terrestrial indet.
#> 2157 "siliciclastic" terrestrial indet.
#> 2158 "siliciclastic" terrestrial indet.
#> 2159 not reported terrestrial indet.
#> 2160 not reported terrestrial indet.
#> 2161 not reported terrestrial indet.
#> 2162 not reported terrestrial indet.
#> 2163 not reported terrestrial indet.
#> 2164 not reported terrestrial indet.
#> 2165 not reported terrestrial indet.
#> 2166 not reported terrestrial indet.
#> 2167 not reported terrestrial indet.
#> 2168 not reported terrestrial indet.
#> 2169 not reported terrestrial indet.
#> 2170 "siliciclastic" terrestrial indet.
#> 2171 "siliciclastic" terrestrial indet.
#> 2172 "siliciclastic" terrestrial indet.
#> 2173 "siliciclastic" terrestrial indet.
#> 2174 "siliciclastic" terrestrial indet.
#> 2175 "siliciclastic" terrestrial indet.
#> 2176 "siliciclastic" terrestrial indet.
#> 2177 "siliciclastic" terrestrial indet.
#> 2178 "siliciclastic" terrestrial indet.
#> 2179 "siliciclastic" terrestrial indet.
#> 2180 "siliciclastic" terrestrial indet.
#> 2181 "siliciclastic" terrestrial indet.
#> 2182 "siliciclastic" terrestrial indet.
#> 2183 "siliciclastic" terrestrial indet.
#> 2184 "siliciclastic" terrestrial indet.
#> 2185 "siliciclastic" terrestrial indet.
#> 2186 "siliciclastic" terrestrial indet.
#> 2187 "siliciclastic" terrestrial indet.
#> 2188 "siliciclastic" terrestrial indet.
#> 2189 "siliciclastic" terrestrial indet.
#> 2190 "siliciclastic" terrestrial indet.
#> 2191 not reported terrestrial indet.
#> 2192 not reported terrestrial indet.
#> 2193 not reported terrestrial indet.
#> 2194 not reported terrestrial indet.
#> 2195 ironstone terrestrial indet.
#> 2196 siltstone terrestrial indet.
#> 2197 not reported fluvial indet.
#> 2198 not reported fluvial indet.
#> 2199 sandstone fluvial indet.
#> 2200 not reported fluvial indet.
#> 2201 sandstone fluvial indet.
#> 2202 claystone terrestrial indet.
#> 2203 coal terrestrial indet.
#> 2204 ironstone terrestrial indet.
#> 2205 not reported fluvial indet.
#> 2206 sandstone fluvial indet.
#> 2207 sandstone fluvial indet.
#> 2208 sandstone fluvial indet.
#> 2209 "siliciclastic" fluvial indet.
#> 2210 not reported terrestrial indet.
#> 2211 siltstone terrestrial indet.
#> 2212 siltstone terrestrial indet.
#> 2213 not reported terrestrial indet.
#> 2214 not reported terrestrial indet.
#> 2215 not reported terrestrial indet.
#> 2216 not reported terrestrial indet.
#> 2217 not reported terrestrial indet.
#> 2218 not reported terrestrial indet.
#> 2219 not reported terrestrial indet.
#> 2220 "shale" marginal marine indet.
#> 2221 not reported terrestrial indet.
#> 2222 not reported terrestrial indet.
#> 2223 not reported terrestrial indet.
#> 2224 not reported terrestrial indet.
#> 2225 not reported terrestrial indet.
#> 2226 not reported terrestrial indet.
#> 2227 not reported terrestrial indet.
#> 2228 not reported terrestrial indet.
#> 2229 not reported terrestrial indet.
#> 2230 not reported terrestrial indet.
#> 2231 not reported terrestrial indet.
#> 2232 not reported terrestrial indet.
#> 2233 not reported terrestrial indet.
#> 2234 not reported terrestrial indet.
#> 2235 not reported terrestrial indet.
#> 2236 not reported terrestrial indet.
#> 2237 not reported terrestrial indet.
#> 2238 not reported terrestrial indet.
#> 2239 not reported terrestrial indet.
#> 2240 not reported terrestrial indet.
#> 2241 not reported terrestrial indet.
#> 2242 "siliciclastic" terrestrial indet.
#> 2243 not reported terrestrial indet.
#> 2244 not reported terrestrial indet.
#> 2245 not reported terrestrial indet.
#> 2246 not reported terrestrial indet.
#> 2247 not reported terrestrial indet.
#> 2248 not reported terrestrial indet.
#> 2249 not reported terrestrial indet.
#> 2250 not reported terrestrial indet.
#> 2251 "siliciclastic" fluvial indet.
#> 2252 "siliciclastic" fluvial indet.
#> 2253 "siliciclastic" fluvial indet.
#> 2254 "siliciclastic" fluvial indet.
#> 2255 "siliciclastic" fluvial indet.
#> 2256 not reported terrestrial indet.
#> 2257 sandstone "floodplain"
#> 2258 sandstone "channel"
#> 2259 sandstone "channel"
#> 2260 sandstone "channel"
#> 2261 sandstone "channel"
#> 2262 sandstone "channel"
#> 2263 sandstone "channel"
#> 2264 sandstone "channel"
#> 2265 sandstone "channel"
#> 2266 sandstone "channel"
#> 2267 sandstone "channel"
#> 2268 sandstone "channel"
#> 2269 sandstone "channel"
#> 2270 sandstone "channel"
#> 2271 coal terrestrial indet.
#> 2272 not reported terrestrial indet.
#> 2273 not reported terrestrial indet.
#> 2274 not reported terrestrial indet.
#> 2275 not reported terrestrial indet.
#> 2276 not reported terrestrial indet.
#> 2277 not reported terrestrial indet.
#> 2278 not reported terrestrial indet.
#> 2279 not reported terrestrial indet.
#> 2280 not reported terrestrial indet.
#> 2281 not reported terrestrial indet.
#> 2282 not reported terrestrial indet.
#> 2283 ironstone terrestrial indet.
#> 2284 not reported terrestrial indet.
#> 2285 not reported terrestrial indet.
#> 2286 not reported terrestrial indet.
#> 2287 not reported terrestrial indet.
#> 2288 not reported terrestrial indet.
#> 2289 not reported terrestrial indet.
#> 2290 not reported terrestrial indet.
#> 2291 not reported terrestrial indet.
#> 2292 not reported terrestrial indet.
#> 2293 not reported terrestrial indet.
#> 2294 claystone fissure fill
#> 2295 "shale" terrestrial indet.
#> 2296 "shale" marine indet.
#> 2297 coal terrestrial indet.
#> 2298 sandstone terrestrial indet.
#> 2299 coal terrestrial indet.
#> 2300 not reported terrestrial indet.
#> 2301 not reported terrestrial indet.
#> 2302 coal terrestrial indet.
#> 2303 coal lacustrine indet.
#> 2304 claystone terrestrial indet.
#> 2305 coal terrestrial indet.
#> 2306 coal terrestrial indet.
#> 2307 coal terrestrial indet.
#> 2308 coal mire/swamp
#> 2309 "shale" terrestrial indet.
#> 2310 sandstone deltaic indet.
#> 2311 mudstone terrestrial indet.
#> 2312 coal terrestrial indet.
#> 2313 "shale" terrestrial indet.
#> 2314 "shale" terrestrial indet.
#> 2315 mudstone terrestrial indet.
#> 2316 "shale" terrestrial indet.
#> 2317 "shale" terrestrial indet.
#> 2318 "shale" terrestrial indet.
#> 2319 siltstone terrestrial indet.
#> 2320 not reported terrestrial indet.
#> 2321 "limestone" terrestrial indet.
#> 2322 coal terrestrial indet.
#> 2323 sandstone terrestrial indet.
#> 2324 sandstone terrestrial indet.
#> 2325 sandstone terrestrial indet.
#> 2326 ironstone terrestrial indet.
#> 2327 "shale" terrestrial indet.
#> 2328 siltstone terrestrial indet.
#> 2329 not reported terrestrial indet.
#> 2330 sandstone "floodplain"
#> 2331 sandstone "floodplain"
#> 2332 not reported terrestrial indet.
#> 2333 sandstone "floodplain"
#> 2334 sandstone "floodplain"
#> 2335 siltstone fluvial indet.
#> 2336 siltstone fluvial indet.
#> 2337 siltstone fluvial indet.
#> 2338 siltstone fluvial indet.
#> 2339 siltstone fluvial indet.
#> 2340 siltstone fluvial indet.
#> 2341 siltstone fluvial indet.
#> 2342 siltstone fluvial indet.
#> 2343 siltstone fluvial indet.
#> 2344 siltstone fluvial indet.
#> 2345 siltstone fluvial indet.
#> 2346 not reported terrestrial indet.
#> 2347 not reported terrestrial indet.
#> 2348 sandstone "floodplain"
#> 2349 not reported terrestrial indet.
#> 2350 not reported terrestrial indet.
#> 2351 not reported terrestrial indet.
#> 2352 not reported terrestrial indet.
#> 2353 not reported terrestrial indet.
#> 2354 not reported terrestrial indet.
#> 2355 mudstone terrestrial indet.
#> 2356 coal terrestrial indet.
#> 2357 coal terrestrial indet.
#> 2358 mudstone terrestrial indet.
#> 2359 coal terrestrial indet.
#> 2360 coal terrestrial indet.
#> 2361 coal terrestrial indet.
#> 2362 coal terrestrial indet.
#> 2363 coal terrestrial indet.
#> 2364 coal terrestrial indet.
#> 2365 coal terrestrial indet.
#> 2366 coal terrestrial indet.
#> 2367 not reported terrestrial indet.
#> 2368 not reported terrestrial indet.
#> 2369 not reported terrestrial indet.
#> 2370 not reported terrestrial indet.
#> 2371 not reported terrestrial indet.
#> 2372 not reported terrestrial indet.
#> 2373 not reported terrestrial indet.
#> 2374 not reported terrestrial indet.
#> 2375 not reported terrestrial indet.
#> 2376 not reported terrestrial indet.
#> 2377 not reported terrestrial indet.
#> 2378 not reported terrestrial indet.
#> 2379 not reported terrestrial indet.
#> 2380 sandstone delta plain
#> 2381 sandstone delta plain
#> 2382 not reported terrestrial indet.
#> 2383 not reported terrestrial indet.
#> 2384 not reported terrestrial indet.
#> 2385 not reported terrestrial indet.
#> 2386 not reported terrestrial indet.
#> 2387 not reported terrestrial indet.
#> 2388 not reported terrestrial indet.
#> 2389 "siliciclastic" terrestrial indet.
#> 2390 mudstone terrestrial indet.
#> 2391 mudstone dry floodplain
#> 2392 "siliciclastic" terrestrial indet.
#> 2393 "siliciclastic" terrestrial indet.
#> 2394 not reported terrestrial indet.
#> 2395 mudstone terrestrial indet.
#> 2396 not reported terrestrial indet.
#> 2397 not reported terrestrial indet.
#> 2398 not reported terrestrial indet.
#> 2399 mudstone terrestrial indet.
#> 2400 not reported terrestrial indet.
#> 2401 not reported terrestrial indet.
#> 2402 not reported terrestrial indet.
#> 2403 not reported terrestrial indet.
#> 2404 not reported terrestrial indet.
#> 2405 not reported terrestrial indet.
#> 2406 not reported terrestrial indet.
#> 2407 not reported terrestrial indet.
#> 2408 not reported terrestrial indet.
#> 2409 not reported terrestrial indet.
#> 2410 not reported terrestrial indet.
#> 2411 not reported terrestrial indet.
#> 2412 not reported terrestrial indet.
#> 2413 not reported terrestrial indet.
#> 2414 not reported terrestrial indet.
#> 2415 not reported terrestrial indet.
#> 2416 not reported terrestrial indet.
#> 2417 not reported terrestrial indet.
#> 2418 "siliciclastic" fluvial indet.
#> 2419 "siliciclastic" fluvial indet.
#> 2420 mudstone terrestrial indet.
#> 2421 mudstone terrestrial indet.
#> 2422 mudstone terrestrial indet.
#> 2423 mudstone terrestrial indet.
#> 2424 mudstone terrestrial indet.
#> 2425 mudstone terrestrial indet.
#> 2426 mudstone terrestrial indet.
#> 2427 mudstone terrestrial indet.
#> 2428 mudstone terrestrial indet.
#> 2429 mudstone terrestrial indet.
#> 2430 mudstone terrestrial indet.
#> 2431 mudstone terrestrial indet.
#> 2432 mudstone terrestrial indet.
#> 2433 mudstone terrestrial indet.
#> 2434 mudstone terrestrial indet.
#> 2435 mudstone terrestrial indet.
#> 2436 mudstone terrestrial indet.
#> 2437 sandstone "floodplain"
#> 2438 "siliciclastic" terrestrial indet.
#> 2439 "siliciclastic" terrestrial indet.
#> 2440 sandstone "floodplain"
#> 2441 sandstone "floodplain"
#> 2442 mudstone "floodplain"
#> 2443 "siliciclastic" terrestrial indet.
#> 2444 "siliciclastic" terrestrial indet.
#> 2445 "siliciclastic" terrestrial indet.
#> 2446 "siliciclastic" terrestrial indet.
#> 2447 "siliciclastic" terrestrial indet.
#> 2448 "siliciclastic" terrestrial indet.
#> 2449 "siliciclastic" terrestrial indet.
#> 2450 "siliciclastic" terrestrial indet.
#> 2451 "siliciclastic" terrestrial indet.
#> 2452 "siliciclastic" terrestrial indet.
#> 2453 "siliciclastic" terrestrial indet.
#> 2454 coal terrestrial indet.
#> 2455 sandstone terrestrial indet.
#> 2456 "siliciclastic" terrestrial indet.
#> 2457 coal mire/swamp
#> 2458 not reported terrestrial indet.
#> 2459 not reported terrestrial indet.
#> 2460 not reported terrestrial indet.
#> 2461 not reported terrestrial indet.
#> 2462 not reported terrestrial indet.
#> 2463 not reported terrestrial indet.
#> 2464 not reported terrestrial indet.
#> 2465 not reported terrestrial indet.
#> 2466 not reported terrestrial indet.
#> 2467 not reported terrestrial indet.
#> 2468 not reported terrestrial indet.
#> 2469 not reported terrestrial indet.
#> 2470 not reported terrestrial indet.
#> 2471 not reported terrestrial indet.
#> 2472 not reported terrestrial indet.
#> 2473 not reported terrestrial indet.
#> 2474 not reported terrestrial indet.
#> 2475 not reported terrestrial indet.
#> 2476 not reported terrestrial indet.
#> 2477 not reported terrestrial indet.
#> 2478 not reported terrestrial indet.
#> 2479 not reported terrestrial indet.
#> 2480 not reported terrestrial indet.
#> 2481 not reported terrestrial indet.
#> 2482 "shale" terrestrial indet.
#> 2483 "siliciclastic" terrestrial indet.
#> 2484 not reported terrestrial indet.
#> 2485 not reported terrestrial indet.
#> 2486 not reported terrestrial indet.
#> 2487 "limestone" lacustrine indet.
#> 2488 "volcaniclastic" terrestrial indet.
#> 2489 not reported marine indet.
#> 2490 not reported terrestrial indet.
#> 2491 coal terrestrial indet.
#> 2492 coal terrestrial indet.
#> 2493 coal terrestrial indet.
#> 2494 sandstone terrestrial indet.
#> 2495 sandstone terrestrial indet.
#> 2496 coal terrestrial indet.
#> 2497 not reported terrestrial indet.
#> 2498 not reported terrestrial indet.
#> 2499 "siliciclastic" terrestrial indet.
#> 2500 "siliciclastic" terrestrial indet.
#> 2501 "siliciclastic" terrestrial indet.
#> 2502 "siliciclastic" terrestrial indet.
#> 2503 not reported terrestrial indet.
#> 2504 "siliciclastic" terrestrial indet.
#> 2505 "siliciclastic" terrestrial indet.
#> 2506 "siliciclastic" terrestrial indet.
#> 2507 "siliciclastic" terrestrial indet.
#> 2508 "siliciclastic" terrestrial indet.
#> 2509 "siliciclastic" terrestrial indet.
#> 2510 not reported terrestrial indet.
#> 2511 not reported terrestrial indet.
#> 2512 not reported terrestrial indet.
#> 2513 not reported terrestrial indet.
#> 2514 not reported terrestrial indet.
#> 2515 not reported terrestrial indet.
#> 2516 not reported terrestrial indet.
#> 2517 not reported terrestrial indet.
#> 2518 not reported terrestrial indet.
#> 2519 not reported terrestrial indet.
#> 2520 not reported terrestrial indet.
#> 2521 not reported terrestrial indet.
#> 2522 not reported terrestrial indet.
#> 2523 not reported terrestrial indet.
#> 2524 not reported terrestrial indet.
#> 2525 not reported terrestrial indet.
#> 2526 not reported terrestrial indet.
#> 2527 not reported terrestrial indet.
#> 2528 not reported terrestrial indet.
#> 2529 not reported terrestrial indet.
#> 2530 not reported terrestrial indet.
#> 2531 not reported terrestrial indet.
#> 2532 not reported terrestrial indet.
#> 2533 not reported terrestrial indet.
#> 2534 not reported terrestrial indet.
#> 2535 not reported terrestrial indet.
#> 2536 not reported terrestrial indet.
#> 2537 not reported terrestrial indet.
#> 2538 not reported terrestrial indet.
#> 2539 not reported terrestrial indet.
#> 2540 not reported terrestrial indet.
#> 2541 not reported terrestrial indet.
#> 2542 not reported terrestrial indet.
#> 2543 not reported terrestrial indet.
#> 2544 not reported terrestrial indet.
#> 2545 "siliciclastic" fluvial indet.
#> 2546 not reported terrestrial indet.
#> 2547 not reported terrestrial indet.
#> 2548 "siliciclastic" fine channel fill
#> 2549 not reported terrestrial indet.
#> 2550 not reported terrestrial indet.
#> 2551 not reported terrestrial indet.
#> 2552 not reported terrestrial indet.
#> 2553 not reported terrestrial indet.
#> 2554 not reported terrestrial indet.
#> 2555 not reported terrestrial indet.
#> 2556 not reported terrestrial indet.
#> 2557 not reported terrestrial indet.
#> 2558 not reported terrestrial indet.
#> 2559 not reported terrestrial indet.
#> 2560 not reported terrestrial indet.
#> 2561 not reported terrestrial indet.
#> 2562 not reported terrestrial indet.
#> 2563 "siliciclastic" terrestrial indet.
#> 2564 "siliciclastic" terrestrial indet.
#> 2565 not reported terrestrial indet.
#> 2566 not reported terrestrial indet.
#> 2567 not reported terrestrial indet.
#> 2568 not reported terrestrial indet.
#> 2569 not reported terrestrial indet.
#> 2570 not reported terrestrial indet.
#> 2571 not reported terrestrial indet.
#> 2572 not reported terrestrial indet.
#> 2573 not reported terrestrial indet.
#> 2574 not reported terrestrial indet.
#> 2575 not reported terrestrial indet.
#> 2576 not reported terrestrial indet.
#> 2577 not reported terrestrial indet.
#> 2578 not reported terrestrial indet.
#> 2579 not reported terrestrial indet.
#> 2580 not reported terrestrial indet.
#> 2581 not reported terrestrial indet.
#> 2582 not reported terrestrial indet.
#> 2583 not reported terrestrial indet.
#> 2584 not reported terrestrial indet.
#> 2585 not reported terrestrial indet.
#> 2586 not reported terrestrial indet.
#> 2587 not reported terrestrial indet.
#> 2588 not reported terrestrial indet.
#> 2589 not reported terrestrial indet.
#> 2590 not reported terrestrial indet.
#> 2591 coal mire/swamp
#> 2592 coal mire/swamp
#> 2593 coal mire/swamp
#> 2594 coal mire/swamp
#> 2595 coal lacustrine indet.
#> 2596 coal terrestrial indet.
#> 2597 coal lacustrine indet.
#> 2598 coal lacustrine indet.
#> 2599 coal lacustrine indet.
#> 2600 not reported terrestrial indet.
#> 2601 not reported terrestrial indet.
#> 2602 not reported terrestrial indet.
#> 2603 mudstone terrestrial indet.
#> 2604 mudstone deltaic indet.
#> 2605 not reported terrestrial indet.
#> 2606 not reported terrestrial indet.
#> 2607 not reported terrestrial indet.
#> 2608 conglomerate "channel"
#> 2609 conglomerate coarse channel fill
#> 2610 conglomerate coarse channel fill
#> 2611 conglomerate coarse channel fill
#> 2612 conglomerate coarse channel fill
#> 2613 conglomerate coarse channel fill
#> 2614 conglomerate coarse channel fill
#> 2615 conglomerate coarse channel fill
#> 2616 conglomerate coarse channel fill
#> 2617 conglomerate coarse channel fill
#> 2618 conglomerate coarse channel fill
#> 2619 conglomerate coarse channel fill
#> 2620 not reported terrestrial indet.
#> 2621 not reported terrestrial indet.
#> 2622 conglomerate coarse channel fill
#> 2623 conglomerate coarse channel fill
#> 2624 conglomerate coarse channel fill
#> 2625 conglomerate coarse channel fill
#> 2626 siltstone "channel"
#> 2627 siltstone "channel"
#> 2628 "shale" pond
#> 2629 "shale" pond
#> 2630 "shale" pond
#> 2631 not reported terrestrial indet.
#> 2632 not reported terrestrial indet.
#> 2633 not reported terrestrial indet.
#> 2634 not reported terrestrial indet.
#> 2635 not reported terrestrial indet.
#> 2636 not reported terrestrial indet.
#> 2637 not reported terrestrial indet.
#> 2638 not reported terrestrial indet.
#> 2639 not reported terrestrial indet.
#> 2640 not reported terrestrial indet.
#> 2641 not reported terrestrial indet.
#> 2642 not reported terrestrial indet.
#> 2643 not reported terrestrial indet.
#> 2644 not reported terrestrial indet.
#> 2645 conglomerate dry floodplain
#> 2646 conglomerate dry floodplain
#> 2647 conglomerate dry floodplain
#> 2648 conglomerate dry floodplain
#> 2649 conglomerate dry floodplain
#> 2650 conglomerate dry floodplain
#> 2651 conglomerate dry floodplain
#> 2652 conglomerate dry floodplain
#> 2653 "shale" wet floodplain
#> 2654 "shale" wet floodplain
#> 2655 "shale" wet floodplain
#> 2656 "shale" wet floodplain
#> 2657 "shale" pond
#> 2658 sandstone dry floodplain
#> 2659 sandstone dry floodplain
#> 2660 sandstone dry floodplain
#> 2661 sandstone dry floodplain
#> 2662 sandstone dry floodplain
#> 2663 not reported terrestrial indet.
#> 2664 not reported terrestrial indet.
#> 2665 "siliciclastic" terrestrial indet.
#> 2666 not reported terrestrial indet.
#> 2667 not reported terrestrial indet.
#> 2668 not reported terrestrial indet.
#> 2669 coal mire/swamp
#> 2670 coal mire/swamp
#> 2671 coal mire/swamp
#> 2672 "limestone" terrestrial indet.
#> 2673 mudstone deltaic indet.
#> 2674 "limestone" fluvial indet.
#> 2675 "siliciclastic" terrestrial indet.
#> 2676 claystone terrestrial indet.
#> 2677 "shale" terrestrial indet.
#> 2678 claystone terrestrial indet.
#> 2679 "limestone" marine indet.
#> 2680 not reported terrestrial indet.
#> 2681 claystone terrestrial indet.
#> 2682 coal terrestrial indet.
#> 2683 coal terrestrial indet.
#> 2684 "shale" fine channel fill
#> 2685 coal lacustrine indet.
#> 2686 sandstone mire/swamp
#> 2687 "shale" fluvial indet.
#> 2688 "shale" marine indet.
#> 2689 coal lacustrine indet.
#> 2690 claystone terrestrial indet.
#> 2691 coal mire/swamp
#> 2692 coal mire/swamp
#> 2693 not reported terrestrial indet.
#> 2694 coal lacustrine indet.
#> 2695 not reported terrestrial indet.
#> 2696 coal lacustrine indet.
#> 2697 not reported terrestrial indet.
#> 2698 coal terrestrial indet.
#> 2699 coal terrestrial indet.
#> 2700 coal mire/swamp
#> 2701 coal mire/swamp
#> 2702 not reported terrestrial indet.
#> 2703 "siliciclastic" terrestrial indet.
#> 2704 "siliciclastic" terrestrial indet.
#> 2705 "siliciclastic" terrestrial indet.
#> 2706 "siliciclastic" terrestrial indet.
#> 2707 "siliciclastic" terrestrial indet.
#> 2708 not reported terrestrial indet.
#> 2709 not reported terrestrial indet.
#> 2710 not reported terrestrial indet.
#> 2711 not reported terrestrial indet.
#> 2712 not reported terrestrial indet.
#> 2713 not reported terrestrial indet.
#> 2714 not reported terrestrial indet.
#> 2715 not reported terrestrial indet.
#> 2716 not reported terrestrial indet.
#> 2717 not reported terrestrial indet.
#> 2718 not reported terrestrial indet.
#> 2719 not reported terrestrial indet.
#> 2720 not reported terrestrial indet.
#> 2721 not reported terrestrial indet.
#> 2722 not reported terrestrial indet.
#> 2723 not reported terrestrial indet.
#> 2724 not reported terrestrial indet.
#> 2725 not reported terrestrial indet.
#> 2726 not reported terrestrial indet.
#> 2727 not reported terrestrial indet.
#> 2728 not reported terrestrial indet.
#> 2729 not reported terrestrial indet.
#> 2730 not reported terrestrial indet.
#> 2731 not reported terrestrial indet.
#> 2732 not reported terrestrial indet.
#> 2733 not reported terrestrial indet.
#> 2734 not reported terrestrial indet.
#> 2735 not reported terrestrial indet.
#> 2736 not reported terrestrial indet.
#> 2737 not reported terrestrial indet.
#> 2738 not reported terrestrial indet.
#> 2739 not reported terrestrial indet.
#> 2740 not reported terrestrial indet.
#> 2741 not reported terrestrial indet.
#> 2742 not reported terrestrial indet.
#> 2743 not reported terrestrial indet.
#> 2744 not reported terrestrial indet.
#> 2745 not reported terrestrial indet.
#> 2746 not reported terrestrial indet.
#> 2747 not reported terrestrial indet.
#> 2748 not reported terrestrial indet.
#> 2749 not reported terrestrial indet.
#> 2750 not reported terrestrial indet.
#> 2751 not reported terrestrial indet.
#> 2752 not reported terrestrial indet.
#> 2753 not reported terrestrial indet.
#> 2754 not reported terrestrial indet.
#> 2755 not reported terrestrial indet.
#> 2756 not reported terrestrial indet.
#> 2757 siltstone terrestrial indet.
#> 2758 not reported terrestrial indet.
#> 2759 not reported terrestrial indet.
#> 2760 not reported terrestrial indet.
#> 2761 not reported terrestrial indet.
#> 2762 not reported terrestrial indet.
#> 2763 not reported terrestrial indet.
#> 2764 not reported terrestrial indet.
#> 2765 not reported terrestrial indet.
#> 2766 not reported terrestrial indet.
#> 2767 not reported terrestrial indet.
#> 2768 not reported terrestrial indet.
#> 2769 not reported terrestrial indet.
#> 2770 not reported terrestrial indet.
#> 2771 not reported terrestrial indet.
#> 2772 not reported terrestrial indet.
#> 2773 not reported terrestrial indet.
#> 2774 not reported terrestrial indet.
#> 2775 not reported terrestrial indet.
#> 2776 not reported terrestrial indet.
#> 2777 not reported terrestrial indet.
#> pres_mode
#> 1 body
#> 2 body,mold/impression
#> 3 body
#> 4 body
#> 5 body
#> 6 body
#> 7 body
#> 8 body
#> 9 body
#> 10 body
#> 11 body
#> 12 body
#> 13 body
#> 14 body
#> 15 body
#> 16 body
#> 17 mold/impression
#> 18 body
#> 19 body,cast
#> 20 body,cast
#> 21 body,cast
#> 22 body,cast
#> 23 body,cast
#> 24 body,cast
#> 25 body
#> 26 body
#> 27 body
#> 28 body
#> 29 body
#> 30 body
#> 31 <NA>
#> 32 <NA>
#> 33 <NA>
#> 34 body
#> 35 body
#> 36 body
#> 37 body
#> 38 body
#> 39 <NA>
#> 40 <NA>
#> 41 <NA>
#> 42 <NA>
#> 43 <NA>
#> 44 <NA>
#> 45 body
#> 46 body
#> 47 body
#> 48 body
#> 49 body
#> 50 body
#> 51 body
#> 52 body
#> 53 body
#> 54 body
#> 55 <NA>
#> 56 <NA>
#> 57 <NA>
#> 58 body
#> 59 <NA>
#> 60 body
#> 61 <NA>
#> 62 body
#> 63 <NA>
#> 64 <NA>
#> 65 body
#> 66 body
#> 67 body
#> 68 body,mold/impression
#> 69 body,mold/impression
#> 70 body
#> 71 body,mold/impression
#> 72 body
#> 73 body
#> 74 body
#> 75 body
#> 76 body
#> 77 body
#> 78 body
#> 79 body,concretion
#> 80 body,concretion
#> 81 body,concretion
#> 82 body,concretion
#> 83 body
#> 84 body
#> 85 body,concretion
#> 86 body
#> 87 body
#> 88 body
#> 89 body
#> 90 body
#> 91 body
#> 92 body
#> 93 body
#> 94 body
#> 95 body
#> 96 body
#> 97 body
#> 98 body
#> 99 body
#> 100 body
#> 101 body
#> 102 body
#> 103 mold/impression,trace
#> 104 mold/impression,trace
#> 105 body,concretion
#> 106 body,concretion
#> 107 body
#> 108 body
#> 109 body
#> 110 body
#> 111 body
#> 112 body
#> 113 body
#> 114 body
#> 115 body
#> 116 body
#> 117 body,coalified
#> 118 body
#> 119 body
#> 120 body
#> 121 body
#> 122 body
#> 123 body
#> 124 body
#> 125 body
#> 126 body
#> 127 body
#> 128 body
#> 129 body
#> 130 body
#> 131 body
#> 132 body
#> 133 body
#> 134 body
#> 135 body
#> 136 body
#> 137 body
#> 138 body
#> 139 body
#> 140 body
#> 141 body
#> 142 body
#> 143 body
#> 144 body
#> 145 body
#> 146 body
#> 147 body
#> 148 body
#> 149 body
#> 150 body
#> 151 body
#> 152 body
#> 153 body
#> 154 body
#> 155 body
#> 156 body
#> 157 body
#> 158 body
#> 159 body
#> 160 body
#> 161 body
#> 162 body
#> 163 body
#> 164 body
#> 165 body
#> 166 body
#> 167 body
#> 168 body
#> 169 body
#> 170 body
#> 171 body
#> 172 body
#> 173 body
#> 174 body
#> 175 body
#> 176 body
#> 177 body
#> 178 body
#> 179 body
#> 180 body
#> 181 body
#> 182 body
#> 183 body
#> 184 body
#> 185 body
#> 186 body
#> 187 body
#> 188 body
#> 189 body
#> 190 body
#> 191 body
#> 192 body
#> 193 body
#> 194 body
#> 195 body
#> 196 body
#> 197 body
#> 198 body
#> 199 body
#> 200 body
#> 201 body
#> 202 body
#> 203 body
#> 204 body
#> 205 body
#> 206 body
#> 207 body
#> 208 body
#> 209 body
#> 210 body
#> 211 body
#> 212 body
#> 213 body
#> 214 body
#> 215 body
#> 216 body
#> 217 body
#> 218 body
#> 219 body
#> 220 body
#> 221 body
#> 222 body
#> 223 body
#> 224 body
#> 225 body
#> 226 body
#> 227 body
#> 228 body
#> 229 body
#> 230 body
#> 231 body
#> 232 body
#> 233 body
#> 234 body
#> 235 body
#> 236 body
#> 237 body
#> 238 body
#> 239 body
#> 240 body
#> 241 body
#> 242 body
#> 243 body
#> 244 body
#> 245 body
#> 246 body
#> 247 body
#> 248 body
#> 249 body
#> 250 body
#> 251 body
#> 252 body
#> 253 body
#> 254 body
#> 255 body
#> 256 body
#> 257 body
#> 258 body
#> 259 body
#> 260 body
#> 261 body
#> 262 body
#> 263 body
#> 264 body
#> 265 body
#> 266 body
#> 267 body
#> 268 body
#> 269 body
#> 270 body
#> 271 body
#> 272 body
#> 273 body
#> 274 body
#> 275 body
#> 276 body
#> 277 body
#> 278 body
#> 279 body
#> 280 body
#> 281 body
#> 282 body
#> 283 body
#> 284 body
#> 285 body
#> 286 body
#> 287 body
#> 288 body
#> 289 body
#> 290 body
#> 291 body
#> 292 body
#> 293 body
#> 294 body
#> 295 body
#> 296 body
#> 297 body
#> 298 body
#> 299 body
#> 300 body
#> 301 body
#> 302 body
#> 303 body
#> 304 body
#> 305 body
#> 306 body
#> 307 body
#> 308 body
#> 309 body
#> 310 body
#> 311 body
#> 312 body
#> 313 body
#> 314 body
#> 315 body
#> 316 body
#> 317 body
#> 318 body
#> 319 body
#> 320 body
#> 321 body
#> 322 body
#> 323 body
#> 324 body
#> 325 body
#> 326 body
#> 327 body
#> 328 body
#> 329 body
#> 330 body
#> 331 body
#> 332 body
#> 333 body
#> 334 body
#> 335 body
#> 336 body
#> 337 body
#> 338 body
#> 339 body
#> 340 body
#> 341 body
#> 342 body
#> 343 body
#> 344 body
#> 345 body
#> 346 body
#> 347 body
#> 348 body
#> 349 body
#> 350 body
#> 351 body
#> 352 body
#> 353 body
#> 354 body
#> 355 body
#> 356 body
#> 357 body
#> 358 body
#> 359 body
#> 360 body
#> 361 body
#> 362 body
#> 363 body
#> 364 body
#> 365 body
#> 366 body
#> 367 body
#> 368 body
#> 369 body
#> 370 body
#> 371 body
#> 372 body
#> 373 body
#> 374 body
#> 375 body
#> 376 body
#> 377 body
#> 378 body,concretion
#> 379 body,concretion
#> 380 body,concretion
#> 381 body,concretion
#> 382 body
#> 383 body
#> 384 body
#> 385 body
#> 386 body,coalified
#> 387 body,coalified
#> 388 body,coalified
#> 389 body,coalified
#> 390 body,coalified
#> 391 body,coalified
#> 392 body,coalified
#> 393 body,coalified
#> 394 body,coalified
#> 395 body,mold/impression
#> 396 body
#> 397 body
#> 398 body,mold/impression,concretion
#> 399 body
#> 400 body
#> 401 body
#> 402 body
#> 403 adpression,charcoalification,coalified
#> 404 adpression,charcoalification,coalified
#> 405 adpression,charcoalification,coalified
#> 406 adpression,charcoalification,coalified
#> 407 adpression,charcoalification,coalified
#> 408 adpression,charcoalification,coalified
#> 409 mold/impression,adpression
#> 410 body
#> 411 body
#> 412 body
#> 413 body
#> 414 body
#> 415 mold/impression
#> 416 body
#> 417 body
#> 418 body
#> 419 body
#> 420 body
#> 421 body
#> 422 <NA>
#> 423 trace
#> 424 trace
#> 425 trace
#> 426 trace
#> 427 body
#> 428 body
#> 429 body
#> 430 body
#> 431 body
#> 432 body
#> 433 body
#> 434 body
#> 435 body
#> 436 body
#> 437 body
#> 438 body
#> 439 body
#> 440 body,soft parts
#> 441 body,soft parts
#> 442 body,soft parts
#> 443 trace
#> 444 body,concretion
#> 445 body,concretion
#> 446 body,concretion
#> 447 body
#> 448 body,mold/impression
#> 449 body,mold/impression
#> 450 body
#> 451 body
#> 452 body
#> 453 body
#> 454 body
#> 455 body
#> 456 body
#> 457 body
#> 458 body
#> 459 body
#> 460 <NA>
#> 461 <NA>
#> 462 body
#> 463 body,adpression
#> 464 body
#> 465 body
#> 466 body
#> 467 body
#> 468 body
#> 469 body
#> 470 cast,mold/impression,trace
#> 471 body
#> 472 body
#> 473 mold/impression,trace
#> 474 body
#> 475 body
#> 476 body
#> 477 body
#> 478 body
#> 479 body
#> 480 body
#> 481 body
#> 482 body
#> 483 body
#> 484 body
#> 485 body
#> 486 body
#> 487 body
#> 488 body
#> 489 body
#> 490 body
#> 491 body
#> 492 body
#> 493 body
#> 494 body
#> 495 body
#> 496 body
#> 497 body
#> 498 body
#> 499 body,concretion
#> 500 body,concretion
#> 501 body,concretion
#> 502 body,concretion
#> 503 body,concretion
#> 504 body,concretion
#> 505 body,concretion
#> 506 body,concretion
#> 507 body,concretion
#> 508 body,concretion
#> 509 body,concretion
#> 510 body,concretion
#> 511 body
#> 512 body
#> 513 body
#> 514 body
#> 515 body
#> 516 body
#> 517 body
#> 518 body,concretion
#> 519 body,concretion
#> 520 body
#> 521 body
#> 522 <NA>
#> 523 trace
#> 524 trace
#> 525 body,concretion
#> 526 body
#> 527 body,concretion
#> 528 body,adpression
#> 529 body
#> 530 body
#> 531 body
#> 532 body
#> 533 body
#> 534 body
#> 535 body
#> 536 body
#> 537 body
#> 538 body
#> 539 body,concretion
#> 540 body,concretion
#> 541 body,mold/impression
#> 542 body,coprolite
#> 543 body,coprolite
#> 544 body,coprolite
#> 545 body,coprolite
#> 546 body,coprolite
#> 547 body,coprolite
#> 548 body
#> 549 mold/impression,concretion,soft parts,replaced with other
#> 550 body
#> 551 body,concretion
#> 552 body
#> 553 <NA>
#> 554 body,concretion
#> 555 body
#> 556 body
#> 557 body
#> 558 body,concretion
#> 559 body
#> 560 body
#> 561 body
#> 562 body
#> 563 body,concretion
#> 564 body
#> 565 body
#> 566 body,concretion
#> 567 body
#> 568 permineralized,coprolite
#> 569 permineralized,coprolite
#> 570 permineralized,coprolite
#> 571 permineralized,coprolite
#> 572 permineralized,coprolite
#> 573 permineralized,coprolite
#> 574 permineralized
#> 575 permineralized
#> 576 permineralized
#> 577 body,permineralized
#> 578 body
#> 579 body
#> 580 body,concretion
#> 581 body
#> 582 body
#> 583 body,permineralized
#> 584 body,permineralized
#> 585 body,permineralized
#> 586 body,permineralized
#> 587 body
#> 588 body
#> 589 body
#> 590 body
#> 591 body
#> 592 body
#> 593 body
#> 594 body
#> 595 body
#> 596 body
#> 597 body
#> 598 body
#> 599 body
#> 600 body
#> 601 body
#> 602 body
#> 603 body
#> 604 body
#> 605 body
#> 606 body
#> 607 body
#> 608 body
#> 609 body
#> 610 body
#> 611 body
#> 612 body
#> 613 body
#> 614 body
#> 615 body
#> 616 body
#> 617 body
#> 618 mold/impression,trace
#> 619 mold/impression,trace
#> 620 mold/impression,trace
#> 621 mold/impression,trace
#> 622 mold/impression,trace
#> 623 mold/impression,trace
#> 624 trace
#> 625 trace
#> 626 trace
#> 627 trace
#> 628 trace
#> 629 trace
#> 630 trace
#> 631 trace
#> 632 body,permineralized
#> 633 body
#> 634 body
#> 635 body
#> 636 body
#> 637 body
#> 638 body
#> 639 body
#> 640 body,permineralized
#> 641 body,permineralized
#> 642 body,permineralized
#> 643 body,permineralized
#> 644 body,permineralized
#> 645 body
#> 646 body
#> 647 body
#> 648 cast
#> 649 body
#> 650 body
#> 651 body,concretion
#> 652 body,concretion
#> 653 body
#> 654 body
#> 655 body
#> 656 body,permineralized
#> 657 body,permineralized
#> 658 body,permineralized
#> 659 body,permineralized
#> 660 body,permineralized
#> 661 body,permineralized
#> 662 body,permineralized
#> 663 body,permineralized
#> 664 body,permineralized
#> 665 body,concretion
#> 666 body,concretion
#> 667 body,concretion
#> 668 body,concretion
#> 669 body,concretion
#> 670 body,concretion
#> 671 body,concretion
#> 672 body,concretion
#> 673 body,concretion
#> 674 body,concretion
#> 675 body
#> 676 body
#> 677 body
#> 678 body
#> 679 body
#> 680 body
#> 681 body
#> 682 body
#> 683 body
#> 684 body
#> 685 body
#> 686 body
#> 687 body
#> 688 body
#> 689 body,replaced with silica
#> 690 body
#> 691 body
#> 692 body
#> 693 body
#> 694 body
#> 695 body
#> 696 body
#> 697 body
#> 698 body
#> 699 body
#> 700 body
#> 701 body
#> 702 body
#> 703 body
#> 704 body
#> 705 body
#> 706 body
#> 707 body
#> 708 body
#> 709 body
#> 710 body
#> 711 <NA>
#> 712 body
#> 713 body
#> 714 body
#> 715 body
#> 716 body
#> 717 body
#> 718 body
#> 719 body
#> 720 body
#> 721 body
#> 722 body
#> 723 body
#> 724 body
#> 725 body
#> 726 body
#> 727 body
#> 728 body
#> 729 body,permineralized
#> 730 body
#> 731 body
#> 732 body
#> 733 body
#> 734 <NA>
#> 735 body
#> 736 body,permineralized
#> 737 body,permineralized
#> 738 body
#> 739 body
#> 740 <NA>
#> 741 body
#> 742 body
#> 743 body
#> 744 permineralized,coprolite
#> 745 body
#> 746 body
#> 747 body
#> 748 body
#> 749 body
#> 750 body
#> 751 body
#> 752 body
#> 753 body
#> 754 body
#> 755 body
#> 756 body
#> 757 body
#> 758 body
#> 759 body
#> 760 body
#> 761 body
#> 762 body,coprolite
#> 763 body,coprolite
#> 764 body,coprolite
#> 765 body,coprolite
#> 766 body,coprolite
#> 767 body
#> 768 body
#> 769 body
#> 770 body
#> 771 body
#> 772 body
#> 773 body
#> 774 body
#> 775 body
#> 776 body
#> 777 body
#> 778 body
#> 779 body
#> 780 body
#> 781 body
#> 782 body,concretion
#> 783 body,mold/impression
#> 784 body
#> 785 body
#> 786 body
#> 787 body
#> 788 body
#> 789 body
#> 790 body
#> 791 body,permineralized
#> 792 body
#> 793 body
#> 794 body
#> 795 body
#> 796 body,concretion
#> 797 body
#> 798 body
#> 799 body
#> 800 mold/impression,concretion,soft parts,replaced with other
#> 801 mold/impression,concretion,soft parts,replaced with other
#> 802 body
#> 803 body,cast,mold/impression
#> 804 body,cast,mold/impression
#> 805 body,cast,mold/impression
#> 806 body,cast,mold/impression
#> 807 body,cast,mold/impression
#> 808 body,cast,mold/impression
#> 809 body
#> 810 body
#> 811 body
#> 812 body
#> 813 body
#> 814 body
#> 815 body
#> 816 body
#> 817 body
#> 818 body
#> 819 permineralized
#> 820 body
#> 821 body
#> 822 body
#> 823 body
#> 824 body
#> 825 body
#> 826 body
#> 827 body
#> 828 body
#> 829 body
#> 830 body
#> 831 body
#> 832 body
#> 833 body
#> 834 body
#> 835 body
#> 836 body
#> 837 body
#> 838 body,adpression
#> 839 body
#> 840 body
#> 841 body
#> 842 body
#> 843 body,mold/impression
#> 844 body
#> 845 body
#> 846 body
#> 847 body
#> 848 body
#> 849 body
#> 850 body
#> 851 body
#> 852 body
#> 853 body
#> 854 body
#> 855 body
#> 856 body
#> 857 body
#> 858 body
#> 859 body
#> 860 body
#> 861 body
#> 862 body,permineralized
#> 863 body
#> 864 body
#> 865 body
#> 866 body
#> 867 body,mold/impression,concretion
#> 868 body,concretion
#> 869 body
#> 870 body
#> 871 body
#> 872 body
#> 873 body,mold/impression
#> 874 body
#> 875 body,mold/impression,concretion
#> 876 body,mold/impression,concretion
#> 877 body
#> 878 body,mold/impression,concretion
#> 879 body
#> 880 body
#> 881 body
#> 882 body
#> 883 body
#> 884 body
#> 885 body
#> 886 body
#> 887 body
#> 888 body
#> 889 body
#> 890 body
#> 891 body
#> 892 body
#> 893 body
#> 894 body
#> 895 body
#> 896 body
#> 897 body,concretion
#> 898 body,concretion
#> 899 body,concretion
#> 900 body,concretion
#> 901 body
#> 902 body
#> 903 body
#> 904 body
#> 905 cast,mold/impression,trace
#> 906 cast,mold/impression,trace
#> 907 cast,mold/impression,trace
#> 908 cast,mold/impression,trace
#> 909 cast,mold/impression,trace
#> 910 cast,mold/impression,trace
#> 911 cast,mold/impression,trace
#> 912 body,concretion
#> 913 body,concretion
#> 914 body
#> 915 body
#> 916 body
#> 917 body
#> 918 body
#> 919 body
#> 920 body
#> 921 body
#> 922 body
#> 923 body,mold/impression
#> 924 body,mold/impression
#> 925 body,mold/impression
#> 926 body,mold/impression
#> 927 body,mold/impression
#> 928 adpression,charcoalification,coalified
#> 929 adpression,charcoalification,coalified
#> 930 adpression,charcoalification,coalified
#> 931 body
#> 932 body
#> 933 body
#> 934 body
#> 935 body
#> 936 body
#> 937 body
#> 938 body
#> 939 body
#> 940 body
#> 941 body
#> 942 body
#> 943 body
#> 944 body
#> 945 body
#> 946 body
#> 947 body
#> 948 body
#> 949 body
#> 950 body
#> 951 body
#> 952 permineralized
#> 953 body
#> 954 permineralized
#> 955 body
#> 956 body,cast,mold/impression
#> 957 body
#> 958 body
#> 959 body
#> 960 body
#> 961 body
#> 962 body
#> 963 body
#> 964 body
#> 965 body
#> 966 body
#> 967 body
#> 968 adpression,charcoalification,coalified
#> 969 body
#> 970 body
#> 971 body
#> 972 body
#> 973 body
#> 974 body
#> 975 body
#> 976 body,coalified
#> 977 body
#> 978 body
#> 979 body
#> 980 body
#> 981 body
#> 982 body
#> 983 body
#> 984 body
#> 985 body
#> 986 body
#> 987 body
#> 988 body
#> 989 body
#> 990 body
#> 991 body
#> 992 body
#> 993 body
#> 994 body
#> 995 body
#> 996 body
#> 997 body
#> 998 body
#> 999 body
#> 1000 body
#> 1001 body
#> 1002 body
#> 1003 body
#> 1004 body
#> 1005 body
#> 1006 body
#> 1007 body
#> 1008 body
#> 1009 body
#> 1010 body
#> 1011 body
#> 1012 body
#> 1013 body,concretion
#> 1014 body,concretion
#> 1015 body
#> 1016 body
#> 1017 body
#> 1018 body
#> 1019 body
#> 1020 body
#> 1021 body
#> 1022 body
#> 1023 body
#> 1024 body
#> 1025 body
#> 1026 body
#> 1027 body
#> 1028 body
#> 1029 body
#> 1030 body
#> 1031 body
#> 1032 body
#> 1033 body
#> 1034 body
#> 1035 body
#> 1036 body
#> 1037 body
#> 1038 body,concretion
#> 1039 body
#> 1040 body
#> 1041 body
#> 1042 body
#> 1043 body
#> 1044 body
#> 1045 body
#> 1046 body
#> 1047 body
#> 1048 body
#> 1049 body
#> 1050 body
#> 1051 body
#> 1052 body
#> 1053 body
#> 1054 body
#> 1055 body
#> 1056 body
#> 1057 body
#> 1058 body
#> 1059 body
#> 1060 body
#> 1061 body
#> 1062 body
#> 1063 body,concretion
#> 1064 body
#> 1065 body,adpression,replaced with carbon
#> 1066 body,coalified
#> 1067 body,coalified
#> 1068 body,adpression
#> 1069 body
#> 1070 body
#> 1071 body
#> 1072 body
#> 1073 body
#> 1074 body
#> 1075 body
#> 1076 body
#> 1077 body
#> 1078 body
#> 1079 body
#> 1080 body
#> 1081 body
#> 1082 body
#> 1083 body
#> 1084 body
#> 1085 body
#> 1086 body
#> 1087 body
#> 1088 body
#> 1089 body
#> 1090 body
#> 1091 body
#> 1092 body
#> 1093 body
#> 1094 body
#> 1095 body
#> 1096 body
#> 1097 body,concretion,recrystallized,permineralized,replaced with calcite
#> 1098 body
#> 1099 body,concretion,recrystallized,permineralized,replaced with calcite
#> 1100 mold/impression
#> 1101 body,mold/impression
#> 1102 body
#> 1103 body
#> 1104 body
#> 1105 body
#> 1106 body
#> 1107 body,mold/impression
#> 1108 body
#> 1109 body,mold/impression
#> 1110 body,mold/impression
#> 1111 body
#> 1112 body
#> 1113 cast,mold/impression,trace
#> 1114 body
#> 1115 body,permineralized
#> 1116 body
#> 1117 body,permineralized
#> 1118 body
#> 1119 body
#> 1120 body
#> 1121 body
#> 1122 body
#> 1123 body
#> 1124 body,mold/impression,concretion
#> 1125 body,mold/impression,concretion
#> 1126 body
#> 1127 body
#> 1128 body
#> 1129 body
#> 1130 body
#> 1131 body
#> 1132 body
#> 1133 body
#> 1134 body
#> 1135 mold/impression
#> 1136 body,mold/impression
#> 1137 body,mold/impression
#> 1138 body,mold/impression
#> 1139 body,mold/impression
#> 1140 body,mold/impression
#> 1141 body,mold/impression
#> 1142 body,mold/impression
#> 1143 body
#> 1144 body,concretion
#> 1145 body
#> 1146 body
#> 1147 body
#> 1148 body,mold/impression
#> 1149 body
#> 1150 body
#> 1151 body
#> 1152 body,mold/impression
#> 1153 body,mold/impression
#> 1154 body,mold/impression
#> 1155 body
#> 1156 body
#> 1157 body
#> 1158 body
#> 1159 body
#> 1160 body
#> 1161 body,mold/impression
#> 1162 body,mold/impression
#> 1163 mold/impression
#> 1164 mold/impression
#> 1165 cast
#> 1166 body,mold/impression
#> 1167 body,mold/impression
#> 1168 body,mold/impression
#> 1169 body,mold/impression
#> 1170 body,mold/impression
#> 1171 body
#> 1172 body
#> 1173 mold/impression
#> 1174 mold/impression
#> 1175 body,mold/impression
#> 1176 body
#> 1177 body,mold/impression
#> 1178 body,mold/impression
#> 1179 body,mold/impression
#> 1180 body
#> 1181 body,adpression
#> 1182 body
#> 1183 <NA>
#> 1184 <NA>
#> 1185 <NA>
#> 1186 <NA>
#> 1187 body
#> 1188 body,concretion
#> 1189 body
#> 1190 body
#> 1191 body
#> 1192 body
#> 1193 body
#> 1194 body
#> 1195 body
#> 1196 body
#> 1197 body
#> 1198 mold/impression
#> 1199 mold/impression
#> 1200 mold/impression
#> 1201 mold/impression
#> 1202 mold/impression
#> 1203 mold/impression
#> 1204 mold/impression
#> 1205 body
#> 1206 body
#> 1207 body
#> 1208 body
#> 1209 body,concretion
#> 1210 body
#> 1211 body,concretion
#> 1212 body,permineralized
#> 1213 body
#> 1214 body,permineralized
#> 1215 body,mold/impression,adpression
#> 1216 body
#> 1217 body
#> 1218 body
#> 1219 body,cast,mold/impression
#> 1220 body,cast,mold/impression
#> 1221 body
#> 1222 body
#> 1223 body
#> 1224 body
#> 1225 body
#> 1226 body
#> 1227 body
#> 1228 body,mold/impression
#> 1229 body,mold/impression
#> 1230 mold/impression
#> 1231 mold/impression
#> 1232 mold/impression
#> 1233 mold/impression
#> 1234 mold/impression
#> 1235 mold/impression
#> 1236 mold/impression
#> 1237 mold/impression
#> 1238 mold/impression
#> 1239 body,mold/impression
#> 1240 body
#> 1241 body
#> 1242 body,mold/impression,concretion
#> 1243 body,mold/impression,concretion
#> 1244 body,mold/impression,concretion
#> 1245 body,mold/impression,concretion
#> 1246 body,mold/impression,concretion
#> 1247 body,mold/impression,concretion
#> 1248 body,mold/impression,concretion
#> 1249 body,mold/impression,concretion
#> 1250 body
#> 1251 body
#> 1252 body
#> 1253 body
#> 1254 body,mold/impression
#> 1255 body
#> 1256 body
#> 1257 body
#> 1258 body
#> 1259 body
#> 1260 body
#> 1261 body
#> 1262 body
#> 1263 body
#> 1264 body
#> 1265 body
#> 1266 body
#> 1267 body
#> 1268 body
#> 1269 body
#> 1270 body
#> 1271 body
#> 1272 body
#> 1273 body,permineralized
#> 1274 body,permineralized
#> 1275 body,permineralized
#> 1276 body,permineralized
#> 1277 body,permineralized
#> 1278 body,mold/impression
#> 1279 body
#> 1280 body
#> 1281 body
#> 1282 body
#> 1283 body
#> 1284 body
#> 1285 body
#> 1286 body
#> 1287 body,mold/impression
#> 1288 body
#> 1289 body
#> 1290 body
#> 1291 body
#> 1292 body
#> 1293 body
#> 1294 body
#> 1295 body
#> 1296 body
#> 1297 body
#> 1298 body
#> 1299 body
#> 1300 body
#> 1301 body
#> 1302 body
#> 1303 body
#> 1304 body
#> 1305 body
#> 1306 body
#> 1307 body
#> 1308 body
#> 1309 body
#> 1310 body
#> 1311 body
#> 1312 body
#> 1313 body
#> 1314 body
#> 1315 body
#> 1316 body
#> 1317 body
#> 1318 body
#> 1319 body
#> 1320 body
#> 1321 body
#> 1322 body
#> 1323 body
#> 1324 body
#> 1325 body
#> 1326 body
#> 1327 body
#> 1328 body
#> 1329 body
#> 1330 body
#> 1331 body
#> 1332 body
#> 1333 body
#> 1334 body
#> 1335 body
#> 1336 body
#> 1337 body
#> 1338 body
#> 1339 body
#> 1340 body
#> 1341 body
#> 1342 body
#> 1343 body
#> 1344 body,permineralized
#> 1345 mold/impression
#> 1346 body
#> 1347 body
#> 1348 body
#> 1349 body
#> 1350 body
#> 1351 body
#> 1352 body
#> 1353 body
#> 1354 body
#> 1355 body
#> 1356 body
#> 1357 body
#> 1358 body
#> 1359 cast,mold/impression,concretion
#> 1360 cast,mold/impression,concretion
#> 1361 cast,mold/impression,concretion
#> 1362 body
#> 1363 body
#> 1364 body
#> 1365 body
#> 1366 body
#> 1367 body
#> 1368 body
#> 1369 body
#> 1370 body
#> 1371 body
#> 1372 body,concretion
#> 1373 body,concretion
#> 1374 body,concretion
#> 1375 body,concretion
#> 1376 body,concretion
#> 1377 body
#> 1378 body
#> 1379 body
#> 1380 body
#> 1381 body,coalified
#> 1382 body,coalified
#> 1383 body,coalified
#> 1384 body,coalified
#> 1385 body,mold/impression
#> 1386 body
#> 1387 body
#> 1388 body
#> 1389 body
#> 1390 body
#> 1391 body
#> 1392 mold/impression
#> 1393 body
#> 1394 body
#> 1395 body
#> 1396 body
#> 1397 trace
#> 1398 trace
#> 1399 trace
#> 1400 body,trace
#> 1401 trace
#> 1402 body,trace
#> 1403 body
#> 1404 trace
#> 1405 trace
#> 1406 trace
#> 1407 trace
#> 1408 trace
#> 1409 body
#> 1410 body
#> 1411 body
#> 1412 body
#> 1413 body
#> 1414 body
#> 1415 body
#> 1416 body,trace
#> 1417 body
#> 1418 body
#> 1419 body
#> 1420 body
#> 1421 body
#> 1422 body
#> 1423 body
#> 1424 body
#> 1425 body,permineralized
#> 1426 body,permineralized
#> 1427 body
#> 1428 body,permineralized
#> 1429 body
#> 1430 body
#> 1431 body
#> 1432 body
#> 1433 body
#> 1434 body
#> 1435 body
#> 1436 body
#> 1437 body
#> 1438 body
#> 1439 body
#> 1440 body
#> 1441 body
#> 1442 body
#> 1443 body
#> 1444 body
#> 1445 body
#> 1446 body
#> 1447 body
#> 1448 body,mold/impression
#> 1449 body,mold/impression
#> 1450 trace
#> 1451 trace
#> 1452 body
#> 1453 body
#> 1454 body
#> 1455 body
#> 1456 body
#> 1457 body
#> 1458 body
#> 1459 body
#> 1460 body
#> 1461 body
#> 1462 body
#> 1463 body
#> 1464 body
#> 1465 body
#> 1466 body
#> 1467 body
#> 1468 body
#> 1469 body
#> 1470 body
#> 1471 body
#> 1472 body
#> 1473 body
#> 1474 body
#> 1475 body
#> 1476 body,mold/impression
#> 1477 body
#> 1478 body
#> 1479 body,mold/impression
#> 1480 body
#> 1481 body
#> 1482 body
#> 1483 body
#> 1484 body
#> 1485 body
#> 1486 body
#> 1487 body
#> 1488 body
#> 1489 body
#> 1490 body
#> 1491 body
#> 1492 body
#> 1493 body
#> 1494 body
#> 1495 body
#> 1496 body
#> 1497 body
#> 1498 body
#> 1499 body
#> 1500 body
#> 1501 body
#> 1502 body
#> 1503 body
#> 1504 body
#> 1505 body
#> 1506 body
#> 1507 body
#> 1508 body
#> 1509 body
#> 1510 body
#> 1511 body
#> 1512 body
#> 1513 body
#> 1514 body
#> 1515 body
#> 1516 body
#> 1517 body
#> 1518 body
#> 1519 body
#> 1520 body
#> 1521 body
#> 1522 body,adpression
#> 1523 body
#> 1524 body
#> 1525 body
#> 1526 mold/impression,concretion,soft parts,replaced with other
#> 1527 body
#> 1528 body
#> 1529 body
#> 1530 body,concretion
#> 1531 body,trace
#> 1532 body
#> 1533 body
#> 1534 body
#> 1535 body,cast,adpression
#> 1536 body,cast,adpression
#> 1537 body
#> 1538 body
#> 1539 body
#> 1540 body
#> 1541 body,concretion
#> 1542 body
#> 1543 body,concretion
#> 1544 body
#> 1545 body
#> 1546 body
#> 1547 body
#> 1548 body
#> 1549 body
#> 1550 body
#> 1551 body
#> 1552 body
#> 1553 body
#> 1554 body
#> 1555 body
#> 1556 body
#> 1557 body
#> 1558 body
#> 1559 body
#> 1560 body
#> 1561 body
#> 1562 body
#> 1563 body
#> 1564 body
#> 1565 body
#> 1566 body
#> 1567 body
#> 1568 body
#> 1569 body
#> 1570 body
#> 1571 body
#> 1572 body
#> 1573 body
#> 1574 body
#> 1575 body
#> 1576 body
#> 1577 body
#> 1578 body,mold/impression,trace
#> 1579 mold/impression
#> 1580 mold/impression
#> 1581 mold/impression
#> 1582 mold/impression
#> 1583 mold/impression
#> 1584 body
#> 1585 body
#> 1586 body
#> 1587 body
#> 1588 body
#> 1589 body
#> 1590 body
#> 1591 mold/impression,concretion
#> 1592 mold/impression,concretion
#> 1593 body,mold/impression,concretion
#> 1594 cast
#> 1595 cast
#> 1596 body
#> 1597 body,mold/impression
#> 1598 body,mold/impression
#> 1599 body,permineralized
#> 1600 body,permineralized
#> 1601 body,permineralized
#> 1602 body,permineralized
#> 1603 body,permineralized
#> 1604 mold/impression
#> 1605 body
#> 1606 body
#> 1607 body
#> 1608 body
#> 1609 body
#> 1610 body
#> 1611 body
#> 1612 body
#> 1613 body
#> 1614 body
#> 1615 body
#> 1616 body
#> 1617 body
#> 1618 body
#> 1619 body
#> 1620 body
#> 1621 body
#> 1622 body
#> 1623 body
#> 1624 body
#> 1625 body
#> 1626 body
#> 1627 body
#> 1628 body
#> 1629 body
#> 1630 body
#> 1631 body
#> 1632 body
#> 1633 body
#> 1634 body
#> 1635 body
#> 1636 trace
#> 1637 trace
#> 1638 body,mold/impression
#> 1639 body,mold/impression
#> 1640 body
#> 1641 body
#> 1642 body
#> 1643 mold/impression
#> 1644 body
#> 1645 body
#> 1646 body
#> 1647 body
#> 1648 body
#> 1649 trace
#> 1650 trace
#> 1651 trace
#> 1652 trace
#> 1653 trace
#> 1654 trace
#> 1655 trace
#> 1656 trace
#> 1657 trace
#> 1658 trace
#> 1659 trace
#> 1660 trace
#> 1661 trace
#> 1662 trace
#> 1663 trace
#> 1664 trace
#> 1665 trace
#> 1666 trace
#> 1667 trace
#> 1668 body
#> 1669 body
#> 1670 body
#> 1671 body
#> 1672 body
#> 1673 body
#> 1674 body
#> 1675 body
#> 1676 body
#> 1677 body
#> 1678 body
#> 1679 body,mold/impression
#> 1680 body
#> 1681 body
#> 1682 body,mold/impression
#> 1683 body
#> 1684 body
#> 1685 body
#> 1686 body
#> 1687 body
#> 1688 body,concretion
#> 1689 body,concretion
#> 1690 body
#> 1691 body
#> 1692 body,concretion
#> 1693 body,concretion
#> 1694 body
#> 1695 body,concretion
#> 1696 body,concretion
#> 1697 body,concretion
#> 1698 body
#> 1699 body
#> 1700 body
#> 1701 body
#> 1702 body
#> 1703 body
#> 1704 body
#> 1705 body,concretion
#> 1706 body,concretion
#> 1707 trace
#> 1708 body
#> 1709 body
#> 1710 body
#> 1711 body
#> 1712 body
#> 1713 body
#> 1714 body
#> 1715 body
#> 1716 body
#> 1717 body
#> 1718 body
#> 1719 body
#> 1720 body
#> 1721 body
#> 1722 body
#> 1723 body
#> 1724 body
#> 1725 body
#> 1726 body
#> 1727 body
#> 1728 body
#> 1729 body
#> 1730 body
#> 1731 body
#> 1732 body
#> 1733 body
#> 1734 body
#> 1735 body
#> 1736 body
#> 1737 body
#> 1738 body
#> 1739 body
#> 1740 body
#> 1741 body
#> 1742 body
#> 1743 body
#> 1744 body
#> 1745 body
#> 1746 body
#> 1747 body
#> 1748 body
#> 1749 body
#> 1750 body
#> 1751 mold/impression
#> 1752 body
#> 1753 body
#> 1754 body
#> 1755 body
#> 1756 body
#> 1757 body
#> 1758 body
#> 1759 body
#> 1760 body
#> 1761 body
#> 1762 body
#> 1763 body
#> 1764 body
#> 1765 body
#> 1766 body
#> 1767 mold/impression
#> 1768 body
#> 1769 body
#> 1770 body
#> 1771 body
#> 1772 body
#> 1773 body
#> 1774 body
#> 1775 body
#> 1776 body
#> 1777 body
#> 1778 body
#> 1779 body
#> 1780 body
#> 1781 body
#> 1782 body
#> 1783 body
#> 1784 body
#> 1785 body
#> 1786 body
#> 1787 body
#> 1788 body
#> 1789 body
#> 1790 body
#> 1791 body
#> 1792 body
#> 1793 body
#> 1794 body
#> 1795 body
#> 1796 body
#> 1797 body
#> 1798 body
#> 1799 body
#> 1800 body
#> 1801 body
#> 1802 body
#> 1803 body
#> 1804 body
#> 1805 body
#> 1806 body
#> 1807 body
#> 1808 body
#> 1809 body
#> 1810 body
#> 1811 body
#> 1812 body
#> 1813 body,cast
#> 1814 body,cast
#> 1815 body,cast
#> 1816 body,cast
#> 1817 body
#> 1818 body
#> 1819 body,cast
#> 1820 body
#> 1821 body,cast
#> 1822 body
#> 1823 body,cast
#> 1824 body,mold/impression
#> 1825 body
#> 1826 body
#> 1827 body
#> 1828 body
#> 1829 body,mold/impression
#> 1830 mold/impression
#> 1831 mold/impression
#> 1832 body
#> 1833 body
#> 1834 body
#> 1835 body
#> 1836 body
#> 1837 body
#> 1838 body
#> 1839 body
#> 1840 body
#> 1841 body
#> 1842 body
#> 1843 body
#> 1844 body
#> 1845 body
#> 1846 body
#> 1847 body
#> 1848 body
#> 1849 body
#> 1850 body
#> 1851 body
#> 1852 body
#> 1853 body
#> 1854 body
#> 1855 body
#> 1856 body
#> 1857 body
#> 1858 body
#> 1859 body
#> 1860 body
#> 1861 body
#> 1862 body,mold/impression
#> 1863 body,mold/impression
#> 1864 body,mold/impression
#> 1865 body,mold/impression
#> 1866 body,mold/impression
#> 1867 body,mold/impression
#> 1868 body,mold/impression
#> 1869 mold/impression
#> 1870 mold/impression
#> 1871 mold/impression
#> 1872 mold/impression,concretion
#> 1873 mold/impression,concretion
#> 1874 mold/impression,concretion
#> 1875 mold/impression
#> 1876 body
#> 1877 body
#> 1878 body
#> 1879 body
#> 1880 body
#> 1881 body
#> 1882 body
#> 1883 body
#> 1884 body
#> 1885 body
#> 1886 body
#> 1887 body
#> 1888 body
#> 1889 body
#> 1890 body
#> 1891 body
#> 1892 body
#> 1893 body
#> 1894 body
#> 1895 body
#> 1896 body
#> 1897 body
#> 1898 body
#> 1899 body
#> 1900 body
#> 1901 body
#> 1902 body,concretion
#> 1903 body,concretion
#> 1904 body
#> 1905 body
#> 1906 body
#> 1907 body
#> 1908 body
#> 1909 body
#> 1910 body
#> 1911 body
#> 1912 body
#> 1913 body
#> 1914 body
#> 1915 body
#> 1916 body
#> 1917 body
#> 1918 body
#> 1919 body
#> 1920 body,adpression
#> 1921 body
#> 1922 body
#> 1923 body
#> 1924 body
#> 1925 body
#> 1926 body
#> 1927 body
#> 1928 cast,trace
#> 1929 cast,trace
#> 1930 cast,trace
#> 1931 cast,trace
#> 1932 cast,trace
#> 1933 cast,trace
#> 1934 body,mold/impression
#> 1935 body,mold/impression
#> 1936 cast,mold/impression,trace
#> 1937 cast,trace
#> 1938 body,mold/impression
#> 1939 body,mold/impression
#> 1940 body
#> 1941 body,mold/impression
#> 1942 mold/impression
#> 1943 body
#> 1944 body,adpression
#> 1945 body,mold/impression
#> 1946 body
#> 1947 body
#> 1948 body
#> 1949 body
#> 1950 body
#> 1951 body
#> 1952 body
#> 1953 body
#> 1954 body
#> 1955 body
#> 1956 body
#> 1957 body
#> 1958 mold/impression,trace
#> 1959 mold/impression,trace
#> 1960 mold/impression,trace
#> 1961 mold/impression,trace
#> 1962 trace
#> 1963 body,adpression
#> 1964 body
#> 1965 body
#> 1966 body
#> 1967 body,permineralized
#> 1968 body,permineralized
#> 1969 body
#> 1970 body
#> 1971 body
#> 1972 body
#> 1973 body,permineralized
#> 1974 body
#> 1975 body
#> 1976 body,concretion
#> 1977 body,concretion
#> 1978 body,concretion
#> 1979 body,concretion
#> 1980 body,concretion
#> 1981 body
#> 1982 body
#> 1983 body
#> 1984 body
#> 1985 body
#> 1986 mold/impression,adpression
#> 1987 body
#> 1988 body
#> 1989 body
#> 1990 body
#> 1991 body,mold/impression,concretion
#> 1992 body
#> 1993 body
#> 1994 body
#> 1995 body
#> 1996 body
#> 1997 body
#> 1998 body
#> 1999 body
#> 2000 body
#> 2001 body
#> 2002 body
#> 2003 body
#> 2004 body
#> 2005 body
#> 2006 body
#> 2007 body
#> 2008 body
#> 2009 body
#> 2010 body
#> 2011 body
#> 2012 body
#> 2013 body
#> 2014 body
#> 2015 body
#> 2016 body
#> 2017 body
#> 2018 body
#> 2019 body
#> 2020 body
#> 2021 body
#> 2022 body
#> 2023 body
#> 2024 body
#> 2025 body
#> 2026 body
#> 2027 body
#> 2028 mold/impression
#> 2029 body
#> 2030 body,adpression
#> 2031 body
#> 2032 body,adpression
#> 2033 body
#> 2034 body
#> 2035 body
#> 2036 body
#> 2037 body
#> 2038 body
#> 2039 body
#> 2040 body
#> 2041 body
#> 2042 body
#> 2043 body
#> 2044 body
#> 2045 body
#> 2046 body
#> 2047 body
#> 2048 body
#> 2049 body
#> 2050 body
#> 2051 body
#> 2052 body
#> 2053 body
#> 2054 body
#> 2055 body
#> 2056 body
#> 2057 body
#> 2058 body
#> 2059 body
#> 2060 body
#> 2061 body
#> 2062 body
#> 2063 body
#> 2064 body
#> 2065 body
#> 2066 body
#> 2067 body
#> 2068 body
#> 2069 body
#> 2070 body
#> 2071 body
#> 2072 body
#> 2073 body
#> 2074 body
#> 2075 body
#> 2076 body
#> 2077 body
#> 2078 body
#> 2079 body
#> 2080 body
#> 2081 body
#> 2082 body
#> 2083 body
#> 2084 body
#> 2085 body
#> 2086 body
#> 2087 body
#> 2088 body
#> 2089 body
#> 2090 body
#> 2091 body
#> 2092 body
#> 2093 body
#> 2094 body
#> 2095 body
#> 2096 body
#> 2097 body
#> 2098 body
#> 2099 body
#> 2100 body
#> 2101 body
#> 2102 body
#> 2103 body
#> 2104 body
#> 2105 body
#> 2106 body
#> 2107 body
#> 2108 body
#> 2109 body
#> 2110 body
#> 2111 body
#> 2112 body
#> 2113 body
#> 2114 body
#> 2115 body
#> 2116 body
#> 2117 body
#> 2118 body
#> 2119 body
#> 2120 body
#> 2121 body
#> 2122 body
#> 2123 body
#> 2124 body
#> 2125 body
#> 2126 body
#> 2127 body
#> 2128 body
#> 2129 body
#> 2130 body
#> 2131 body
#> 2132 body
#> 2133 body
#> 2134 body
#> 2135 body
#> 2136 body
#> 2137 body
#> 2138 body
#> 2139 trace
#> 2140 trace
#> 2141 trace
#> 2142 trace
#> 2143 body
#> 2144 body
#> 2145 body
#> 2146 body
#> 2147 body
#> 2148 body
#> 2149 body
#> 2150 body
#> 2151 body
#> 2152 body
#> 2153 body
#> 2154 body
#> 2155 body
#> 2156 body
#> 2157 body
#> 2158 body
#> 2159 body
#> 2160 body
#> 2161 body
#> 2162 body
#> 2163 body
#> 2164 body
#> 2165 body
#> 2166 body
#> 2167 body
#> 2168 body
#> 2169 body
#> 2170 body
#> 2171 body
#> 2172 body
#> 2173 body
#> 2174 body
#> 2175 body
#> 2176 body
#> 2177 body
#> 2178 body
#> 2179 body
#> 2180 body
#> 2181 body
#> 2182 body
#> 2183 body
#> 2184 body
#> 2185 body
#> 2186 body
#> 2187 body
#> 2188 body
#> 2189 body
#> 2190 body
#> 2191 body
#> 2192 body
#> 2193 body
#> 2194 body
#> 2195 body
#> 2196 body
#> 2197 body
#> 2198 body
#> 2199 body
#> 2200 body
#> 2201 body
#> 2202 body
#> 2203 body
#> 2204 body
#> 2205 body
#> 2206 body
#> 2207 body
#> 2208 body
#> 2209 body
#> 2210 body
#> 2211 body
#> 2212 body
#> 2213 body
#> 2214 body
#> 2215 body
#> 2216 body
#> 2217 body
#> 2218 body
#> 2219 body
#> 2220 adpression,soft parts
#> 2221 body
#> 2222 body
#> 2223 body
#> 2224 body
#> 2225 body
#> 2226 body
#> 2227 body
#> 2228 body
#> 2229 body
#> 2230 body
#> 2231 body
#> 2232 body
#> 2233 body
#> 2234 body
#> 2235 body
#> 2236 body
#> 2237 body
#> 2238 body
#> 2239 body
#> 2240 body
#> 2241 body
#> 2242 body
#> 2243 body
#> 2244 body
#> 2245 body
#> 2246 body
#> 2247 body
#> 2248 body
#> 2249 body
#> 2250 body
#> 2251 body
#> 2252 body
#> 2253 body
#> 2254 body
#> 2255 body
#> 2256 body
#> 2257 trace
#> 2258 body,mold/impression,trace
#> 2259 body,mold/impression,trace
#> 2260 body,mold/impression,trace
#> 2261 body,mold/impression,trace
#> 2262 body,mold/impression,trace
#> 2263 body,mold/impression,trace
#> 2264 body,mold/impression,trace
#> 2265 body,mold/impression,trace
#> 2266 body,mold/impression,trace
#> 2267 body,mold/impression,trace
#> 2268 body,mold/impression,trace
#> 2269 body,mold/impression,trace
#> 2270 body,mold/impression,trace
#> 2271 body
#> 2272 body,permineralized
#> 2273 body,permineralized
#> 2274 body,permineralized
#> 2275 body,permineralized
#> 2276 body,permineralized
#> 2277 body,permineralized
#> 2278 body,permineralized
#> 2279 body,permineralized
#> 2280 body,permineralized
#> 2281 body,permineralized
#> 2282 body
#> 2283 body
#> 2284 body,permineralized
#> 2285 body,permineralized
#> 2286 body,permineralized
#> 2287 body,permineralized
#> 2288 body,permineralized
#> 2289 body,permineralized
#> 2290 body,permineralized
#> 2291 body,permineralized
#> 2292 body,permineralized
#> 2293 body,permineralized
#> 2294 body
#> 2295 body
#> 2296 body
#> 2297 body
#> 2298 body,coalified
#> 2299 body
#> 2300 body
#> 2301 body
#> 2302 body
#> 2303 body,cast,mold/impression
#> 2304 body
#> 2305 body
#> 2306 body
#> 2307 body
#> 2308 body
#> 2309 body
#> 2310 body
#> 2311 body
#> 2312 body
#> 2313 body
#> 2314 body
#> 2315 body,concretion
#> 2316 body
#> 2317 body
#> 2318 body
#> 2319 body
#> 2320 body
#> 2321 body
#> 2322 body
#> 2323 body
#> 2324 body
#> 2325 body
#> 2326 body
#> 2327 body
#> 2328 body
#> 2329 body
#> 2330 body,mold/impression
#> 2331 body,mold/impression
#> 2332 body
#> 2333 body
#> 2334 body
#> 2335 body
#> 2336 body
#> 2337 body
#> 2338 body
#> 2339 body
#> 2340 body
#> 2341 body
#> 2342 body
#> 2343 body
#> 2344 body
#> 2345 body
#> 2346 body
#> 2347 body
#> 2348 body
#> 2349 body
#> 2350 body
#> 2351 body
#> 2352 body
#> 2353 body
#> 2354 body
#> 2355 body
#> 2356 body
#> 2357 body
#> 2358 body
#> 2359 body
#> 2360 body
#> 2361 body
#> 2362 body
#> 2363 body
#> 2364 body
#> 2365 body
#> 2366 body
#> 2367 body
#> 2368 body
#> 2369 body
#> 2370 body
#> 2371 body
#> 2372 body
#> 2373 body
#> 2374 body
#> 2375 body
#> 2376 body
#> 2377 body
#> 2378 body
#> 2379 body
#> 2380 body,concretion,recrystallized,permineralized,replaced with calcite
#> 2381 body,concretion,recrystallized,permineralized,replaced with calcite
#> 2382 body
#> 2383 body
#> 2384 body
#> 2385 body
#> 2386 body
#> 2387 body
#> 2388 body
#> 2389 body
#> 2390 body
#> 2391 body
#> 2392 body
#> 2393 body
#> 2394 body
#> 2395 body
#> 2396 body
#> 2397 body
#> 2398 body
#> 2399 body
#> 2400 body
#> 2401 body
#> 2402 body
#> 2403 body
#> 2404 body
#> 2405 body
#> 2406 body
#> 2407 body
#> 2408 body
#> 2409 body
#> 2410 body
#> 2411 body
#> 2412 body
#> 2413 body
#> 2414 body
#> 2415 body
#> 2416 body
#> 2417 body
#> 2418 body
#> 2419 body
#> 2420 body
#> 2421 body
#> 2422 body
#> 2423 body
#> 2424 body
#> 2425 body
#> 2426 body
#> 2427 body
#> 2428 body
#> 2429 body
#> 2430 body
#> 2431 body
#> 2432 body
#> 2433 body
#> 2434 body
#> 2435 body
#> 2436 body
#> 2437 body,mold/impression
#> 2438 body
#> 2439 body
#> 2440 body
#> 2441 body
#> 2442 body
#> 2443 body
#> 2444 body
#> 2445 body
#> 2446 body
#> 2447 body
#> 2448 body
#> 2449 body
#> 2450 body
#> 2451 body
#> 2452 body
#> 2453 body
#> 2454 body
#> 2455 body
#> 2456 mold/impression
#> 2457 permineralized
#> 2458 body
#> 2459 body
#> 2460 body
#> 2461 body
#> 2462 body
#> 2463 body
#> 2464 body
#> 2465 body
#> 2466 body
#> 2467 body
#> 2468 body
#> 2469 body,adpression
#> 2470 body
#> 2471 body
#> 2472 body
#> 2473 body
#> 2474 body
#> 2475 body
#> 2476 body
#> 2477 body
#> 2478 body
#> 2479 body
#> 2480 body
#> 2481 body
#> 2482 body,adpression
#> 2483 mold/impression
#> 2484 body
#> 2485 body
#> 2486 body
#> 2487 body
#> 2488 body
#> 2489 body
#> 2490 body
#> 2491 body
#> 2492 body
#> 2493 body
#> 2494 body
#> 2495 body
#> 2496 body
#> 2497 body
#> 2498 body
#> 2499 body
#> 2500 body
#> 2501 body
#> 2502 body
#> 2503 adpression
#> 2504 body
#> 2505 body
#> 2506 body
#> 2507 body
#> 2508 body
#> 2509 body
#> 2510 body
#> 2511 body
#> 2512 body
#> 2513 body
#> 2514 body
#> 2515 body
#> 2516 body
#> 2517 body
#> 2518 body
#> 2519 body
#> 2520 body
#> 2521 body
#> 2522 body
#> 2523 body
#> 2524 body
#> 2525 body
#> 2526 body
#> 2527 body
#> 2528 body
#> 2529 body
#> 2530 body
#> 2531 body
#> 2532 body
#> 2533 body
#> 2534 body
#> 2535 body
#> 2536 body
#> 2537 body
#> 2538 body
#> 2539 body
#> 2540 body
#> 2541 body
#> 2542 body
#> 2543 body
#> 2544 body
#> 2545 body
#> 2546 body
#> 2547 body
#> 2548 mold/impression,adpression
#> 2549 body
#> 2550 body
#> 2551 body
#> 2552 body
#> 2553 body
#> 2554 body
#> 2555 body
#> 2556 body
#> 2557 body
#> 2558 body
#> 2559 body
#> 2560 body
#> 2561 body
#> 2562 body
#> 2563 body
#> 2564 body
#> 2565 body
#> 2566 body
#> 2567 body
#> 2568 body
#> 2569 body
#> 2570 body
#> 2571 body
#> 2572 body
#> 2573 body
#> 2574 body
#> 2575 body
#> 2576 body
#> 2577 body
#> 2578 body
#> 2579 body
#> 2580 body
#> 2581 body
#> 2582 body
#> 2583 body
#> 2584 body
#> 2585 body
#> 2586 body
#> 2587 body
#> 2588 body
#> 2589 mold/impression
#> 2590 mold/impression
#> 2591 body
#> 2592 body
#> 2593 body
#> 2594 body
#> 2595 body,cast,mold/impression
#> 2596 body,adpression
#> 2597 body,cast,mold/impression
#> 2598 body,cast,mold/impression
#> 2599 body,cast,mold/impression
#> 2600 body
#> 2601 body
#> 2602 body
#> 2603 body
#> 2604 body
#> 2605 body
#> 2606 body
#> 2607 body
#> 2608 body,concretion
#> 2609 body
#> 2610 body
#> 2611 body
#> 2612 body
#> 2613 body
#> 2614 body
#> 2615 body
#> 2616 body
#> 2617 body
#> 2618 body
#> 2619 body
#> 2620 body
#> 2621 body
#> 2622 body
#> 2623 body
#> 2624 body
#> 2625 body
#> 2626 body,mold/impression
#> 2627 body,mold/impression
#> 2628 body,concretion
#> 2629 body,concretion
#> 2630 body,concretion
#> 2631 body
#> 2632 body
#> 2633 body
#> 2634 body
#> 2635 body
#> 2636 body
#> 2637 body
#> 2638 body
#> 2639 body
#> 2640 body
#> 2641 body
#> 2642 body
#> 2643 body
#> 2644 body
#> 2645 body
#> 2646 body
#> 2647 body
#> 2648 body
#> 2649 body
#> 2650 body
#> 2651 body
#> 2652 body
#> 2653 body
#> 2654 body
#> 2655 body
#> 2656 body
#> 2657 body
#> 2658 body
#> 2659 body
#> 2660 body
#> 2661 body
#> 2662 body
#> 2663 body
#> 2664 body
#> 2665 body
#> 2666 body
#> 2667 body
#> 2668 body
#> 2669 body
#> 2670 body
#> 2671 body
#> 2672 body
#> 2673 mold/impression,concretion,soft parts,replaced with other
#> 2674 body
#> 2675 body
#> 2676 body
#> 2677 body
#> 2678 body
#> 2679 body
#> 2680 body
#> 2681 body
#> 2682 body
#> 2683 body
#> 2684 body,adpression
#> 2685 body,cast,mold/impression
#> 2686 body,coalified
#> 2687 body,concretion
#> 2688 body
#> 2689 body,cast,mold/impression
#> 2690 body
#> 2691 body
#> 2692 body
#> 2693 body
#> 2694 body,cast,mold/impression
#> 2695 body
#> 2696 body,cast,mold/impression
#> 2697 body
#> 2698 body
#> 2699 body
#> 2700 body
#> 2701 body
#> 2702 body
#> 2703 body
#> 2704 body
#> 2705 body
#> 2706 body
#> 2707 body
#> 2708 body
#> 2709 body
#> 2710 body
#> 2711 body
#> 2712 body
#> 2713 body
#> 2714 body
#> 2715 body
#> 2716 body
#> 2717 body
#> 2718 body
#> 2719 body
#> 2720 body
#> 2721 body
#> 2722 body
#> 2723 body
#> 2724 body
#> 2725 body
#> 2726 body
#> 2727 body
#> 2728 body
#> 2729 body
#> 2730 body
#> 2731 body
#> 2732 body
#> 2733 body
#> 2734 body
#> 2735 body
#> 2736 body
#> 2737 body
#> 2738 body
#> 2739 body
#> 2740 body
#> 2741 body
#> 2742 body
#> 2743 body
#> 2744 body
#> 2745 body
#> 2746 body
#> 2747 body
#> 2748 body
#> 2749 body
#> 2750 body
#> 2751 body
#> 2752 body,mold/impression
#> 2753 body,mold/impression
#> 2754 body,mold/impression
#> 2755 body,mold/impression
#> 2756 body,mold/impression
#> 2757 body
#> 2758 body
#> 2759 body
#> 2760 body
#> 2761 body
#> 2762 body
#> 2763 body
#> 2764 body
#> 2765 body
#> 2766 body
#> 2767 body
#> 2768 body
#> 2769 body
#> 2770 body
#> 2771 body
#> 2772 body
#> 2773 body
#> 2774 body
#> 2775 body
#> 2776 body
#> 2777 body
#> taxon_environment motility life_habit
#> 1 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 2 terrestrial actively mobile <NA>
#> 3 terrestrial actively mobile <NA>
#> 4 terrestrial actively mobile <NA>
#> 5 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 6 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 7 terrestrial actively mobile <NA>
#> 8 brackish,freshwater,terrestrial actively mobile <NA>
#> 9 brackish,freshwater,terrestrial actively mobile amphibious
#> 10 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 11 brackish,freshwater,terrestrial actively mobile amphibious
#> 12 brackish,freshwater,terrestrial actively mobile amphibious
#> 13 brackish,freshwater,terrestrial actively mobile <NA>
#> 14 brackish,freshwater,terrestrial actively mobile <NA>
#> 15 brackish,freshwater,terrestrial actively mobile <NA>
#> 16 terrestrial actively mobile <NA>
#> 17 coastal,marine,brackish actively mobile amphibious
#> 18 brackish,freshwater,terrestrial actively mobile amphibious
#> 19 brackish,freshwater,terrestrial actively mobile amphibious
#> 20 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 21 brackish,freshwater,terrestrial actively mobile <NA>
#> 22 brackish,freshwater,terrestrial actively mobile <NA>
#> 23 terrestrial actively mobile <NA>
#> 24 terrestrial actively mobile <NA>
#> 25 brackish,freshwater,terrestrial actively mobile amphibious
#> 26 brackish,freshwater,terrestrial actively mobile <NA>
#> 27 terrestrial actively mobile <NA>
#> 28 terrestrial actively mobile <NA>
#> 29 brackish,freshwater,terrestrial actively mobile <NA>
#> 30 brackish,freshwater,terrestrial actively mobile <NA>
#> 31 brackish,freshwater,terrestrial actively mobile amphibious
#> 32 brackish,freshwater,terrestrial actively mobile <NA>
#> 33 terrestrial actively mobile <NA>
#> 34 brackish,freshwater,terrestrial actively mobile amphibious
#> 35 brackish,freshwater,terrestrial actively mobile amphibious
#> 36 brackish,freshwater,terrestrial actively mobile amphibious
#> 37 brackish,freshwater,terrestrial actively mobile amphibious
#> 38 terrestrial actively mobile <NA>
#> 39 brackish,freshwater,terrestrial actively mobile amphibious
#> 40 brackish,freshwater,terrestrial actively mobile amphibious
#> 41 brackish,freshwater,terrestrial actively mobile <NA>
#> 42 brackish,freshwater,terrestrial actively mobile <NA>
#> 43 terrestrial actively mobile <NA>
#> 44 terrestrial actively mobile <NA>
#> 45 brackish,freshwater,terrestrial actively mobile <NA>
#> 46 brackish,freshwater,terrestrial actively mobile amphibious
#> 47 brackish,freshwater,terrestrial actively mobile <NA>
#> 48 brackish,freshwater,terrestrial actively mobile <NA>
#> 49 brackish,freshwater,terrestrial actively mobile <NA>
#> 50 brackish,freshwater,terrestrial actively mobile <NA>
#> 51 brackish,freshwater,terrestrial actively mobile <NA>
#> 52 brackish,freshwater,terrestrial actively mobile <NA>
#> 53 terrestrial actively mobile ground dwelling
#> 54 brackish,freshwater,terrestrial actively mobile <NA>
#> 55 brackish,freshwater,terrestrial actively mobile <NA>
#> 56 brackish,freshwater,terrestrial actively mobile amphibious
#> 57 brackish,freshwater,terrestrial actively mobile amphibious
#> 58 terrestrial actively mobile <NA>
#> 59 terrestrial actively mobile <NA>
#> 60 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 61 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 62 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 63 brackish,freshwater,terrestrial actively mobile <NA>
#> 64 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 65 terrestrial actively mobile <NA>
#> 66 terrestrial actively mobile <NA>
#> 67 terrestrial actively mobile <NA>
#> 68 brackish,freshwater,terrestrial actively mobile amphibious
#> 69 brackish,freshwater,terrestrial actively mobile amphibious
#> 70 terrestrial actively mobile <NA>
#> 71 terrestrial actively mobile <NA>
#> 72 terrestrial actively mobile <NA>
#> 73 terrestrial actively mobile <NA>
#> 74 terrestrial actively mobile ground dwelling
#> 75 terrestrial actively mobile <NA>
#> 76 terrestrial actively mobile <NA>
#> 77 terrestrial actively mobile <NA>
#> 78 terrestrial actively mobile <NA>
#> 79 terrestrial actively mobile ground dwelling
#> 80 terrestrial actively mobile <NA>
#> 81 terrestrial actively mobile <NA>
#> 82 terrestrial actively mobile <NA>
#> 83 brackish,freshwater,terrestrial actively mobile <NA>
#> 84 brackish,freshwater,terrestrial actively mobile amphibious
#> 85 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 86 terrestrial actively mobile <NA>
#> 87 terrestrial actively mobile ground dwelling
#> 88 terrestrial actively mobile ground dwelling
#> 89 terrestrial actively mobile <NA>
#> 90 terrestrial actively mobile <NA>
#> 91 terrestrial actively mobile ground dwelling
#> 92 terrestrial actively mobile ground dwelling
#> 93 terrestrial actively mobile <NA>
#> 94 terrestrial actively mobile ground dwelling
#> 95 terrestrial actively mobile ground dwelling
#> 96 terrestrial actively mobile <NA>
#> 97 terrestrial actively mobile <NA>
#> 98 brackish,freshwater,terrestrial actively mobile <NA>
#> 99 terrestrial actively mobile ground dwelling
#> 100 brackish,freshwater,terrestrial actively mobile <NA>
#> 101 terrestrial actively mobile <NA>
#> 102 brackish,freshwater,terrestrial actively mobile <NA>
#> 103 brackish,freshwater,terrestrial actively mobile amphibious
#> 104 brackish,freshwater,terrestrial actively mobile amphibious
#> 105 brackish,freshwater,terrestrial actively mobile <NA>
#> 106 terrestrial actively mobile ground dwelling
#> 107 terrestrial actively mobile <NA>
#> 108 terrestrial actively mobile <NA>
#> 109 terrestrial actively mobile <NA>
#> 110 terrestrial actively mobile <NA>
#> 111 brackish,freshwater,terrestrial actively mobile <NA>
#> 112 brackish,freshwater,terrestrial actively mobile amphibious
#> 113 brackish,freshwater,terrestrial actively mobile <NA>
#> 114 terrestrial actively mobile <NA>
#> 115 brackish,freshwater,terrestrial actively mobile <NA>
#> 116 brackish,freshwater,terrestrial actively mobile <NA>
#> 117 brackish,freshwater,terrestrial actively mobile amphibious
#> 118 brackish,freshwater,terrestrial actively mobile amphibious
#> 119 brackish,freshwater,terrestrial actively mobile amphibious
#> 120 terrestrial actively mobile <NA>
#> 121 terrestrial actively mobile <NA>
#> 122 brackish,freshwater,terrestrial actively mobile <NA>
#> 123 brackish,freshwater,terrestrial actively mobile amphibious
#> 124 brackish,freshwater,terrestrial actively mobile <NA>
#> 125 brackish,freshwater,terrestrial actively mobile amphibious
#> 126 brackish,freshwater,terrestrial actively mobile amphibious
#> 127 terrestrial actively mobile <NA>
#> 128 brackish,freshwater,terrestrial actively mobile <NA>
#> 129 brackish,freshwater,terrestrial actively mobile amphibious
#> 130 brackish,freshwater,terrestrial actively mobile <NA>
#> 131 terrestrial actively mobile <NA>
#> 132 terrestrial actively mobile <NA>
#> 133 brackish,freshwater,terrestrial actively mobile amphibious
#> 134 brackish,freshwater,terrestrial actively mobile <NA>
#> 135 terrestrial actively mobile <NA>
#> 136 terrestrial actively mobile <NA>
#> 137 brackish,freshwater,terrestrial actively mobile <NA>
#> 138 brackish,freshwater,terrestrial actively mobile amphibious
#> 139 brackish,freshwater,terrestrial actively mobile amphibious
#> 140 terrestrial actively mobile <NA>
#> 141 terrestrial actively mobile <NA>
#> 142 terrestrial actively mobile <NA>
#> 143 brackish,freshwater,terrestrial actively mobile amphibious
#> 144 terrestrial actively mobile <NA>
#> 145 terrestrial actively mobile <NA>
#> 146 brackish,freshwater,terrestrial actively mobile <NA>
#> 147 brackish,freshwater,terrestrial actively mobile amphibious
#> 148 brackish,freshwater,terrestrial actively mobile amphibious
#> 149 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 150 brackish,freshwater,terrestrial actively mobile <NA>
#> 151 brackish,freshwater,terrestrial actively mobile <NA>
#> 152 brackish,freshwater,terrestrial actively mobile <NA>
#> 153 terrestrial actively mobile <NA>
#> 154 terrestrial actively mobile <NA>
#> 155 terrestrial actively mobile <NA>
#> 156 terrestrial actively mobile <NA>
#> 157 terrestrial actively mobile <NA>
#> 158 terrestrial actively mobile <NA>
#> 159 terrestrial actively mobile <NA>
#> 160 brackish,freshwater,terrestrial actively mobile <NA>
#> 161 brackish,freshwater,terrestrial actively mobile <NA>
#> 162 brackish,freshwater,terrestrial actively mobile amphibious
#> 163 brackish,freshwater,terrestrial actively mobile amphibious
#> 164 brackish,freshwater,terrestrial actively mobile <NA>
#> 165 brackish,freshwater,terrestrial actively mobile <NA>
#> 166 terrestrial actively mobile <NA>
#> 167 terrestrial actively mobile <NA>
#> 168 brackish,freshwater,terrestrial actively mobile <NA>
#> 169 brackish,freshwater,terrestrial actively mobile amphibious
#> 170 brackish,freshwater,terrestrial actively mobile amphibious
#> 171 brackish,freshwater,terrestrial actively mobile <NA>
#> 172 terrestrial actively mobile <NA>
#> 173 brackish,freshwater,terrestrial actively mobile amphibious
#> 174 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 175 brackish,freshwater,terrestrial actively mobile amphibious
#> 176 brackish,freshwater,terrestrial actively mobile <NA>
#> 177 terrestrial actively mobile <NA>
#> 178 brackish,freshwater,terrestrial actively mobile amphibious
#> 179 terrestrial actively mobile <NA>
#> 180 brackish,freshwater,terrestrial actively mobile amphibious
#> 181 brackish,freshwater,terrestrial actively mobile amphibious
#> 182 brackish,freshwater,terrestrial actively mobile <NA>
#> 183 terrestrial actively mobile <NA>
#> 184 terrestrial actively mobile <NA>
#> 185 terrestrial actively mobile <NA>
#> 186 brackish,freshwater,terrestrial actively mobile amphibious
#> 187 terrestrial actively mobile <NA>
#> 188 brackish,freshwater,terrestrial actively mobile amphibious
#> 189 brackish,freshwater,terrestrial actively mobile amphibious
#> 190 brackish,freshwater,terrestrial actively mobile amphibious
#> 191 brackish,freshwater,terrestrial actively mobile <NA>
#> 192 terrestrial actively mobile <NA>
#> 193 brackish,freshwater,terrestrial actively mobile amphibious
#> 194 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 195 brackish,freshwater,terrestrial actively mobile amphibious
#> 196 brackish,freshwater,terrestrial actively mobile <NA>
#> 197 terrestrial actively mobile <NA>
#> 198 brackish,freshwater,terrestrial actively mobile amphibious
#> 199 brackish,freshwater,terrestrial actively mobile amphibious
#> 200 brackish,freshwater,terrestrial actively mobile <NA>
#> 201 terrestrial actively mobile <NA>
#> 202 terrestrial actively mobile <NA>
#> 203 brackish,freshwater,terrestrial actively mobile amphibious
#> 204 brackish,freshwater,terrestrial actively mobile <NA>
#> 205 terrestrial actively mobile <NA>
#> 206 terrestrial actively mobile <NA>
#> 207 terrestrial actively mobile <NA>
#> 208 brackish,freshwater,terrestrial actively mobile amphibious
#> 209 brackish,freshwater,terrestrial actively mobile <NA>
#> 210 terrestrial actively mobile <NA>
#> 211 terrestrial actively mobile <NA>
#> 212 terrestrial actively mobile <NA>
#> 213 terrestrial actively mobile <NA>
#> 214 terrestrial actively mobile <NA>
#> 215 terrestrial actively mobile <NA>
#> 216 brackish,freshwater,terrestrial actively mobile amphibious
#> 217 brackish,freshwater,terrestrial actively mobile amphibious
#> 218 brackish,freshwater,terrestrial actively mobile <NA>
#> 219 brackish,freshwater,terrestrial actively mobile <NA>
#> 220 terrestrial actively mobile <NA>
#> 221 terrestrial actively mobile <NA>
#> 222 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 223 terrestrial actively mobile <NA>
#> 224 brackish,freshwater,terrestrial actively mobile amphibious
#> 225 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 226 brackish,freshwater,terrestrial actively mobile amphibious
#> 227 terrestrial actively mobile ground dwelling
#> 228 terrestrial actively mobile ground dwelling
#> 229 terrestrial actively mobile <NA>
#> 230 terrestrial actively mobile <NA>
#> 231 terrestrial actively mobile <NA>
#> 232 terrestrial actively mobile <NA>
#> 233 terrestrial actively mobile <NA>
#> 234 brackish,freshwater,terrestrial actively mobile amphibious
#> 235 brackish,freshwater,terrestrial actively mobile amphibious
#> 236 terrestrial actively mobile ground dwelling
#> 237 terrestrial actively mobile <NA>
#> 238 brackish,freshwater,terrestrial actively mobile <NA>
#> 239 brackish,freshwater,terrestrial actively mobile amphibious
#> 240 brackish,freshwater,terrestrial actively mobile <NA>
#> 241 terrestrial actively mobile <NA>
#> 242 terrestrial actively mobile <NA>
#> 243 brackish,freshwater,terrestrial actively mobile amphibious
#> 244 brackish,freshwater,terrestrial actively mobile <NA>
#> 245 terrestrial actively mobile <NA>
#> 246 brackish,freshwater,terrestrial actively mobile <NA>
#> 247 brackish,freshwater,terrestrial actively mobile <NA>
#> 248 terrestrial actively mobile <NA>
#> 249 brackish,freshwater,terrestrial actively mobile amphibious
#> 250 terrestrial actively mobile <NA>
#> 251 terrestrial actively mobile <NA>
#> 252 brackish,freshwater,terrestrial actively mobile amphibious
#> 253 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 254 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 255 brackish,freshwater,terrestrial actively mobile amphibious
#> 256 brackish,freshwater,terrestrial actively mobile amphibious
#> 257 brackish,freshwater,terrestrial actively mobile <NA>
#> 258 brackish,freshwater,terrestrial actively mobile <NA>
#> 259 terrestrial actively mobile <NA>
#> 260 terrestrial actively mobile <NA>
#> 261 brackish,freshwater,terrestrial actively mobile <NA>
#> 262 brackish,freshwater,terrestrial actively mobile <NA>
#> 263 brackish,freshwater,terrestrial actively mobile <NA>
#> 264 brackish,freshwater,terrestrial actively mobile <NA>
#> 265 terrestrial actively mobile <NA>
#> 266 terrestrial actively mobile ground dwelling
#> 267 terrestrial actively mobile ground dwelling
#> 268 terrestrial actively mobile ground dwelling
#> 269 terrestrial actively mobile ground dwelling
#> 270 terrestrial actively mobile ground dwelling
#> 271 terrestrial actively mobile ground dwelling
#> 272 terrestrial actively mobile <NA>
#> 273 terrestrial actively mobile <NA>
#> 274 terrestrial actively mobile <NA>
#> 275 terrestrial actively mobile <NA>
#> 276 terrestrial actively mobile <NA>
#> 277 terrestrial actively mobile <NA>
#> 278 terrestrial actively mobile <NA>
#> 279 terrestrial actively mobile <NA>
#> 280 brackish,freshwater,terrestrial actively mobile amphibious
#> 281 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 282 brackish,freshwater,terrestrial actively mobile amphibious
#> 283 brackish,freshwater,terrestrial actively mobile <NA>
#> 284 brackish,freshwater,terrestrial actively mobile <NA>
#> 285 terrestrial actively mobile ground dwelling
#> 286 brackish,freshwater,terrestrial actively mobile amphibious
#> 287 brackish,freshwater,terrestrial actively mobile <NA>
#> 288 terrestrial actively mobile ground dwelling
#> 289 terrestrial actively mobile ground dwelling
#> 290 terrestrial actively mobile <NA>
#> 291 terrestrial actively mobile <NA>
#> 292 terrestrial actively mobile <NA>
#> 293 terrestrial actively mobile <NA>
#> 294 terrestrial actively mobile <NA>
#> 295 brackish,freshwater,terrestrial actively mobile amphibious
#> 296 brackish,freshwater,terrestrial actively mobile <NA>
#> 297 terrestrial actively mobile ground dwelling
#> 298 terrestrial actively mobile ground dwelling
#> 299 terrestrial actively mobile <NA>
#> 300 terrestrial actively mobile <NA>
#> 301 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 302 brackish,freshwater,terrestrial actively mobile <NA>
#> 303 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 304 brackish,freshwater,terrestrial actively mobile <NA>
#> 305 brackish,freshwater,terrestrial actively mobile <NA>
#> 306 brackish,freshwater,terrestrial actively mobile amphibious
#> 307 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 308 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 309 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 310 brackish,freshwater,terrestrial actively mobile amphibious
#> 311 brackish,freshwater,terrestrial actively mobile amphibious
#> 312 brackish,freshwater,terrestrial actively mobile <NA>
#> 313 brackish,freshwater,terrestrial actively mobile <NA>
#> 314 terrestrial actively mobile <NA>
#> 315 brackish,freshwater,terrestrial actively mobile <NA>
#> 316 brackish,freshwater,terrestrial actively mobile <NA>
#> 317 terrestrial actively mobile <NA>
#> 318 terrestrial actively mobile <NA>
#> 319 terrestrial actively mobile <NA>
#> 320 brackish,freshwater,terrestrial actively mobile amphibious
#> 321 terrestrial actively mobile <NA>
#> 322 terrestrial actively mobile <NA>
#> 323 terrestrial actively mobile <NA>
#> 324 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 325 brackish,freshwater,terrestrial actively mobile amphibious
#> 326 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 327 brackish,freshwater,terrestrial actively mobile amphibious
#> 328 brackish,freshwater,terrestrial actively mobile <NA>
#> 329 terrestrial actively mobile <NA>
#> 330 terrestrial actively mobile ground dwelling
#> 331 terrestrial actively mobile ground dwelling
#> 332 terrestrial actively mobile ground dwelling
#> 333 terrestrial actively mobile <NA>
#> 334 brackish,freshwater,terrestrial actively mobile amphibious
#> 335 brackish,freshwater,terrestrial actively mobile amphibious
#> 336 brackish,freshwater,terrestrial actively mobile <NA>
#> 337 brackish,freshwater,terrestrial actively mobile <NA>
#> 338 brackish,freshwater,terrestrial actively mobile <NA>
#> 339 brackish,freshwater,terrestrial actively mobile <NA>
#> 340 terrestrial actively mobile ground dwelling
#> 341 terrestrial actively mobile <NA>
#> 342 terrestrial actively mobile <NA>
#> 343 brackish,freshwater,terrestrial actively mobile amphibious
#> 344 brackish,freshwater,terrestrial actively mobile <NA>
#> 345 brackish,freshwater,terrestrial actively mobile <NA>
#> 346 terrestrial actively mobile <NA>
#> 347 brackish,freshwater,terrestrial actively mobile amphibious
#> 348 brackish,freshwater,terrestrial actively mobile <NA>
#> 349 terrestrial actively mobile <NA>
#> 350 terrestrial actively mobile <NA>
#> 351 brackish,freshwater,terrestrial actively mobile <NA>
#> 352 terrestrial actively mobile <NA>
#> 353 terrestrial actively mobile <NA>
#> 354 brackish,freshwater,terrestrial actively mobile amphibious
#> 355 brackish,freshwater,terrestrial actively mobile <NA>
#> 356 terrestrial actively mobile <NA>
#> 357 brackish,freshwater,terrestrial actively mobile amphibious
#> 358 brackish,freshwater,terrestrial actively mobile <NA>
#> 359 brackish,freshwater,terrestrial actively mobile amphibious
#> 360 brackish,freshwater,terrestrial actively mobile amphibious
#> 361 brackish,freshwater,terrestrial actively mobile <NA>
#> 362 brackish,freshwater,terrestrial actively mobile <NA>
#> 363 terrestrial actively mobile <NA>
#> 364 terrestrial actively mobile <NA>
#> 365 brackish,freshwater,terrestrial actively mobile amphibious
#> 366 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 367 terrestrial actively mobile <NA>
#> 368 brackish,freshwater,terrestrial actively mobile amphibious
#> 369 brackish,freshwater,terrestrial actively mobile amphibious
#> 370 brackish,freshwater,terrestrial actively mobile <NA>
#> 371 brackish,freshwater,terrestrial actively mobile <NA>
#> 372 brackish,freshwater,terrestrial actively mobile <NA>
#> 373 brackish,freshwater,terrestrial actively mobile <NA>
#> 374 brackish,freshwater,terrestrial actively mobile amphibious
#> 375 brackish,freshwater,terrestrial actively mobile amphibious
#> 376 brackish,freshwater,terrestrial actively mobile amphibious
#> 377 brackish,freshwater,terrestrial actively mobile amphibious
#> 378 coastal,marine,brackish actively mobile amphibious
#> 379 coastal,marine,brackish actively mobile amphibious
#> 380 coastal,marine,brackish actively mobile amphibious
#> 381 coastal,marine,brackish actively mobile amphibious
#> 382 brackish,freshwater,terrestrial actively mobile amphibious
#> 383 brackish,freshwater,terrestrial actively mobile amphibious
#> 384 brackish,freshwater,terrestrial actively mobile amphibious
#> 385 terrestrial actively mobile <NA>
#> 386 brackish,freshwater,terrestrial actively mobile amphibious
#> 387 brackish,freshwater,terrestrial actively mobile amphibious
#> 388 brackish,freshwater,terrestrial actively mobile amphibious
#> 389 brackish,freshwater,terrestrial actively mobile <NA>
#> 390 terrestrial actively mobile <NA>
#> 391 terrestrial actively mobile <NA>
#> 392 terrestrial actively mobile <NA>
#> 393 terrestrial actively mobile <NA>
#> 394 brackish,freshwater,terrestrial actively mobile <NA>
#> 395 brackish,freshwater,terrestrial actively mobile amphibious
#> 396 brackish,freshwater,terrestrial actively mobile amphibious
#> 397 brackish,freshwater,terrestrial actively mobile amphibious
#> 398 terrestrial actively mobile <NA>
#> 399 terrestrial actively mobile <NA>
#> 400 terrestrial actively mobile <NA>
#> 401 terrestrial actively mobile <NA>
#> 402 terrestrial actively mobile <NA>
#> 403 brackish,freshwater,terrestrial actively mobile <NA>
#> 404 brackish,freshwater,terrestrial actively mobile amphibious
#> 405 brackish,freshwater,terrestrial actively mobile <NA>
#> 406 terrestrial actively mobile <NA>
#> 407 terrestrial actively mobile <NA>
#> 408 terrestrial actively mobile <NA>
#> 409 brackish,freshwater,terrestrial actively mobile <NA>
#> 410 marine actively mobile <NA>
#> 411 terrestrial actively mobile ground dwelling
#> 412 terrestrial actively mobile <NA>
#> 413 terrestrial actively mobile <NA>
#> 414 terrestrial actively mobile <NA>
#> 415 terrestrial actively mobile <NA>
#> 416 brackish,freshwater,terrestrial actively mobile amphibious
#> 417 terrestrial actively mobile <NA>
#> 418 brackish,freshwater,terrestrial actively mobile amphibious
#> 419 terrestrial actively mobile <NA>
#> 420 terrestrial actively mobile <NA>
#> 421 terrestrial actively mobile <NA>
#> 422 brackish,freshwater,terrestrial actively mobile <NA>
#> 423 terrestrial actively mobile <NA>
#> 424 terrestrial actively mobile <NA>
#> 425 terrestrial actively mobile <NA>
#> 426 terrestrial actively mobile <NA>
#> 427 brackish,freshwater,terrestrial actively mobile amphibious
#> 428 brackish,freshwater,terrestrial actively mobile amphibious
#> 429 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 430 terrestrial actively mobile <NA>
#> 431 terrestrial actively mobile <NA>
#> 432 terrestrial actively mobile <NA>
#> 433 terrestrial actively mobile <NA>
#> 434 terrestrial actively mobile <NA>
#> 435 terrestrial actively mobile <NA>
#> 436 terrestrial actively mobile <NA>
#> 437 brackish,freshwater,terrestrial actively mobile amphibious
#> 438 marine actively mobile <NA>
#> 439 marine actively mobile <NA>
#> 440 brackish,freshwater,terrestrial actively mobile amphibious
#> 441 brackish,freshwater,terrestrial actively mobile amphibious
#> 442 brackish,freshwater,terrestrial actively mobile amphibious
#> 443 brackish,freshwater,terrestrial actively mobile <NA>
#> 444 terrestrial actively mobile <NA>
#> 445 terrestrial actively mobile <NA>
#> 446 brackish,freshwater,terrestrial actively mobile <NA>
#> 447 terrestrial actively mobile <NA>
#> 448 brackish,freshwater,terrestrial actively mobile <NA>
#> 449 brackish,freshwater,terrestrial actively mobile <NA>
#> 450 brackish,freshwater,terrestrial actively mobile amphibious
#> 451 terrestrial actively mobile <NA>
#> 452 terrestrial actively mobile <NA>
#> 453 terrestrial actively mobile <NA>
#> 454 brackish,freshwater,terrestrial actively mobile amphibious
#> 455 terrestrial actively mobile <NA>
#> 456 terrestrial actively mobile <NA>
#> 457 brackish,freshwater,terrestrial actively mobile amphibious
#> 458 terrestrial actively mobile <NA>
#> 459 terrestrial actively mobile <NA>
#> 460 brackish,freshwater,terrestrial actively mobile amphibious
#> 461 brackish,freshwater,terrestrial actively mobile amphibious
#> 462 terrestrial actively mobile <NA>
#> 463 brackish,freshwater,terrestrial actively mobile <NA>
#> 464 brackish,freshwater,terrestrial actively mobile <NA>
#> 465 brackish,freshwater,terrestrial actively mobile amphibious
#> 466 brackish,freshwater,terrestrial actively mobile amphibious
#> 467 brackish,freshwater,terrestrial actively mobile amphibious
#> 468 brackish,freshwater,terrestrial actively mobile amphibious
#> 469 brackish,freshwater,terrestrial actively mobile amphibious
#> 470 terrestrial actively mobile <NA>
#> 471 brackish,freshwater,terrestrial actively mobile amphibious
#> 472 brackish,freshwater,terrestrial actively mobile <NA>
#> 473 terrestrial actively mobile <NA>
#> 474 terrestrial actively mobile <NA>
#> 475 brackish,freshwater,terrestrial actively mobile amphibious
#> 476 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 477 brackish,freshwater,terrestrial actively mobile amphibious
#> 478 brackish,freshwater,terrestrial actively mobile amphibious
#> 479 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 480 brackish,freshwater,terrestrial actively mobile <NA>
#> 481 brackish,freshwater,terrestrial actively mobile <NA>
#> 482 terrestrial actively mobile <NA>
#> 483 terrestrial actively mobile ground dwelling
#> 484 brackish,freshwater,terrestrial actively mobile <NA>
#> 485 terrestrial actively mobile <NA>
#> 486 terrestrial actively mobile <NA>
#> 487 terrestrial actively mobile ground dwelling
#> 488 terrestrial actively mobile ground dwelling
#> 489 terrestrial actively mobile ground dwelling
#> 490 terrestrial actively mobile <NA>
#> 491 terrestrial actively mobile <NA>
#> 492 terrestrial actively mobile <NA>
#> 493 terrestrial actively mobile <NA>
#> 494 terrestrial actively mobile <NA>
#> 495 terrestrial actively mobile <NA>
#> 496 terrestrial actively mobile <NA>
#> 497 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 498 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 499 brackish,freshwater,terrestrial actively mobile amphibious
#> 500 brackish,freshwater,terrestrial actively mobile amphibious
#> 501 brackish,freshwater,terrestrial actively mobile <NA>
#> 502 terrestrial actively mobile <NA>
#> 503 terrestrial actively mobile <NA>
#> 504 brackish,freshwater,terrestrial actively mobile <NA>
#> 505 terrestrial actively mobile <NA>
#> 506 terrestrial actively mobile ground dwelling
#> 507 terrestrial actively mobile ground dwelling
#> 508 terrestrial actively mobile <NA>
#> 509 terrestrial actively mobile <NA>
#> 510 terrestrial actively mobile <NA>
#> 511 brackish,freshwater,terrestrial actively mobile amphibious
#> 512 brackish,freshwater,terrestrial actively mobile amphibious
#> 513 terrestrial actively mobile <NA>
#> 514 brackish,freshwater,terrestrial actively mobile <NA>
#> 515 brackish,freshwater,terrestrial actively mobile <NA>
#> 516 brackish,freshwater,terrestrial actively mobile <NA>
#> 517 brackish,freshwater,terrestrial actively mobile <NA>
#> 518 brackish,freshwater,terrestrial actively mobile <NA>
#> 519 brackish,freshwater,terrestrial actively mobile <NA>
#> 520 terrestrial actively mobile ground dwelling
#> 521 terrestrial actively mobile <NA>
#> 522 brackish,freshwater,terrestrial actively mobile amphibious
#> 523 terrestrial actively mobile <NA>
#> 524 brackish,freshwater,terrestrial actively mobile <NA>
#> 525 terrestrial actively mobile <NA>
#> 526 terrestrial actively mobile <NA>
#> 527 terrestrial actively mobile <NA>
#> 528 terrestrial actively mobile volant
#> 529 brackish,freshwater,terrestrial actively mobile <NA>
#> 530 brackish,freshwater,terrestrial actively mobile <NA>
#> 531 brackish,freshwater,terrestrial actively mobile <NA>
#> 532 terrestrial actively mobile ground dwelling
#> 533 terrestrial actively mobile <NA>
#> 534 terrestrial actively mobile <NA>
#> 535 terrestrial actively mobile <NA>
#> 536 terrestrial actively mobile <NA>
#> 537 terrestrial actively mobile ground dwelling
#> 538 terrestrial actively mobile ground dwelling
#> 539 brackish,freshwater,terrestrial actively mobile <NA>
#> 540 terrestrial actively mobile ground dwelling
#> 541 terrestrial actively mobile <NA>
#> 542 terrestrial actively mobile ground dwelling
#> 543 terrestrial actively mobile ground dwelling
#> 544 brackish,freshwater,terrestrial actively mobile amphibious
#> 545 brackish,freshwater,terrestrial actively mobile <NA>
#> 546 terrestrial actively mobile <NA>
#> 547 brackish,freshwater,terrestrial actively mobile <NA>
#> 548 terrestrial actively mobile ground dwelling
#> 549 terrestrial actively mobile <NA>
#> 550 terrestrial actively mobile ground dwelling
#> 551 terrestrial actively mobile ground dwelling
#> 552 terrestrial actively mobile ground dwelling
#> 553 terrestrial actively mobile ground dwelling
#> 554 terrestrial actively mobile ground dwelling
#> 555 terrestrial actively mobile ground dwelling
#> 556 terrestrial actively mobile <NA>
#> 557 terrestrial actively mobile <NA>
#> 558 terrestrial actively mobile ground dwelling
#> 559 terrestrial actively mobile <NA>
#> 560 terrestrial actively mobile <NA>
#> 561 terrestrial actively mobile <NA>
#> 562 terrestrial actively mobile <NA>
#> 563 terrestrial actively mobile <NA>
#> 564 terrestrial actively mobile ground dwelling
#> 565 terrestrial actively mobile ground dwelling
#> 566 terrestrial actively mobile ground dwelling
#> 567 brackish,freshwater,terrestrial actively mobile <NA>
#> 568 brackish,freshwater,terrestrial actively mobile <NA>
#> 569 terrestrial actively mobile <NA>
#> 570 brackish,freshwater,terrestrial actively mobile amphibious
#> 571 brackish,freshwater,terrestrial actively mobile <NA>
#> 572 terrestrial actively mobile <NA>
#> 573 terrestrial actively mobile <NA>
#> 574 brackish,freshwater,terrestrial actively mobile <NA>
#> 575 terrestrial actively mobile <NA>
#> 576 brackish,freshwater,terrestrial actively mobile amphibious
#> 577 brackish,freshwater,terrestrial actively mobile <NA>
#> 578 terrestrial actively mobile <NA>
#> 579 terrestrial actively mobile <NA>
#> 580 terrestrial actively mobile <NA>
#> 581 terrestrial actively mobile <NA>
#> 582 terrestrial actively mobile <NA>
#> 583 terrestrial actively mobile <NA>
#> 584 terrestrial actively mobile <NA>
#> 585 terrestrial actively mobile <NA>
#> 586 terrestrial actively mobile <NA>
#> 587 terrestrial actively mobile <NA>
#> 588 terrestrial actively mobile <NA>
#> 589 terrestrial actively mobile <NA>
#> 590 terrestrial actively mobile <NA>
#> 591 terrestrial actively mobile <NA>
#> 592 terrestrial actively mobile <NA>
#> 593 terrestrial actively mobile <NA>
#> 594 terrestrial actively mobile <NA>
#> 595 terrestrial actively mobile <NA>
#> 596 terrestrial actively mobile <NA>
#> 597 terrestrial actively mobile <NA>
#> 598 terrestrial actively mobile <NA>
#> 599 terrestrial actively mobile ground dwelling
#> 600 terrestrial actively mobile <NA>
#> 601 terrestrial actively mobile <NA>
#> 602 terrestrial actively mobile <NA>
#> 603 brackish,freshwater,terrestrial actively mobile amphibious
#> 604 terrestrial actively mobile <NA>
#> 605 terrestrial actively mobile <NA>
#> 606 terrestrial actively mobile <NA>
#> 607 terrestrial actively mobile ground dwelling
#> 608 terrestrial actively mobile <NA>
#> 609 terrestrial actively mobile <NA>
#> 610 terrestrial actively mobile <NA>
#> 611 terrestrial actively mobile <NA>
#> 612 terrestrial actively mobile <NA>
#> 613 terrestrial actively mobile <NA>
#> 614 terrestrial actively mobile <NA>
#> 615 terrestrial actively mobile <NA>
#> 616 terrestrial actively mobile <NA>
#> 617 terrestrial actively mobile <NA>
#> 618 brackish,freshwater,terrestrial actively mobile amphibious
#> 619 brackish,freshwater,terrestrial actively mobile amphibious
#> 620 brackish,freshwater,terrestrial actively mobile <NA>
#> 621 terrestrial actively mobile <NA>
#> 622 terrestrial actively mobile <NA>
#> 623 terrestrial actively mobile <NA>
#> 624 brackish,freshwater,terrestrial actively mobile <NA>
#> 625 brackish,freshwater,terrestrial actively mobile <NA>
#> 626 terrestrial actively mobile <NA>
#> 627 terrestrial actively mobile <NA>
#> 628 terrestrial actively mobile <NA>
#> 629 terrestrial actively mobile <NA>
#> 630 brackish,freshwater,terrestrial actively mobile <NA>
#> 631 brackish,freshwater,terrestrial actively mobile <NA>
#> 632 terrestrial actively mobile ground dwelling
#> 633 terrestrial actively mobile ground dwelling
#> 634 terrestrial actively mobile ground dwelling
#> 635 terrestrial actively mobile ground dwelling
#> 636 brackish,freshwater,terrestrial actively mobile amphibious
#> 637 terrestrial actively mobile ground dwelling
#> 638 terrestrial actively mobile ground dwelling
#> 639 terrestrial actively mobile ground dwelling
#> 640 terrestrial actively mobile <NA>
#> 641 terrestrial actively mobile <NA>
#> 642 terrestrial actively mobile <NA>
#> 643 terrestrial actively mobile <NA>
#> 644 terrestrial actively mobile ground dwelling
#> 645 terrestrial actively mobile <NA>
#> 646 terrestrial actively mobile ground dwelling
#> 647 terrestrial actively mobile <NA>
#> 648 terrestrial actively mobile ground dwelling
#> 649 terrestrial actively mobile ground dwelling
#> 650 terrestrial actively mobile <NA>
#> 651 brackish,freshwater,terrestrial actively mobile amphibious
#> 652 brackish,freshwater,terrestrial actively mobile amphibious
#> 653 brackish,freshwater,terrestrial actively mobile <NA>
#> 654 terrestrial actively mobile <NA>
#> 655 terrestrial actively mobile <NA>
#> 656 terrestrial actively mobile <NA>
#> 657 terrestrial actively mobile <NA>
#> 658 terrestrial actively mobile <NA>
#> 659 terrestrial actively mobile <NA>
#> 660 terrestrial actively mobile <NA>
#> 661 terrestrial actively mobile <NA>
#> 662 terrestrial actively mobile <NA>
#> 663 terrestrial actively mobile <NA>
#> 664 terrestrial actively mobile ground dwelling
#> 665 brackish,freshwater,terrestrial actively mobile <NA>
#> 666 brackish,freshwater,terrestrial actively mobile amphibious
#> 667 brackish,freshwater,terrestrial actively mobile amphibious
#> 668 brackish,freshwater,terrestrial actively mobile <NA>
#> 669 brackish,freshwater,terrestrial actively mobile <NA>
#> 670 terrestrial actively mobile <NA>
#> 671 brackish,freshwater,terrestrial actively mobile <NA>
#> 672 terrestrial actively mobile ground dwelling
#> 673 terrestrial actively mobile <NA>
#> 674 terrestrial actively mobile <NA>
#> 675 brackish,freshwater,terrestrial actively mobile amphibious
#> 676 terrestrial actively mobile <NA>
#> 677 terrestrial actively mobile <NA>
#> 678 brackish,freshwater,terrestrial actively mobile <NA>
#> 679 brackish,freshwater,terrestrial actively mobile amphibious
#> 680 brackish,freshwater,terrestrial actively mobile amphibious
#> 681 brackish,freshwater,terrestrial actively mobile <NA>
#> 682 terrestrial actively mobile <NA>
#> 683 terrestrial actively mobile <NA>
#> 684 brackish,freshwater,terrestrial actively mobile amphibious
#> 685 terrestrial actively mobile ground dwelling
#> 686 brackish,freshwater,terrestrial actively mobile amphibious
#> 687 terrestrial actively mobile ground dwelling
#> 688 terrestrial actively mobile <NA>
#> 689 terrestrial actively mobile ground dwelling
#> 690 terrestrial actively mobile <NA>
#> 691 terrestrial actively mobile ground dwelling
#> 692 brackish,freshwater,terrestrial actively mobile amphibious
#> 693 terrestrial actively mobile ground dwelling
#> 694 terrestrial actively mobile ground dwelling
#> 695 brackish,freshwater,terrestrial actively mobile amphibious
#> 696 terrestrial actively mobile <NA>
#> 697 terrestrial actively mobile <NA>
#> 698 terrestrial actively mobile <NA>
#> 699 terrestrial actively mobile <NA>
#> 700 terrestrial actively mobile <NA>
#> 701 terrestrial actively mobile <NA>
#> 702 terrestrial actively mobile ground dwelling
#> 703 terrestrial actively mobile <NA>
#> 704 terrestrial actively mobile ground dwelling
#> 705 terrestrial actively mobile <NA>
#> 706 terrestrial actively mobile <NA>
#> 707 terrestrial actively mobile <NA>
#> 708 brackish,freshwater,terrestrial actively mobile <NA>
#> 709 terrestrial actively mobile ground dwelling
#> 710 terrestrial actively mobile <NA>
#> 711 terrestrial actively mobile <NA>
#> 712 terrestrial actively mobile <NA>
#> 713 terrestrial actively mobile <NA>
#> 714 terrestrial actively mobile <NA>
#> 715 brackish,freshwater,terrestrial actively mobile <NA>
#> 716 terrestrial actively mobile <NA>
#> 717 terrestrial actively mobile <NA>
#> 718 terrestrial actively mobile <NA>
#> 719 brackish,freshwater,terrestrial actively mobile <NA>
#> 720 brackish,freshwater,terrestrial actively mobile <NA>
#> 721 terrestrial actively mobile <NA>
#> 722 terrestrial actively mobile ground dwelling
#> 723 terrestrial actively mobile <NA>
#> 724 terrestrial actively mobile <NA>
#> 725 terrestrial actively mobile <NA>
#> 726 terrestrial actively mobile <NA>
#> 727 terrestrial actively mobile <NA>
#> 728 terrestrial actively mobile <NA>
#> 729 terrestrial actively mobile <NA>
#> 730 terrestrial actively mobile ground dwelling
#> 731 terrestrial actively mobile <NA>
#> 732 terrestrial actively mobile <NA>
#> 733 terrestrial actively mobile <NA>
#> 734 terrestrial actively mobile <NA>
#> 735 terrestrial actively mobile <NA>
#> 736 terrestrial actively mobile <NA>
#> 737 terrestrial actively mobile <NA>
#> 738 terrestrial actively mobile <NA>
#> 739 terrestrial actively mobile <NA>
#> 740 terrestrial actively mobile <NA>
#> 741 terrestrial actively mobile <NA>
#> 742 brackish,freshwater,terrestrial actively mobile amphibious
#> 743 brackish,freshwater,terrestrial actively mobile amphibious
#> 744 brackish,freshwater,terrestrial actively mobile amphibious
#> 745 terrestrial actively mobile ground dwelling
#> 746 brackish,freshwater,terrestrial actively mobile amphibious
#> 747 brackish,freshwater,terrestrial actively mobile <NA>
#> 748 brackish,freshwater,terrestrial actively mobile <NA>
#> 749 brackish,freshwater,terrestrial actively mobile <NA>
#> 750 terrestrial actively mobile <NA>
#> 751 terrestrial actively mobile ground dwelling
#> 752 terrestrial actively mobile <NA>
#> 753 terrestrial actively mobile <NA>
#> 754 brackish,freshwater,terrestrial actively mobile <NA>
#> 755 brackish,freshwater,terrestrial actively mobile amphibious
#> 756 brackish,freshwater,terrestrial actively mobile <NA>
#> 757 brackish,freshwater,terrestrial actively mobile <NA>
#> 758 terrestrial actively mobile <NA>
#> 759 terrestrial actively mobile ground dwelling
#> 760 terrestrial actively mobile <NA>
#> 761 terrestrial actively mobile <NA>
#> 762 brackish,freshwater,terrestrial actively mobile amphibious
#> 763 brackish,freshwater,terrestrial actively mobile <NA>
#> 764 brackish,freshwater,terrestrial actively mobile <NA>
#> 765 terrestrial actively mobile <NA>
#> 766 terrestrial actively mobile <NA>
#> 767 terrestrial actively mobile <NA>
#> 768 brackish,freshwater,terrestrial actively mobile amphibious
#> 769 terrestrial actively mobile ground dwelling
#> 770 terrestrial actively mobile <NA>
#> 771 terrestrial actively mobile ground dwelling
#> 772 terrestrial actively mobile <NA>
#> 773 terrestrial actively mobile <NA>
#> 774 terrestrial actively mobile ground dwelling
#> 775 terrestrial actively mobile ground dwelling
#> 776 terrestrial actively mobile ground dwelling
#> 777 terrestrial actively mobile ground dwelling
#> 778 terrestrial actively mobile ground dwelling
#> 779 terrestrial actively mobile ground dwelling
#> 780 terrestrial actively mobile <NA>
#> 781 terrestrial actively mobile ground dwelling
#> 782 terrestrial actively mobile ground dwelling
#> 783 terrestrial actively mobile ground dwelling
#> 784 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 785 brackish,freshwater,terrestrial actively mobile <NA>
#> 786 brackish,freshwater,terrestrial actively mobile <NA>
#> 787 terrestrial actively mobile <NA>
#> 788 terrestrial actively mobile <NA>
#> 789 terrestrial actively mobile <NA>
#> 790 terrestrial actively mobile <NA>
#> 791 brackish,freshwater,terrestrial actively mobile <NA>
#> 792 terrestrial actively mobile <NA>
#> 793 terrestrial actively mobile ground dwelling
#> 794 terrestrial actively mobile ground dwelling
#> 795 terrestrial actively mobile ground dwelling
#> 796 terrestrial actively mobile ground dwelling
#> 797 terrestrial actively mobile ground dwelling
#> 798 terrestrial actively mobile <NA>
#> 799 terrestrial actively mobile ground dwelling
#> 800 brackish,freshwater,terrestrial actively mobile <NA>
#> 801 brackish,freshwater,terrestrial actively mobile <NA>
#> 802 terrestrial actively mobile <NA>
#> 803 terrestrial actively mobile <NA>
#> 804 terrestrial actively mobile <NA>
#> 805 brackish,freshwater,terrestrial actively mobile <NA>
#> 806 terrestrial actively mobile <NA>
#> 807 brackish,freshwater,terrestrial actively mobile <NA>
#> 808 brackish,freshwater,terrestrial actively mobile <NA>
#> 809 terrestrial actively mobile <NA>
#> 810 terrestrial actively mobile <NA>
#> 811 terrestrial actively mobile <NA>
#> 812 brackish,freshwater,terrestrial actively mobile amphibious
#> 813 brackish,freshwater,terrestrial actively mobile amphibious
#> 814 brackish,freshwater,terrestrial actively mobile amphibious
#> 815 terrestrial actively mobile <NA>
#> 816 brackish,freshwater,terrestrial actively mobile amphibious
#> 817 terrestrial actively mobile <NA>
#> 818 terrestrial actively mobile <NA>
#> 819 terrestrial actively mobile <NA>
#> 820 terrestrial actively mobile <NA>
#> 821 terrestrial actively mobile <NA>
#> 822 terrestrial actively mobile <NA>
#> 823 terrestrial actively mobile <NA>
#> 824 terrestrial actively mobile <NA>
#> 825 terrestrial actively mobile <NA>
#> 826 terrestrial actively mobile <NA>
#> 827 terrestrial actively mobile <NA>
#> 828 terrestrial actively mobile <NA>
#> 829 terrestrial actively mobile <NA>
#> 830 brackish,freshwater,terrestrial actively mobile amphibious
#> 831 brackish,freshwater,terrestrial actively mobile amphibious
#> 832 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 833 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 834 brackish,freshwater,terrestrial actively mobile <NA>
#> 835 terrestrial actively mobile <NA>
#> 836 terrestrial actively mobile <NA>
#> 837 terrestrial actively mobile <NA>
#> 838 terrestrial actively mobile <NA>
#> 839 terrestrial actively mobile <NA>
#> 840 brackish,freshwater,terrestrial actively mobile <NA>
#> 841 terrestrial actively mobile <NA>
#> 842 terrestrial actively mobile <NA>
#> 843 terrestrial actively mobile <NA>
#> 844 terrestrial actively mobile <NA>
#> 845 brackish,freshwater,terrestrial actively mobile amphibious
#> 846 terrestrial actively mobile ground dwelling
#> 847 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 848 brackish,freshwater,terrestrial actively mobile <NA>
#> 849 brackish,freshwater,terrestrial actively mobile <NA>
#> 850 terrestrial actively mobile <NA>
#> 851 terrestrial actively mobile <NA>
#> 852 terrestrial actively mobile <NA>
#> 853 terrestrial actively mobile <NA>
#> 854 brackish,freshwater,terrestrial actively mobile <NA>
#> 855 terrestrial actively mobile <NA>
#> 856 terrestrial actively mobile volant
#> 857 terrestrial actively mobile volant
#> 858 brackish,freshwater,terrestrial actively mobile <NA>
#> 859 brackish,freshwater,terrestrial actively mobile <NA>
#> 860 terrestrial actively mobile <NA>
#> 861 terrestrial actively mobile <NA>
#> 862 brackish,freshwater,terrestrial actively mobile amphibious
#> 863 terrestrial actively mobile volant
#> 864 terrestrial actively mobile volant
#> 865 terrestrial actively mobile volant
#> 866 terrestrial actively mobile volant
#> 867 terrestrial actively mobile <NA>
#> 868 terrestrial actively mobile <NA>
#> 869 terrestrial actively mobile <NA>
#> 870 terrestrial actively mobile <NA>
#> 871 terrestrial actively mobile <NA>
#> 872 terrestrial actively mobile <NA>
#> 873 terrestrial actively mobile <NA>
#> 874 terrestrial actively mobile <NA>
#> 875 terrestrial actively mobile volant
#> 876 terrestrial actively mobile volant
#> 877 terrestrial actively mobile <NA>
#> 878 terrestrial actively mobile <NA>
#> 879 terrestrial actively mobile <NA>
#> 880 brackish,freshwater,terrestrial actively mobile amphibious
#> 881 brackish,freshwater,terrestrial actively mobile <NA>
#> 882 terrestrial actively mobile <NA>
#> 883 terrestrial actively mobile <NA>
#> 884 terrestrial actively mobile <NA>
#> 885 terrestrial actively mobile volant
#> 886 terrestrial actively mobile <NA>
#> 887 terrestrial actively mobile ground dwelling
#> 888 terrestrial actively mobile <NA>
#> 889 terrestrial actively mobile ground dwelling
#> 890 terrestrial actively mobile <NA>
#> 891 terrestrial actively mobile <NA>
#> 892 terrestrial actively mobile <NA>
#> 893 terrestrial actively mobile ground dwelling
#> 894 terrestrial actively mobile <NA>
#> 895 terrestrial actively mobile ground dwelling
#> 896 terrestrial actively mobile <NA>
#> 897 brackish,freshwater,terrestrial actively mobile <NA>
#> 898 terrestrial actively mobile <NA>
#> 899 terrestrial actively mobile <NA>
#> 900 terrestrial actively mobile <NA>
#> 901 terrestrial actively mobile <NA>
#> 902 terrestrial actively mobile ground dwelling
#> 903 terrestrial actively mobile ground dwelling
#> 904 terrestrial actively mobile volant
#> 905 terrestrial actively mobile <NA>
#> 906 terrestrial actively mobile <NA>
#> 907 terrestrial actively mobile <NA>
#> 908 terrestrial actively mobile <NA>
#> 909 terrestrial actively mobile <NA>
#> 910 terrestrial actively mobile <NA>
#> 911 terrestrial actively mobile <NA>
#> 912 terrestrial actively mobile <NA>
#> 913 terrestrial actively mobile <NA>
#> 914 terrestrial actively mobile <NA>
#> 915 terrestrial actively mobile <NA>
#> 916 terrestrial actively mobile <NA>
#> 917 terrestrial actively mobile <NA>
#> 918 brackish,freshwater,terrestrial actively mobile <NA>
#> 919 terrestrial actively mobile ground dwelling
#> 920 terrestrial actively mobile ground dwelling
#> 921 terrestrial actively mobile <NA>
#> 922 terrestrial actively mobile ground dwelling
#> 923 brackish,freshwater,terrestrial actively mobile amphibious
#> 924 brackish,freshwater,terrestrial actively mobile amphibious
#> 925 brackish,freshwater,terrestrial actively mobile <NA>
#> 926 terrestrial actively mobile <NA>
#> 927 terrestrial actively mobile <NA>
#> 928 brackish,freshwater,terrestrial actively mobile amphibious
#> 929 brackish,freshwater,terrestrial actively mobile amphibious
#> 930 terrestrial actively mobile <NA>
#> 931 terrestrial actively mobile <NA>
#> 932 terrestrial actively mobile <NA>
#> 933 terrestrial actively mobile <NA>
#> 934 terrestrial actively mobile <NA>
#> 935 terrestrial actively mobile <NA>
#> 936 terrestrial actively mobile <NA>
#> 937 terrestrial actively mobile <NA>
#> 938 terrestrial actively mobile <NA>
#> 939 brackish,freshwater,terrestrial actively mobile amphibious
#> 940 terrestrial actively mobile <NA>
#> 941 terrestrial actively mobile <NA>
#> 942 terrestrial actively mobile <NA>
#> 943 terrestrial actively mobile <NA>
#> 944 terrestrial actively mobile <NA>
#> 945 terrestrial actively mobile <NA>
#> 946 terrestrial actively mobile <NA>
#> 947 terrestrial actively mobile <NA>
#> 948 terrestrial actively mobile <NA>
#> 949 terrestrial actively mobile <NA>
#> 950 terrestrial actively mobile <NA>
#> 951 terrestrial actively mobile <NA>
#> 952 terrestrial actively mobile <NA>
#> 953 terrestrial actively mobile <NA>
#> 954 terrestrial actively mobile <NA>
#> 955 terrestrial actively mobile <NA>
#> 956 terrestrial actively mobile <NA>
#> 957 terrestrial actively mobile <NA>
#> 958 terrestrial actively mobile <NA>
#> 959 brackish,freshwater,terrestrial actively mobile <NA>
#> 960 brackish,freshwater,terrestrial actively mobile <NA>
#> 961 terrestrial actively mobile <NA>
#> 962 terrestrial actively mobile <NA>
#> 963 terrestrial actively mobile <NA>
#> 964 terrestrial actively mobile <NA>
#> 965 terrestrial actively mobile <NA>
#> 966 terrestrial actively mobile <NA>
#> 967 terrestrial actively mobile <NA>
#> 968 terrestrial actively mobile <NA>
#> 969 terrestrial actively mobile <NA>
#> 970 terrestrial actively mobile <NA>
#> 971 terrestrial actively mobile <NA>
#> 972 terrestrial actively mobile <NA>
#> 973 terrestrial actively mobile <NA>
#> 974 terrestrial actively mobile <NA>
#> 975 terrestrial actively mobile <NA>
#> 976 terrestrial actively mobile <NA>
#> 977 terrestrial actively mobile <NA>
#> 978 terrestrial actively mobile <NA>
#> 979 terrestrial actively mobile volant
#> 980 marine actively mobile <NA>
#> 981 terrestrial actively mobile <NA>
#> 982 terrestrial actively mobile <NA>
#> 983 terrestrial actively mobile ground dwelling
#> 984 terrestrial actively mobile <NA>
#> 985 terrestrial actively mobile <NA>
#> 986 terrestrial actively mobile <NA>
#> 987 terrestrial actively mobile <NA>
#> 988 terrestrial actively mobile <NA>
#> 989 terrestrial actively mobile <NA>
#> 990 terrestrial actively mobile <NA>
#> 991 terrestrial actively mobile <NA>
#> 992 terrestrial actively mobile <NA>
#> 993 terrestrial actively mobile <NA>
#> 994 terrestrial actively mobile <NA>
#> 995 terrestrial actively mobile <NA>
#> 996 terrestrial actively mobile <NA>
#> 997 terrestrial actively mobile <NA>
#> 998 terrestrial actively mobile <NA>
#> 999 terrestrial actively mobile <NA>
#> 1000 terrestrial actively mobile <NA>
#> 1001 terrestrial actively mobile <NA>
#> 1002 terrestrial actively mobile <NA>
#> 1003 terrestrial actively mobile <NA>
#> 1004 terrestrial actively mobile <NA>
#> 1005 terrestrial actively mobile <NA>
#> 1006 terrestrial actively mobile <NA>
#> 1007 terrestrial actively mobile <NA>
#> 1008 terrestrial actively mobile <NA>
#> 1009 terrestrial actively mobile <NA>
#> 1010 terrestrial actively mobile <NA>
#> 1011 terrestrial actively mobile <NA>
#> 1012 terrestrial actively mobile <NA>
#> 1013 terrestrial actively mobile <NA>
#> 1014 terrestrial actively mobile <NA>
#> 1015 terrestrial actively mobile <NA>
#> 1016 terrestrial actively mobile <NA>
#> 1017 terrestrial actively mobile <NA>
#> 1018 terrestrial actively mobile <NA>
#> 1019 terrestrial actively mobile <NA>
#> 1020 terrestrial actively mobile <NA>
#> 1021 terrestrial actively mobile <NA>
#> 1022 terrestrial actively mobile <NA>
#> 1023 terrestrial actively mobile <NA>
#> 1024 terrestrial actively mobile <NA>
#> 1025 terrestrial actively mobile <NA>
#> 1026 terrestrial actively mobile <NA>
#> 1027 terrestrial actively mobile <NA>
#> 1028 terrestrial actively mobile <NA>
#> 1029 terrestrial actively mobile <NA>
#> 1030 terrestrial actively mobile <NA>
#> 1031 terrestrial actively mobile <NA>
#> 1032 terrestrial actively mobile <NA>
#> 1033 terrestrial actively mobile <NA>
#> 1034 terrestrial actively mobile <NA>
#> 1035 terrestrial actively mobile <NA>
#> 1036 terrestrial actively mobile <NA>
#> 1037 terrestrial actively mobile <NA>
#> 1038 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1039 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1040 terrestrial actively mobile <NA>
#> 1041 brackish,freshwater,terrestrial actively mobile amphibious
#> 1042 brackish,freshwater,terrestrial actively mobile <NA>
#> 1043 terrestrial actively mobile <NA>
#> 1044 terrestrial actively mobile <NA>
#> 1045 brackish,freshwater,terrestrial actively mobile <NA>
#> 1046 brackish,freshwater,terrestrial actively mobile <NA>
#> 1047 terrestrial actively mobile <NA>
#> 1048 terrestrial actively mobile <NA>
#> 1049 terrestrial actively mobile <NA>
#> 1050 terrestrial actively mobile <NA>
#> 1051 terrestrial actively mobile <NA>
#> 1052 terrestrial actively mobile <NA>
#> 1053 terrestrial actively mobile <NA>
#> 1054 terrestrial actively mobile <NA>
#> 1055 brackish,freshwater,terrestrial actively mobile <NA>
#> 1056 terrestrial actively mobile <NA>
#> 1057 brackish,freshwater,terrestrial actively mobile <NA>
#> 1058 terrestrial actively mobile <NA>
#> 1059 terrestrial actively mobile <NA>
#> 1060 terrestrial actively mobile <NA>
#> 1061 terrestrial actively mobile <NA>
#> 1062 terrestrial actively mobile <NA>
#> 1063 terrestrial actively mobile <NA>
#> 1064 brackish,freshwater,terrestrial actively mobile <NA>
#> 1065 brackish,freshwater,terrestrial actively mobile <NA>
#> 1066 brackish,freshwater,terrestrial actively mobile <NA>
#> 1067 brackish,freshwater,terrestrial actively mobile <NA>
#> 1068 terrestrial actively mobile <NA>
#> 1069 brackish,freshwater,terrestrial actively mobile amphibious
#> 1070 brackish,freshwater,terrestrial actively mobile amphibious
#> 1071 brackish,freshwater,terrestrial actively mobile amphibious
#> 1072 brackish,freshwater,terrestrial actively mobile amphibious
#> 1073 terrestrial actively mobile <NA>
#> 1074 brackish,freshwater,terrestrial actively mobile <NA>
#> 1075 brackish,freshwater,terrestrial actively mobile <NA>
#> 1076 brackish,freshwater,terrestrial actively mobile <NA>
#> 1077 brackish,freshwater,terrestrial actively mobile <NA>
#> 1078 brackish,freshwater,terrestrial actively mobile <NA>
#> 1079 brackish,freshwater,terrestrial actively mobile <NA>
#> 1080 brackish,freshwater,terrestrial actively mobile <NA>
#> 1081 terrestrial actively mobile <NA>
#> 1082 terrestrial actively mobile <NA>
#> 1083 terrestrial actively mobile <NA>
#> 1084 terrestrial actively mobile <NA>
#> 1085 brackish,freshwater,terrestrial actively mobile amphibious
#> 1086 brackish,freshwater,terrestrial actively mobile amphibious
#> 1087 terrestrial actively mobile <NA>
#> 1088 brackish,freshwater,terrestrial actively mobile amphibious
#> 1089 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1090 brackish,freshwater,terrestrial actively mobile <NA>
#> 1091 brackish,freshwater,terrestrial actively mobile <NA>
#> 1092 terrestrial actively mobile <NA>
#> 1093 terrestrial actively mobile ground dwelling
#> 1094 terrestrial actively mobile ground dwelling
#> 1095 brackish,freshwater,terrestrial actively mobile amphibious
#> 1096 brackish,freshwater,terrestrial actively mobile amphibious
#> 1097 terrestrial actively mobile <NA>
#> 1098 marine actively mobile <NA>
#> 1099 terrestrial actively mobile <NA>
#> 1100 terrestrial actively mobile <NA>
#> 1101 terrestrial actively mobile <NA>
#> 1102 terrestrial actively mobile <NA>
#> 1103 terrestrial actively mobile <NA>
#> 1104 terrestrial actively mobile <NA>
#> 1105 terrestrial actively mobile ground dwelling
#> 1106 terrestrial actively mobile <NA>
#> 1107 terrestrial actively mobile <NA>
#> 1108 terrestrial actively mobile <NA>
#> 1109 terrestrial actively mobile <NA>
#> 1110 terrestrial actively mobile <NA>
#> 1111 brackish,freshwater,terrestrial actively mobile amphibious
#> 1112 terrestrial actively mobile <NA>
#> 1113 terrestrial actively mobile <NA>
#> 1114 terrestrial actively mobile <NA>
#> 1115 terrestrial actively mobile <NA>
#> 1116 terrestrial actively mobile <NA>
#> 1117 terrestrial actively mobile <NA>
#> 1118 terrestrial actively mobile <NA>
#> 1119 terrestrial actively mobile ground dwelling
#> 1120 terrestrial actively mobile <NA>
#> 1121 brackish,freshwater,terrestrial actively mobile <NA>
#> 1122 terrestrial actively mobile <NA>
#> 1123 terrestrial actively mobile <NA>
#> 1124 terrestrial actively mobile <NA>
#> 1125 brackish,freshwater,terrestrial actively mobile amphibious
#> 1126 terrestrial actively mobile <NA>
#> 1127 terrestrial actively mobile <NA>
#> 1128 terrestrial actively mobile <NA>
#> 1129 brackish,freshwater,terrestrial actively mobile <NA>
#> 1130 brackish,freshwater,terrestrial actively mobile amphibious
#> 1131 terrestrial actively mobile <NA>
#> 1132 terrestrial actively mobile <NA>
#> 1133 terrestrial actively mobile <NA>
#> 1134 terrestrial actively mobile <NA>
#> 1135 coastal,marine,brackish actively mobile amphibious
#> 1136 coastal,marine,brackish actively mobile amphibious
#> 1137 coastal,marine,brackish actively mobile amphibious
#> 1138 coastal,marine,brackish actively mobile amphibious
#> 1139 coastal,marine,brackish actively mobile amphibious
#> 1140 coastal,marine,brackish actively mobile amphibious
#> 1141 terrestrial actively mobile <NA>
#> 1142 terrestrial actively mobile <NA>
#> 1143 terrestrial actively mobile <NA>
#> 1144 terrestrial actively mobile <NA>
#> 1145 terrestrial actively mobile <NA>
#> 1146 terrestrial actively mobile <NA>
#> 1147 terrestrial actively mobile <NA>
#> 1148 coastal,marine,brackish actively mobile amphibious
#> 1149 coastal,marine,brackish actively mobile amphibious
#> 1150 coastal,marine,brackish actively mobile amphibious
#> 1151 coastal,marine,brackish actively mobile amphibious
#> 1152 coastal,marine,brackish actively mobile amphibious
#> 1153 coastal,marine,brackish actively mobile amphibious
#> 1154 coastal,marine,brackish actively mobile amphibious
#> 1155 coastal,marine,brackish actively mobile amphibious
#> 1156 coastal,marine,brackish actively mobile amphibious
#> 1157 coastal,marine,brackish actively mobile amphibious
#> 1158 coastal,marine,brackish actively mobile amphibious
#> 1159 coastal,marine,brackish actively mobile amphibious
#> 1160 coastal,marine,brackish actively mobile amphibious
#> 1161 coastal,marine,brackish actively mobile amphibious
#> 1162 terrestrial actively mobile <NA>
#> 1163 coastal,marine,brackish actively mobile amphibious
#> 1164 coastal,marine,brackish actively mobile amphibious
#> 1165 coastal,marine,brackish actively mobile amphibious
#> 1166 coastal,marine,brackish actively mobile amphibious
#> 1167 coastal,marine,brackish actively mobile amphibious
#> 1168 coastal,marine,brackish actively mobile amphibious
#> 1169 coastal,marine,brackish actively mobile amphibious
#> 1170 coastal,marine,brackish actively mobile amphibious
#> 1171 marine actively mobile <NA>
#> 1172 coastal,marine,brackish actively mobile amphibious
#> 1173 coastal,marine,brackish actively mobile amphibious
#> 1174 coastal,marine,brackish actively mobile amphibious
#> 1175 coastal,marine,brackish actively mobile amphibious
#> 1176 coastal,marine,brackish actively mobile amphibious
#> 1177 coastal,marine,brackish actively mobile amphibious
#> 1178 coastal,marine,brackish actively mobile amphibious
#> 1179 coastal,marine,brackish actively mobile amphibious
#> 1180 coastal,marine,brackish actively mobile amphibious
#> 1181 marine actively mobile <NA>
#> 1182 coastal,marine,brackish actively mobile amphibious
#> 1183 coastal,marine,brackish actively mobile amphibious
#> 1184 coastal,marine,brackish actively mobile amphibious
#> 1185 coastal,marine,brackish actively mobile amphibious
#> 1186 coastal,marine,brackish actively mobile amphibious
#> 1187 brackish,freshwater,terrestrial actively mobile amphibious
#> 1188 brackish,freshwater,terrestrial actively mobile amphibious
#> 1189 terrestrial actively mobile <NA>
#> 1190 terrestrial actively mobile <NA>
#> 1191 terrestrial actively mobile <NA>
#> 1192 brackish,freshwater,terrestrial actively mobile <NA>
#> 1193 terrestrial actively mobile <NA>
#> 1194 brackish,freshwater,terrestrial actively mobile <NA>
#> 1195 terrestrial actively mobile <NA>
#> 1196 terrestrial actively mobile <NA>
#> 1197 terrestrial actively mobile <NA>
#> 1198 coastal,marine,brackish actively mobile amphibious
#> 1199 coastal,marine,brackish actively mobile amphibious
#> 1200 coastal,marine,brackish actively mobile amphibious
#> 1201 coastal,marine,brackish actively mobile amphibious
#> 1202 coastal,marine,brackish actively mobile amphibious
#> 1203 coastal,marine,brackish actively mobile amphibious
#> 1204 coastal,marine,brackish actively mobile amphibious
#> 1205 coastal,marine,brackish actively mobile amphibious
#> 1206 coastal,marine,brackish actively mobile amphibious
#> 1207 coastal,marine,brackish actively mobile amphibious
#> 1208 coastal,marine,brackish actively mobile amphibious
#> 1209 brackish,freshwater,terrestrial actively mobile <NA>
#> 1210 brackish,freshwater,terrestrial actively mobile amphibious
#> 1211 terrestrial actively mobile <NA>
#> 1212 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1213 brackish,freshwater,terrestrial actively mobile amphibious
#> 1214 brackish,freshwater,terrestrial actively mobile <NA>
#> 1215 brackish,freshwater,terrestrial actively mobile amphibious
#> 1216 brackish,freshwater,terrestrial actively mobile <NA>
#> 1217 brackish,freshwater,terrestrial actively mobile <NA>
#> 1218 brackish,freshwater,terrestrial actively mobile <NA>
#> 1219 brackish,freshwater,terrestrial actively mobile <NA>
#> 1220 brackish,freshwater,terrestrial actively mobile <NA>
#> 1221 brackish,freshwater,terrestrial actively mobile <NA>
#> 1222 brackish,freshwater,terrestrial actively mobile <NA>
#> 1223 terrestrial actively mobile <NA>
#> 1224 brackish,freshwater,terrestrial actively mobile <NA>
#> 1225 brackish,freshwater,terrestrial actively mobile <NA>
#> 1226 brackish,freshwater,terrestrial actively mobile <NA>
#> 1227 brackish,freshwater,terrestrial actively mobile <NA>
#> 1228 terrestrial actively mobile <NA>
#> 1229 terrestrial actively mobile <NA>
#> 1230 terrestrial actively mobile <NA>
#> 1231 terrestrial actively mobile <NA>
#> 1232 terrestrial actively mobile <NA>
#> 1233 terrestrial actively mobile <NA>
#> 1234 terrestrial actively mobile <NA>
#> 1235 terrestrial actively mobile <NA>
#> 1236 terrestrial actively mobile <NA>
#> 1237 terrestrial actively mobile <NA>
#> 1238 terrestrial actively mobile <NA>
#> 1239 terrestrial actively mobile <NA>
#> 1240 terrestrial actively mobile <NA>
#> 1241 terrestrial actively mobile volant
#> 1242 terrestrial actively mobile <NA>
#> 1243 terrestrial actively mobile <NA>
#> 1244 terrestrial actively mobile <NA>
#> 1245 terrestrial actively mobile <NA>
#> 1246 terrestrial actively mobile <NA>
#> 1247 terrestrial actively mobile <NA>
#> 1248 terrestrial actively mobile <NA>
#> 1249 terrestrial actively mobile <NA>
#> 1250 terrestrial actively mobile <NA>
#> 1251 terrestrial actively mobile <NA>
#> 1252 terrestrial actively mobile <NA>
#> 1253 terrestrial actively mobile <NA>
#> 1254 terrestrial actively mobile <NA>
#> 1255 brackish,freshwater,terrestrial actively mobile <NA>
#> 1256 terrestrial actively mobile <NA>
#> 1257 terrestrial actively mobile <NA>
#> 1258 terrestrial actively mobile <NA>
#> 1259 terrestrial actively mobile <NA>
#> 1260 terrestrial actively mobile <NA>
#> 1261 terrestrial actively mobile <NA>
#> 1262 terrestrial actively mobile <NA>
#> 1263 terrestrial actively mobile <NA>
#> 1264 terrestrial actively mobile <NA>
#> 1265 terrestrial actively mobile <NA>
#> 1266 terrestrial actively mobile <NA>
#> 1267 terrestrial actively mobile <NA>
#> 1268 terrestrial actively mobile <NA>
#> 1269 terrestrial actively mobile <NA>
#> 1270 terrestrial actively mobile <NA>
#> 1271 terrestrial actively mobile <NA>
#> 1272 terrestrial actively mobile <NA>
#> 1273 terrestrial actively mobile <NA>
#> 1274 terrestrial actively mobile <NA>
#> 1275 terrestrial actively mobile <NA>
#> 1276 terrestrial actively mobile <NA>
#> 1277 terrestrial actively mobile <NA>
#> 1278 terrestrial actively mobile <NA>
#> 1279 terrestrial actively mobile <NA>
#> 1280 terrestrial actively mobile <NA>
#> 1281 terrestrial actively mobile <NA>
#> 1282 terrestrial actively mobile <NA>
#> 1283 terrestrial actively mobile <NA>
#> 1284 terrestrial actively mobile <NA>
#> 1285 terrestrial actively mobile <NA>
#> 1286 terrestrial actively mobile <NA>
#> 1287 terrestrial actively mobile <NA>
#> 1288 terrestrial actively mobile <NA>
#> 1289 terrestrial actively mobile <NA>
#> 1290 terrestrial actively mobile <NA>
#> 1291 terrestrial actively mobile <NA>
#> 1292 terrestrial actively mobile <NA>
#> 1293 terrestrial actively mobile <NA>
#> 1294 terrestrial actively mobile ground dwelling
#> 1295 terrestrial actively mobile <NA>
#> 1296 brackish,freshwater,terrestrial actively mobile amphibious
#> 1297 terrestrial actively mobile <NA>
#> 1298 brackish,freshwater,terrestrial actively mobile amphibious
#> 1299 terrestrial actively mobile <NA>
#> 1300 brackish,freshwater,terrestrial actively mobile amphibious
#> 1301 terrestrial actively mobile <NA>
#> 1302 brackish,freshwater,terrestrial actively mobile amphibious
#> 1303 brackish,freshwater,terrestrial actively mobile amphibious
#> 1304 terrestrial actively mobile <NA>
#> 1305 brackish,freshwater,terrestrial actively mobile amphibious
#> 1306 brackish,freshwater,terrestrial actively mobile amphibious
#> 1307 brackish,freshwater,terrestrial actively mobile amphibious
#> 1308 brackish,freshwater,terrestrial actively mobile amphibious
#> 1309 brackish,freshwater,terrestrial actively mobile amphibious
#> 1310 brackish,freshwater,terrestrial actively mobile <NA>
#> 1311 terrestrial actively mobile <NA>
#> 1312 terrestrial actively mobile <NA>
#> 1313 terrestrial actively mobile <NA>
#> 1314 terrestrial actively mobile <NA>
#> 1315 brackish,freshwater,terrestrial actively mobile <NA>
#> 1316 brackish,freshwater,terrestrial actively mobile <NA>
#> 1317 terrestrial actively mobile <NA>
#> 1318 terrestrial actively mobile <NA>
#> 1319 terrestrial actively mobile <NA>
#> 1320 terrestrial actively mobile <NA>
#> 1321 terrestrial actively mobile <NA>
#> 1322 terrestrial actively mobile <NA>
#> 1323 terrestrial actively mobile <NA>
#> 1324 terrestrial actively mobile <NA>
#> 1325 terrestrial actively mobile <NA>
#> 1326 terrestrial actively mobile <NA>
#> 1327 terrestrial actively mobile <NA>
#> 1328 terrestrial actively mobile <NA>
#> 1329 terrestrial actively mobile <NA>
#> 1330 terrestrial actively mobile <NA>
#> 1331 terrestrial actively mobile <NA>
#> 1332 terrestrial actively mobile <NA>
#> 1333 terrestrial actively mobile <NA>
#> 1334 terrestrial actively mobile <NA>
#> 1335 terrestrial actively mobile <NA>
#> 1336 terrestrial actively mobile <NA>
#> 1337 brackish,freshwater,terrestrial actively mobile amphibious
#> 1338 terrestrial actively mobile ground dwelling
#> 1339 terrestrial actively mobile ground dwelling
#> 1340 terrestrial actively mobile <NA>
#> 1341 terrestrial actively mobile <NA>
#> 1342 terrestrial actively mobile <NA>
#> 1343 terrestrial actively mobile <NA>
#> 1344 terrestrial actively mobile <NA>
#> 1345 coastal,marine,brackish actively mobile amphibious
#> 1346 brackish,freshwater,terrestrial actively mobile amphibious
#> 1347 terrestrial actively mobile ground dwelling
#> 1348 terrestrial actively mobile <NA>
#> 1349 terrestrial actively mobile <NA>
#> 1350 brackish,freshwater,terrestrial actively mobile amphibious
#> 1351 brackish,freshwater,terrestrial actively mobile amphibious
#> 1352 terrestrial actively mobile <NA>
#> 1353 terrestrial actively mobile <NA>
#> 1354 brackish,freshwater,terrestrial actively mobile amphibious
#> 1355 terrestrial actively mobile <NA>
#> 1356 terrestrial actively mobile <NA>
#> 1357 terrestrial actively mobile <NA>
#> 1358 terrestrial actively mobile ground dwelling
#> 1359 terrestrial actively mobile <NA>
#> 1360 terrestrial actively mobile <NA>
#> 1361 terrestrial actively mobile <NA>
#> 1362 terrestrial actively mobile <NA>
#> 1363 terrestrial actively mobile <NA>
#> 1364 brackish,freshwater,terrestrial actively mobile amphibious
#> 1365 brackish,freshwater,terrestrial actively mobile amphibious
#> 1366 terrestrial actively mobile <NA>
#> 1367 terrestrial actively mobile <NA>
#> 1368 terrestrial actively mobile <NA>
#> 1369 terrestrial actively mobile <NA>
#> 1370 terrestrial actively mobile <NA>
#> 1371 terrestrial actively mobile <NA>
#> 1372 terrestrial actively mobile <NA>
#> 1373 terrestrial actively mobile <NA>
#> 1374 terrestrial actively mobile <NA>
#> 1375 terrestrial actively mobile <NA>
#> 1376 terrestrial actively mobile <NA>
#> 1377 terrestrial actively mobile <NA>
#> 1378 terrestrial actively mobile <NA>
#> 1379 terrestrial actively mobile <NA>
#> 1380 terrestrial actively mobile <NA>
#> 1381 terrestrial actively mobile <NA>
#> 1382 brackish,freshwater,terrestrial actively mobile amphibious
#> 1383 terrestrial actively mobile <NA>
#> 1384 terrestrial actively mobile <NA>
#> 1385 terrestrial actively mobile <NA>
#> 1386 terrestrial actively mobile <NA>
#> 1387 terrestrial actively mobile <NA>
#> 1388 terrestrial actively mobile <NA>
#> 1389 terrestrial actively mobile <NA>
#> 1390 terrestrial actively mobile ground dwelling
#> 1391 terrestrial actively mobile <NA>
#> 1392 brackish,freshwater,terrestrial actively mobile amphibious
#> 1393 brackish,freshwater,terrestrial actively mobile amphibious
#> 1394 brackish,freshwater,terrestrial actively mobile amphibious
#> 1395 terrestrial actively mobile <NA>
#> 1396 brackish,freshwater,terrestrial actively mobile amphibious
#> 1397 terrestrial actively mobile <NA>
#> 1398 terrestrial actively mobile <NA>
#> 1399 terrestrial actively mobile <NA>
#> 1400 brackish,freshwater,terrestrial actively mobile amphibious
#> 1401 terrestrial actively mobile <NA>
#> 1402 terrestrial actively mobile <NA>
#> 1403 terrestrial actively mobile <NA>
#> 1404 terrestrial actively mobile <NA>
#> 1405 terrestrial actively mobile <NA>
#> 1406 terrestrial actively mobile <NA>
#> 1407 terrestrial actively mobile <NA>
#> 1408 terrestrial actively mobile <NA>
#> 1409 terrestrial actively mobile <NA>
#> 1410 marine actively mobile <NA>
#> 1411 marine actively mobile <NA>
#> 1412 terrestrial actively mobile <NA>
#> 1413 terrestrial actively mobile <NA>
#> 1414 terrestrial actively mobile <NA>
#> 1415 terrestrial actively mobile <NA>
#> 1416 terrestrial actively mobile <NA>
#> 1417 terrestrial actively mobile <NA>
#> 1418 terrestrial actively mobile <NA>
#> 1419 terrestrial actively mobile <NA>
#> 1420 terrestrial actively mobile <NA>
#> 1421 terrestrial actively mobile <NA>
#> 1422 terrestrial actively mobile <NA>
#> 1423 terrestrial actively mobile <NA>
#> 1424 terrestrial actively mobile <NA>
#> 1425 terrestrial actively mobile <NA>
#> 1426 terrestrial actively mobile <NA>
#> 1427 brackish,freshwater,terrestrial actively mobile amphibious
#> 1428 brackish,freshwater,terrestrial actively mobile amphibious
#> 1429 brackish,freshwater,terrestrial actively mobile amphibious
#> 1430 brackish,freshwater,terrestrial actively mobile amphibious
#> 1431 terrestrial actively mobile <NA>
#> 1432 terrestrial actively mobile <NA>
#> 1433 terrestrial actively mobile <NA>
#> 1434 terrestrial actively mobile <NA>
#> 1435 brackish,freshwater,terrestrial actively mobile amphibious
#> 1436 terrestrial actively mobile <NA>
#> 1437 terrestrial actively mobile <NA>
#> 1438 terrestrial actively mobile <NA>
#> 1439 brackish,freshwater,terrestrial actively mobile amphibious
#> 1440 terrestrial actively mobile <NA>
#> 1441 terrestrial actively mobile <NA>
#> 1442 terrestrial actively mobile <NA>
#> 1443 terrestrial actively mobile <NA>
#> 1444 terrestrial actively mobile <NA>
#> 1445 terrestrial actively mobile <NA>
#> 1446 terrestrial actively mobile <NA>
#> 1447 terrestrial actively mobile <NA>
#> 1448 marine actively mobile <NA>
#> 1449 marine actively mobile nektonic
#> 1450 terrestrial actively mobile <NA>
#> 1451 terrestrial actively mobile <NA>
#> 1452 terrestrial actively mobile <NA>
#> 1453 terrestrial actively mobile <NA>
#> 1454 terrestrial actively mobile <NA>
#> 1455 terrestrial actively mobile <NA>
#> 1456 terrestrial actively mobile <NA>
#> 1457 terrestrial actively mobile <NA>
#> 1458 terrestrial actively mobile <NA>
#> 1459 terrestrial actively mobile <NA>
#> 1460 terrestrial actively mobile <NA>
#> 1461 terrestrial actively mobile <NA>
#> 1462 terrestrial actively mobile <NA>
#> 1463 terrestrial actively mobile <NA>
#> 1464 terrestrial actively mobile <NA>
#> 1465 brackish,freshwater,terrestrial actively mobile amphibious
#> 1466 terrestrial actively mobile <NA>
#> 1467 terrestrial actively mobile <NA>
#> 1468 terrestrial actively mobile <NA>
#> 1469 terrestrial actively mobile <NA>
#> 1470 terrestrial actively mobile <NA>
#> 1471 terrestrial actively mobile <NA>
#> 1472 terrestrial actively mobile <NA>
#> 1473 terrestrial actively mobile <NA>
#> 1474 terrestrial actively mobile <NA>
#> 1475 terrestrial actively mobile <NA>
#> 1476 terrestrial actively mobile <NA>
#> 1477 terrestrial actively mobile <NA>
#> 1478 terrestrial actively mobile <NA>
#> 1479 terrestrial actively mobile <NA>
#> 1480 terrestrial actively mobile <NA>
#> 1481 terrestrial actively mobile <NA>
#> 1482 terrestrial actively mobile <NA>
#> 1483 terrestrial actively mobile <NA>
#> 1484 terrestrial actively mobile <NA>
#> 1485 terrestrial actively mobile <NA>
#> 1486 terrestrial actively mobile <NA>
#> 1487 terrestrial actively mobile <NA>
#> 1488 terrestrial actively mobile <NA>
#> 1489 terrestrial actively mobile <NA>
#> 1490 terrestrial actively mobile <NA>
#> 1491 terrestrial actively mobile <NA>
#> 1492 terrestrial actively mobile <NA>
#> 1493 terrestrial actively mobile <NA>
#> 1494 terrestrial actively mobile <NA>
#> 1495 terrestrial actively mobile <NA>
#> 1496 terrestrial actively mobile <NA>
#> 1497 terrestrial actively mobile <NA>
#> 1498 terrestrial actively mobile <NA>
#> 1499 terrestrial actively mobile <NA>
#> 1500 terrestrial actively mobile <NA>
#> 1501 terrestrial actively mobile <NA>
#> 1502 terrestrial actively mobile <NA>
#> 1503 terrestrial actively mobile <NA>
#> 1504 terrestrial actively mobile <NA>
#> 1505 terrestrial actively mobile <NA>
#> 1506 terrestrial actively mobile <NA>
#> 1507 terrestrial actively mobile <NA>
#> 1508 terrestrial actively mobile <NA>
#> 1509 terrestrial actively mobile <NA>
#> 1510 terrestrial actively mobile <NA>
#> 1511 terrestrial actively mobile <NA>
#> 1512 terrestrial actively mobile <NA>
#> 1513 terrestrial actively mobile <NA>
#> 1514 terrestrial actively mobile <NA>
#> 1515 terrestrial actively mobile <NA>
#> 1516 terrestrial actively mobile <NA>
#> 1517 brackish,freshwater,terrestrial actively mobile <NA>
#> 1518 terrestrial actively mobile <NA>
#> 1519 terrestrial actively mobile <NA>
#> 1520 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1521 terrestrial actively mobile <NA>
#> 1522 terrestrial actively mobile <NA>
#> 1523 terrestrial actively mobile <NA>
#> 1524 terrestrial actively mobile <NA>
#> 1525 terrestrial actively mobile <NA>
#> 1526 brackish,freshwater,terrestrial actively mobile amphibious
#> 1527 brackish,freshwater,terrestrial actively mobile amphibious
#> 1528 brackish,freshwater,terrestrial actively mobile amphibious
#> 1529 brackish,freshwater,terrestrial actively mobile <NA>
#> 1530 brackish,freshwater,terrestrial actively mobile amphibious
#> 1531 brackish,freshwater,terrestrial actively mobile <NA>
#> 1532 terrestrial actively mobile <NA>
#> 1533 terrestrial actively mobile <NA>
#> 1534 terrestrial actively mobile <NA>
#> 1535 terrestrial actively mobile <NA>
#> 1536 terrestrial actively mobile <NA>
#> 1537 terrestrial actively mobile <NA>
#> 1538 terrestrial actively mobile <NA>
#> 1539 terrestrial actively mobile <NA>
#> 1540 terrestrial actively mobile <NA>
#> 1541 terrestrial actively mobile <NA>
#> 1542 terrestrial actively mobile <NA>
#> 1543 terrestrial actively mobile <NA>
#> 1544 terrestrial actively mobile <NA>
#> 1545 terrestrial actively mobile <NA>
#> 1546 terrestrial actively mobile <NA>
#> 1547 terrestrial actively mobile <NA>
#> 1548 terrestrial actively mobile <NA>
#> 1549 terrestrial actively mobile <NA>
#> 1550 terrestrial actively mobile <NA>
#> 1551 terrestrial actively mobile <NA>
#> 1552 terrestrial actively mobile <NA>
#> 1553 terrestrial actively mobile <NA>
#> 1554 terrestrial actively mobile <NA>
#> 1555 terrestrial actively mobile <NA>
#> 1556 terrestrial actively mobile <NA>
#> 1557 terrestrial actively mobile <NA>
#> 1558 terrestrial actively mobile <NA>
#> 1559 terrestrial actively mobile <NA>
#> 1560 terrestrial actively mobile <NA>
#> 1561 terrestrial actively mobile <NA>
#> 1562 terrestrial actively mobile <NA>
#> 1563 brackish,freshwater,terrestrial actively mobile amphibious
#> 1564 brackish,freshwater,terrestrial actively mobile amphibious
#> 1565 brackish,freshwater,terrestrial actively mobile amphibious
#> 1566 brackish,freshwater,terrestrial actively mobile amphibious
#> 1567 terrestrial actively mobile <NA>
#> 1568 terrestrial actively mobile <NA>
#> 1569 terrestrial actively mobile <NA>
#> 1570 brackish,freshwater,terrestrial actively mobile amphibious
#> 1571 terrestrial actively mobile <NA>
#> 1572 brackish,freshwater,terrestrial actively mobile amphibious
#> 1573 terrestrial actively mobile <NA>
#> 1574 terrestrial actively mobile <NA>
#> 1575 terrestrial actively mobile <NA>
#> 1576 terrestrial actively mobile <NA>
#> 1577 terrestrial actively mobile <NA>
#> 1578 brackish,freshwater,terrestrial actively mobile amphibious
#> 1579 brackish,freshwater,terrestrial actively mobile amphibious
#> 1580 brackish,freshwater,terrestrial actively mobile amphibious
#> 1581 brackish,freshwater,terrestrial actively mobile amphibious
#> 1582 brackish,freshwater,terrestrial actively mobile amphibious
#> 1583 brackish,freshwater,terrestrial actively mobile amphibious
#> 1584 brackish,freshwater,terrestrial actively mobile amphibious
#> 1585 brackish,freshwater,terrestrial actively mobile amphibious
#> 1586 brackish,freshwater,terrestrial actively mobile amphibious
#> 1587 terrestrial actively mobile ground dwelling
#> 1588 terrestrial actively mobile ground dwelling
#> 1589 terrestrial actively mobile ground dwelling
#> 1590 terrestrial actively mobile <NA>
#> 1591 terrestrial actively mobile <NA>
#> 1592 terrestrial actively mobile <NA>
#> 1593 terrestrial actively mobile <NA>
#> 1594 terrestrial actively mobile <NA>
#> 1595 terrestrial actively mobile <NA>
#> 1596 terrestrial actively mobile <NA>
#> 1597 terrestrial actively mobile <NA>
#> 1598 terrestrial actively mobile <NA>
#> 1599 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1600 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 1601 brackish,freshwater,terrestrial actively mobile amphibious
#> 1602 terrestrial actively mobile <NA>
#> 1603 terrestrial actively mobile <NA>
#> 1604 brackish,freshwater,terrestrial actively mobile <NA>
#> 1605 terrestrial actively mobile <NA>
#> 1606 brackish,freshwater,terrestrial actively mobile <NA>
#> 1607 brackish,freshwater,terrestrial actively mobile <NA>
#> 1608 brackish,freshwater,terrestrial actively mobile amphibious
#> 1609 brackish,freshwater,terrestrial actively mobile amphibious
#> 1610 brackish,freshwater,terrestrial actively mobile <NA>
#> 1611 brackish,freshwater,terrestrial actively mobile <NA>
#> 1612 brackish,freshwater,terrestrial actively mobile <NA>
#> 1613 brackish,freshwater,terrestrial actively mobile <NA>
#> 1614 brackish,freshwater,terrestrial actively mobile <NA>
#> 1615 brackish,freshwater,terrestrial actively mobile <NA>
#> 1616 brackish,freshwater,terrestrial actively mobile <NA>
#> 1617 brackish,freshwater,terrestrial actively mobile <NA>
#> 1618 brackish,freshwater,terrestrial actively mobile <NA>
#> 1619 brackish,freshwater,terrestrial actively mobile <NA>
#> 1620 brackish,freshwater,terrestrial actively mobile <NA>
#> 1621 brackish,freshwater,terrestrial actively mobile <NA>
#> 1622 brackish,freshwater,terrestrial actively mobile <NA>
#> 1623 brackish,freshwater,terrestrial actively mobile <NA>
#> 1624 brackish,freshwater,terrestrial actively mobile <NA>
#> 1625 brackish,freshwater,terrestrial actively mobile <NA>
#> 1626 brackish,freshwater,terrestrial actively mobile <NA>
#> 1627 brackish,freshwater,terrestrial actively mobile <NA>
#> 1628 brackish,freshwater,terrestrial actively mobile <NA>
#> 1629 brackish,freshwater,terrestrial actively mobile <NA>
#> 1630 brackish,freshwater,terrestrial actively mobile <NA>
#> 1631 brackish,freshwater,terrestrial actively mobile <NA>
#> 1632 brackish,freshwater,terrestrial actively mobile <NA>
#> 1633 brackish,freshwater,terrestrial actively mobile <NA>
#> 1634 terrestrial actively mobile <NA>
#> 1635 brackish,freshwater,terrestrial actively mobile amphibious
#> 1636 brackish,freshwater,terrestrial actively mobile <NA>
#> 1637 terrestrial actively mobile <NA>
#> 1638 brackish,freshwater,terrestrial actively mobile <NA>
#> 1639 brackish,freshwater,terrestrial actively mobile <NA>
#> 1640 brackish,freshwater,terrestrial actively mobile <NA>
#> 1641 brackish,freshwater,terrestrial actively mobile amphibious
#> 1642 terrestrial actively mobile <NA>
#> 1643 brackish,freshwater,terrestrial actively mobile amphibious
#> 1644 brackish,freshwater,terrestrial actively mobile amphibious
#> 1645 brackish,freshwater,terrestrial actively mobile amphibious
#> 1646 terrestrial actively mobile ground dwelling
#> 1647 brackish,freshwater,terrestrial actively mobile amphibious
#> 1648 brackish,freshwater,terrestrial actively mobile amphibious
#> 1649 terrestrial actively mobile <NA>
#> 1650 terrestrial actively mobile <NA>
#> 1651 terrestrial actively mobile <NA>
#> 1652 terrestrial actively mobile <NA>
#> 1653 terrestrial actively mobile <NA>
#> 1654 terrestrial actively mobile <NA>
#> 1655 terrestrial actively mobile <NA>
#> 1656 terrestrial actively mobile <NA>
#> 1657 terrestrial actively mobile <NA>
#> 1658 terrestrial actively mobile <NA>
#> 1659 terrestrial actively mobile <NA>
#> 1660 terrestrial actively mobile <NA>
#> 1661 terrestrial actively mobile <NA>
#> 1662 terrestrial actively mobile <NA>
#> 1663 terrestrial actively mobile <NA>
#> 1664 terrestrial actively mobile <NA>
#> 1665 terrestrial actively mobile <NA>
#> 1666 terrestrial actively mobile <NA>
#> 1667 terrestrial actively mobile <NA>
#> 1668 terrestrial actively mobile <NA>
#> 1669 terrestrial actively mobile <NA>
#> 1670 terrestrial actively mobile <NA>
#> 1671 terrestrial actively mobile <NA>
#> 1672 terrestrial actively mobile <NA>
#> 1673 terrestrial actively mobile <NA>
#> 1674 brackish,freshwater,terrestrial actively mobile amphibious
#> 1675 terrestrial actively mobile <NA>
#> 1676 terrestrial actively mobile <NA>
#> 1677 terrestrial actively mobile <NA>
#> 1678 brackish,freshwater,terrestrial actively mobile <NA>
#> 1679 brackish,freshwater,terrestrial actively mobile amphibious
#> 1680 brackish,freshwater,terrestrial actively mobile amphibious
#> 1681 brackish,freshwater,terrestrial actively mobile amphibious
#> 1682 brackish,freshwater,terrestrial actively mobile amphibious
#> 1683 brackish,freshwater,terrestrial actively mobile amphibious
#> 1684 brackish,freshwater,terrestrial actively mobile amphibious
#> 1685 brackish,freshwater,terrestrial actively mobile <NA>
#> 1686 brackish,freshwater,terrestrial actively mobile <NA>
#> 1687 brackish,freshwater,terrestrial actively mobile <NA>
#> 1688 brackish,freshwater,terrestrial actively mobile amphibious
#> 1689 brackish,freshwater,terrestrial actively mobile amphibious
#> 1690 brackish,freshwater,terrestrial actively mobile amphibious
#> 1691 brackish,freshwater,terrestrial actively mobile amphibious
#> 1692 brackish,freshwater,terrestrial actively mobile amphibious
#> 1693 brackish,freshwater,terrestrial actively mobile amphibious
#> 1694 brackish,freshwater,terrestrial actively mobile amphibious
#> 1695 brackish,freshwater,terrestrial actively mobile amphibious
#> 1696 terrestrial actively mobile <NA>
#> 1697 brackish,freshwater,terrestrial actively mobile amphibious
#> 1698 brackish,freshwater,terrestrial actively mobile amphibious
#> 1699 brackish,freshwater,terrestrial actively mobile amphibious
#> 1700 brackish,freshwater,terrestrial actively mobile amphibious
#> 1701 brackish,freshwater,terrestrial actively mobile amphibious
#> 1702 brackish,freshwater,terrestrial actively mobile amphibious
#> 1703 brackish,freshwater,terrestrial actively mobile amphibious
#> 1704 brackish,freshwater,terrestrial actively mobile amphibious
#> 1705 brackish,freshwater,terrestrial actively mobile amphibious
#> 1706 brackish,freshwater,terrestrial actively mobile <NA>
#> 1707 terrestrial actively mobile <NA>
#> 1708 brackish,freshwater,terrestrial actively mobile amphibious
#> 1709 brackish,freshwater,terrestrial actively mobile amphibious
#> 1710 brackish,freshwater,terrestrial actively mobile amphibious
#> 1711 brackish,freshwater,terrestrial actively mobile amphibious
#> 1712 brackish,freshwater,terrestrial actively mobile amphibious
#> 1713 brackish,freshwater,terrestrial actively mobile amphibious
#> 1714 brackish,freshwater,terrestrial actively mobile amphibious
#> 1715 brackish,freshwater,terrestrial actively mobile amphibious
#> 1716 terrestrial actively mobile <NA>
#> 1717 terrestrial actively mobile <NA>
#> 1718 terrestrial actively mobile <NA>
#> 1719 terrestrial actively mobile <NA>
#> 1720 terrestrial actively mobile <NA>
#> 1721 terrestrial actively mobile <NA>
#> 1722 terrestrial actively mobile <NA>
#> 1723 terrestrial actively mobile <NA>
#> 1724 terrestrial actively mobile <NA>
#> 1725 terrestrial actively mobile <NA>
#> 1726 terrestrial actively mobile <NA>
#> 1727 terrestrial actively mobile <NA>
#> 1728 terrestrial actively mobile <NA>
#> 1729 terrestrial actively mobile <NA>
#> 1730 terrestrial actively mobile <NA>
#> 1731 brackish,freshwater,terrestrial actively mobile amphibious
#> 1732 terrestrial actively mobile <NA>
#> 1733 brackish,freshwater,terrestrial actively mobile amphibious
#> 1734 brackish,freshwater,terrestrial actively mobile amphibious
#> 1735 brackish,freshwater,terrestrial actively mobile amphibious
#> 1736 brackish,freshwater,terrestrial actively mobile amphibious
#> 1737 brackish,freshwater,terrestrial actively mobile amphibious
#> 1738 brackish,freshwater,terrestrial actively mobile amphibious
#> 1739 brackish,freshwater,terrestrial actively mobile amphibious
#> 1740 brackish,freshwater,terrestrial actively mobile amphibious
#> 1741 brackish,freshwater,terrestrial actively mobile amphibious
#> 1742 brackish,freshwater,terrestrial actively mobile amphibious
#> 1743 brackish,freshwater,terrestrial actively mobile amphibious
#> 1744 brackish,freshwater,terrestrial actively mobile amphibious
#> 1745 brackish,freshwater,terrestrial actively mobile amphibious
#> 1746 brackish,freshwater,terrestrial actively mobile amphibious
#> 1747 brackish,freshwater,terrestrial actively mobile amphibious
#> 1748 brackish,freshwater,terrestrial actively mobile amphibious
#> 1749 brackish,freshwater,terrestrial actively mobile amphibious
#> 1750 brackish,freshwater,terrestrial actively mobile amphibious
#> 1751 brackish,freshwater,terrestrial actively mobile amphibious
#> 1752 brackish,freshwater,terrestrial actively mobile amphibious
#> 1753 brackish,freshwater,terrestrial actively mobile amphibious
#> 1754 brackish,freshwater,terrestrial actively mobile amphibious
#> 1755 brackish,freshwater,terrestrial actively mobile amphibious
#> 1756 terrestrial actively mobile <NA>
#> 1757 brackish,freshwater,terrestrial actively mobile <NA>
#> 1758 terrestrial actively mobile <NA>
#> 1759 terrestrial actively mobile <NA>
#> 1760 terrestrial actively mobile <NA>
#> 1761 marine actively mobile <NA>
#> 1762 marine actively mobile <NA>
#> 1763 marine actively mobile <NA>
#> 1764 terrestrial actively mobile <NA>
#> 1765 marine actively mobile nektonic
#> 1766 brackish,freshwater,terrestrial actively mobile amphibious
#> 1767 brackish,freshwater,terrestrial actively mobile amphibious
#> 1768 brackish,freshwater,terrestrial actively mobile amphibious
#> 1769 brackish,freshwater,terrestrial actively mobile amphibious
#> 1770 terrestrial actively mobile <NA>
#> 1771 terrestrial actively mobile <NA>
#> 1772 brackish,freshwater,terrestrial actively mobile amphibious
#> 1773 brackish,freshwater,terrestrial actively mobile amphibious
#> 1774 brackish,freshwater,terrestrial actively mobile <NA>
#> 1775 terrestrial actively mobile <NA>
#> 1776 marine actively mobile <NA>
#> 1777 terrestrial actively mobile <NA>
#> 1778 brackish,freshwater,terrestrial actively mobile <NA>
#> 1779 brackish,freshwater,terrestrial actively mobile amphibious
#> 1780 brackish,freshwater,terrestrial actively mobile amphibious
#> 1781 brackish,freshwater,terrestrial actively mobile <NA>
#> 1782 brackish,freshwater,terrestrial actively mobile <NA>
#> 1783 brackish,freshwater,terrestrial actively mobile <NA>
#> 1784 brackish,freshwater,terrestrial actively mobile <NA>
#> 1785 terrestrial actively mobile <NA>
#> 1786 brackish,freshwater,terrestrial actively mobile amphibious
#> 1787 terrestrial actively mobile <NA>
#> 1788 terrestrial actively mobile <NA>
#> 1789 terrestrial actively mobile <NA>
#> 1790 terrestrial actively mobile <NA>
#> 1791 terrestrial actively mobile <NA>
#> 1792 terrestrial actively mobile <NA>
#> 1793 terrestrial actively mobile <NA>
#> 1794 terrestrial actively mobile <NA>
#> 1795 terrestrial actively mobile <NA>
#> 1796 brackish,freshwater,terrestrial actively mobile amphibious
#> 1797 terrestrial actively mobile <NA>
#> 1798 terrestrial actively mobile <NA>
#> 1799 terrestrial actively mobile <NA>
#> 1800 brackish,freshwater,terrestrial actively mobile amphibious
#> 1801 terrestrial actively mobile <NA>
#> 1802 terrestrial actively mobile <NA>
#> 1803 brackish,freshwater,terrestrial actively mobile amphibious
#> 1804 brackish,freshwater,terrestrial actively mobile amphibious
#> 1805 brackish,freshwater,terrestrial actively mobile amphibious
#> 1806 brackish,freshwater,terrestrial actively mobile amphibious
#> 1807 brackish,freshwater,terrestrial actively mobile amphibious
#> 1808 brackish,freshwater,terrestrial actively mobile amphibious
#> 1809 brackish,freshwater,terrestrial actively mobile amphibious
#> 1810 brackish,freshwater,terrestrial actively mobile amphibious
#> 1811 brackish,freshwater,terrestrial actively mobile amphibious
#> 1812 brackish,freshwater,terrestrial actively mobile amphibious
#> 1813 brackish,freshwater,terrestrial actively mobile amphibious
#> 1814 brackish,freshwater,terrestrial actively mobile amphibious
#> 1815 brackish,freshwater,terrestrial actively mobile amphibious
#> 1816 brackish,freshwater,terrestrial actively mobile amphibious
#> 1817 brackish,freshwater,terrestrial actively mobile amphibious
#> 1818 brackish,freshwater,terrestrial actively mobile amphibious
#> 1819 brackish,freshwater,terrestrial actively mobile amphibious
#> 1820 brackish,freshwater,terrestrial actively mobile amphibious
#> 1821 brackish,freshwater,terrestrial actively mobile amphibious
#> 1822 brackish,freshwater,terrestrial actively mobile amphibious
#> 1823 brackish,freshwater,terrestrial actively mobile amphibious
#> 1824 brackish,freshwater,terrestrial actively mobile amphibious
#> 1825 brackish,freshwater,terrestrial actively mobile amphibious
#> 1826 brackish,freshwater,terrestrial actively mobile amphibious
#> 1827 brackish,freshwater,terrestrial actively mobile amphibious
#> 1828 brackish,freshwater,terrestrial actively mobile amphibious
#> 1829 brackish,freshwater,terrestrial actively mobile amphibious
#> 1830 brackish,freshwater,terrestrial actively mobile amphibious
#> 1831 brackish,freshwater,terrestrial actively mobile amphibious
#> 1832 brackish,freshwater,terrestrial actively mobile amphibious
#> 1833 brackish,freshwater,terrestrial actively mobile amphibious
#> 1834 brackish,freshwater,terrestrial actively mobile amphibious
#> 1835 brackish,freshwater,terrestrial actively mobile amphibious
#> 1836 brackish,freshwater,terrestrial actively mobile amphibious
#> 1837 brackish,freshwater,terrestrial actively mobile amphibious
#> 1838 brackish,freshwater,terrestrial actively mobile amphibious
#> 1839 brackish,freshwater,terrestrial actively mobile amphibious
#> 1840 brackish,freshwater,terrestrial actively mobile amphibious
#> 1841 brackish,freshwater,terrestrial actively mobile amphibious
#> 1842 brackish,freshwater,terrestrial actively mobile amphibious
#> 1843 brackish,freshwater,terrestrial actively mobile amphibious
#> 1844 brackish,freshwater,terrestrial actively mobile amphibious
#> 1845 brackish,freshwater,terrestrial actively mobile amphibious
#> 1846 brackish,freshwater,terrestrial actively mobile amphibious
#> 1847 brackish,freshwater,terrestrial actively mobile amphibious
#> 1848 brackish,freshwater,terrestrial actively mobile amphibious
#> 1849 brackish,freshwater,terrestrial actively mobile amphibious
#> 1850 brackish,freshwater,terrestrial actively mobile amphibious
#> 1851 brackish,freshwater,terrestrial actively mobile amphibious
#> 1852 brackish,freshwater,terrestrial actively mobile amphibious
#> 1853 brackish,freshwater,terrestrial actively mobile amphibious
#> 1854 brackish,freshwater,terrestrial actively mobile amphibious
#> 1855 brackish,freshwater,terrestrial actively mobile amphibious
#> 1856 brackish,freshwater,terrestrial actively mobile amphibious
#> 1857 brackish,freshwater,terrestrial actively mobile amphibious
#> 1858 brackish,freshwater,terrestrial actively mobile amphibious
#> 1859 brackish,freshwater,terrestrial actively mobile amphibious
#> 1860 brackish,freshwater,terrestrial actively mobile amphibious
#> 1861 brackish,freshwater,terrestrial actively mobile amphibious
#> 1862 brackish,freshwater,terrestrial actively mobile amphibious
#> 1863 brackish,freshwater,terrestrial actively mobile amphibious
#> 1864 brackish,freshwater,terrestrial actively mobile amphibious
#> 1865 brackish,freshwater,terrestrial actively mobile amphibious
#> 1866 brackish,freshwater,terrestrial actively mobile amphibious
#> 1867 brackish,freshwater,terrestrial actively mobile amphibious
#> 1868 brackish,freshwater,terrestrial actively mobile amphibious
#> 1869 brackish,freshwater,terrestrial actively mobile amphibious
#> 1870 brackish,freshwater,terrestrial actively mobile amphibious
#> 1871 brackish,freshwater,terrestrial actively mobile amphibious
#> 1872 terrestrial actively mobile <NA>
#> 1873 brackish,freshwater,terrestrial actively mobile amphibious
#> 1874 brackish,freshwater,terrestrial actively mobile amphibious
#> 1875 brackish,freshwater,terrestrial actively mobile amphibious
#> 1876 brackish,freshwater,terrestrial actively mobile amphibious
#> 1877 brackish,freshwater,terrestrial actively mobile amphibious
#> 1878 brackish,freshwater,terrestrial actively mobile amphibious
#> 1879 brackish,freshwater,terrestrial actively mobile amphibious
#> 1880 brackish,freshwater,terrestrial actively mobile amphibious
#> 1881 brackish,freshwater,terrestrial actively mobile amphibious
#> 1882 brackish,freshwater,terrestrial actively mobile amphibious
#> 1883 brackish,freshwater,terrestrial actively mobile amphibious
#> 1884 brackish,freshwater,terrestrial actively mobile amphibious
#> 1885 brackish,freshwater,terrestrial actively mobile amphibious
#> 1886 brackish,freshwater,terrestrial actively mobile amphibious
#> 1887 brackish,freshwater,terrestrial actively mobile amphibious
#> 1888 brackish,freshwater,terrestrial actively mobile amphibious
#> 1889 brackish,freshwater,terrestrial actively mobile amphibious
#> 1890 brackish,freshwater,terrestrial actively mobile amphibious
#> 1891 brackish,freshwater,terrestrial actively mobile amphibious
#> 1892 brackish,freshwater,terrestrial actively mobile amphibious
#> 1893 brackish,freshwater,terrestrial actively mobile amphibious
#> 1894 terrestrial actively mobile <NA>
#> 1895 marine actively mobile <NA>
#> 1896 marine actively mobile <NA>
#> 1897 marine actively mobile <NA>
#> 1898 terrestrial actively mobile <NA>
#> 1899 brackish,freshwater,terrestrial actively mobile amphibious
#> 1900 brackish,freshwater,terrestrial actively mobile amphibious
#> 1901 terrestrial actively mobile <NA>
#> 1902 brackish,freshwater,terrestrial actively mobile amphibious
#> 1903 brackish,freshwater,terrestrial actively mobile <NA>
#> 1904 brackish,freshwater,terrestrial actively mobile amphibious
#> 1905 brackish,freshwater,terrestrial actively mobile amphibious
#> 1906 terrestrial actively mobile <NA>
#> 1907 terrestrial actively mobile <NA>
#> 1908 brackish,freshwater,terrestrial actively mobile amphibious
#> 1909 terrestrial actively mobile <NA>
#> 1910 brackish,freshwater,terrestrial actively mobile amphibious
#> 1911 brackish,freshwater,terrestrial actively mobile amphibious
#> 1912 brackish,freshwater,terrestrial actively mobile amphibious
#> 1913 brackish,freshwater,terrestrial actively mobile amphibious
#> 1914 brackish,freshwater,terrestrial actively mobile amphibious
#> 1915 brackish,freshwater,terrestrial actively mobile amphibious
#> 1916 terrestrial actively mobile <NA>
#> 1917 terrestrial actively mobile <NA>
#> 1918 terrestrial actively mobile <NA>
#> 1919 terrestrial actively mobile <NA>
#> 1920 terrestrial actively mobile <NA>
#> 1921 terrestrial actively mobile <NA>
#> 1922 brackish,freshwater,terrestrial actively mobile amphibious
#> 1923 brackish,freshwater,terrestrial actively mobile <NA>
#> 1924 terrestrial actively mobile <NA>
#> 1925 terrestrial actively mobile <NA>
#> 1926 terrestrial actively mobile <NA>
#> 1927 terrestrial actively mobile <NA>
#> 1928 terrestrial actively mobile <NA>
#> 1929 terrestrial actively mobile <NA>
#> 1930 terrestrial actively mobile <NA>
#> 1931 terrestrial actively mobile <NA>
#> 1932 terrestrial actively mobile <NA>
#> 1933 terrestrial actively mobile <NA>
#> 1934 terrestrial actively mobile <NA>
#> 1935 terrestrial actively mobile <NA>
#> 1936 terrestrial actively mobile <NA>
#> 1937 terrestrial actively mobile <NA>
#> 1938 terrestrial actively mobile <NA>
#> 1939 marine actively mobile <NA>
#> 1940 marine actively mobile <NA>
#> 1941 marine actively mobile <NA>
#> 1942 terrestrial actively mobile <NA>
#> 1943 terrestrial actively mobile <NA>
#> 1944 marine actively mobile <NA>
#> 1945 brackish,freshwater,terrestrial actively mobile amphibious
#> 1946 brackish,freshwater,terrestrial actively mobile amphibious
#> 1947 brackish,freshwater,terrestrial actively mobile <NA>
#> 1948 terrestrial actively mobile <NA>
#> 1949 brackish,freshwater,terrestrial actively mobile amphibious
#> 1950 brackish,freshwater,terrestrial actively mobile amphibious
#> 1951 terrestrial actively mobile <NA>
#> 1952 brackish,freshwater,terrestrial actively mobile amphibious
#> 1953 terrestrial actively mobile <NA>
#> 1954 brackish,freshwater,terrestrial actively mobile amphibious
#> 1955 brackish,freshwater,terrestrial actively mobile <NA>
#> 1956 brackish,freshwater,terrestrial actively mobile amphibious
#> 1957 terrestrial actively mobile <NA>
#> 1958 terrestrial actively mobile <NA>
#> 1959 terrestrial actively mobile <NA>
#> 1960 terrestrial actively mobile <NA>
#> 1961 terrestrial actively mobile <NA>
#> 1962 terrestrial actively mobile <NA>
#> 1963 brackish,freshwater,terrestrial actively mobile <NA>
#> 1964 terrestrial actively mobile <NA>
#> 1965 brackish,freshwater,terrestrial actively mobile <NA>
#> 1966 terrestrial actively mobile <NA>
#> 1967 terrestrial actively mobile <NA>
#> 1968 terrestrial actively mobile <NA>
#> 1969 terrestrial actively mobile <NA>
#> 1970 terrestrial actively mobile <NA>
#> 1971 terrestrial actively mobile <NA>
#> 1972 terrestrial actively mobile <NA>
#> 1973 terrestrial actively mobile <NA>
#> 1974 terrestrial actively mobile <NA>
#> 1975 terrestrial actively mobile <NA>
#> 1976 terrestrial actively mobile <NA>
#> 1977 terrestrial actively mobile <NA>
#> 1978 terrestrial actively mobile <NA>
#> 1979 terrestrial actively mobile <NA>
#> 1980 terrestrial actively mobile <NA>
#> 1981 terrestrial actively mobile <NA>
#> 1982 terrestrial actively mobile <NA>
#> 1983 terrestrial actively mobile <NA>
#> 1984 terrestrial actively mobile <NA>
#> 1985 terrestrial actively mobile <NA>
#> 1986 terrestrial actively mobile <NA>
#> 1987 terrestrial actively mobile <NA>
#> 1988 terrestrial actively mobile ground dwelling
#> 1989 terrestrial actively mobile <NA>
#> 1990 terrestrial actively mobile <NA>
#> 1991 terrestrial actively mobile <NA>
#> 1992 terrestrial actively mobile <NA>
#> 1993 terrestrial actively mobile <NA>
#> 1994 terrestrial actively mobile <NA>
#> 1995 terrestrial actively mobile <NA>
#> 1996 terrestrial actively mobile <NA>
#> 1997 terrestrial actively mobile <NA>
#> 1998 terrestrial actively mobile <NA>
#> 1999 terrestrial actively mobile <NA>
#> 2000 terrestrial actively mobile <NA>
#> 2001 terrestrial actively mobile <NA>
#> 2002 terrestrial actively mobile <NA>
#> 2003 terrestrial actively mobile <NA>
#> 2004 terrestrial actively mobile <NA>
#> 2005 terrestrial actively mobile <NA>
#> 2006 terrestrial actively mobile <NA>
#> 2007 brackish,freshwater,terrestrial actively mobile <NA>
#> 2008 brackish,freshwater,terrestrial actively mobile <NA>
#> 2009 terrestrial actively mobile <NA>
#> 2010 brackish,freshwater,terrestrial actively mobile <NA>
#> 2011 brackish,freshwater,terrestrial actively mobile <NA>
#> 2012 terrestrial actively mobile <NA>
#> 2013 terrestrial actively mobile <NA>
#> 2014 terrestrial actively mobile <NA>
#> 2015 brackish,freshwater,terrestrial actively mobile amphibious
#> 2016 terrestrial actively mobile <NA>
#> 2017 terrestrial actively mobile <NA>
#> 2018 terrestrial actively mobile <NA>
#> 2019 terrestrial actively mobile <NA>
#> 2020 terrestrial actively mobile <NA>
#> 2021 terrestrial actively mobile <NA>
#> 2022 terrestrial actively mobile <NA>
#> 2023 terrestrial actively mobile <NA>
#> 2024 terrestrial actively mobile <NA>
#> 2025 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 2026 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 2027 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 2028 brackish,freshwater,terrestrial actively mobile <NA>
#> 2029 terrestrial actively mobile <NA>
#> 2030 brackish,freshwater,terrestrial actively mobile <NA>
#> 2031 terrestrial actively mobile <NA>
#> 2032 brackish,freshwater,terrestrial actively mobile <NA>
#> 2033 brackish,freshwater,terrestrial actively mobile <NA>
#> 2034 brackish,freshwater,terrestrial actively mobile <NA>
#> 2035 brackish,freshwater,terrestrial actively mobile amphibious
#> 2036 terrestrial actively mobile <NA>
#> 2037 terrestrial actively mobile <NA>
#> 2038 terrestrial actively mobile <NA>
#> 2039 terrestrial actively mobile <NA>
#> 2040 terrestrial actively mobile <NA>
#> 2041 terrestrial actively mobile <NA>
#> 2042 terrestrial actively mobile <NA>
#> 2043 brackish,freshwater,terrestrial actively mobile <NA>
#> 2044 brackish,freshwater,terrestrial actively mobile <NA>
#> 2045 brackish,freshwater,terrestrial actively mobile <NA>
#> 2046 terrestrial actively mobile <NA>
#> 2047 terrestrial actively mobile <NA>
#> 2048 terrestrial actively mobile <NA>
#> 2049 terrestrial actively mobile <NA>
#> 2050 terrestrial actively mobile <NA>
#> 2051 terrestrial actively mobile <NA>
#> 2052 terrestrial actively mobile <NA>
#> 2053 terrestrial actively mobile <NA>
#> 2054 terrestrial actively mobile <NA>
#> 2055 terrestrial actively mobile <NA>
#> 2056 terrestrial actively mobile <NA>
#> 2057 terrestrial actively mobile <NA>
#> 2058 terrestrial actively mobile <NA>
#> 2059 terrestrial actively mobile <NA>
#> 2060 terrestrial actively mobile <NA>
#> 2061 terrestrial actively mobile <NA>
#> 2062 terrestrial actively mobile <NA>
#> 2063 terrestrial actively mobile <NA>
#> 2064 terrestrial actively mobile <NA>
#> 2065 terrestrial actively mobile <NA>
#> 2066 terrestrial actively mobile <NA>
#> 2067 terrestrial actively mobile <NA>
#> 2068 terrestrial actively mobile <NA>
#> 2069 terrestrial actively mobile <NA>
#> 2070 terrestrial actively mobile <NA>
#> 2071 terrestrial actively mobile <NA>
#> 2072 terrestrial actively mobile <NA>
#> 2073 terrestrial actively mobile <NA>
#> 2074 terrestrial actively mobile <NA>
#> 2075 terrestrial actively mobile <NA>
#> 2076 terrestrial actively mobile <NA>
#> 2077 terrestrial actively mobile <NA>
#> 2078 terrestrial actively mobile <NA>
#> 2079 terrestrial actively mobile <NA>
#> 2080 terrestrial actively mobile <NA>
#> 2081 terrestrial actively mobile <NA>
#> 2082 terrestrial actively mobile <NA>
#> 2083 terrestrial actively mobile <NA>
#> 2084 terrestrial actively mobile <NA>
#> 2085 terrestrial actively mobile <NA>
#> 2086 terrestrial actively mobile <NA>
#> 2087 terrestrial actively mobile <NA>
#> 2088 terrestrial actively mobile <NA>
#> 2089 brackish,freshwater,terrestrial actively mobile amphibious
#> 2090 terrestrial actively mobile <NA>
#> 2091 brackish,freshwater,terrestrial actively mobile <NA>
#> 2092 brackish,freshwater,terrestrial actively mobile <NA>
#> 2093 brackish,freshwater,terrestrial actively mobile <NA>
#> 2094 terrestrial actively mobile <NA>
#> 2095 terrestrial actively mobile <NA>
#> 2096 terrestrial actively mobile <NA>
#> 2097 terrestrial actively mobile <NA>
#> 2098 terrestrial actively mobile <NA>
#> 2099 terrestrial actively mobile <NA>
#> 2100 terrestrial actively mobile <NA>
#> 2101 terrestrial actively mobile <NA>
#> 2102 terrestrial actively mobile <NA>
#> 2103 terrestrial actively mobile <NA>
#> 2104 terrestrial actively mobile <NA>
#> 2105 terrestrial actively mobile <NA>
#> 2106 terrestrial actively mobile <NA>
#> 2107 terrestrial actively mobile <NA>
#> 2108 terrestrial actively mobile <NA>
#> 2109 terrestrial actively mobile <NA>
#> 2110 terrestrial actively mobile <NA>
#> 2111 terrestrial actively mobile <NA>
#> 2112 terrestrial actively mobile <NA>
#> 2113 terrestrial actively mobile <NA>
#> 2114 terrestrial actively mobile <NA>
#> 2115 terrestrial actively mobile <NA>
#> 2116 terrestrial actively mobile <NA>
#> 2117 terrestrial actively mobile <NA>
#> 2118 terrestrial actively mobile <NA>
#> 2119 terrestrial actively mobile <NA>
#> 2120 terrestrial actively mobile <NA>
#> 2121 terrestrial actively mobile <NA>
#> 2122 terrestrial actively mobile <NA>
#> 2123 terrestrial actively mobile <NA>
#> 2124 terrestrial actively mobile <NA>
#> 2125 terrestrial actively mobile <NA>
#> 2126 terrestrial actively mobile <NA>
#> 2127 terrestrial actively mobile <NA>
#> 2128 terrestrial actively mobile <NA>
#> 2129 terrestrial actively mobile <NA>
#> 2130 terrestrial actively mobile <NA>
#> 2131 terrestrial actively mobile <NA>
#> 2132 terrestrial actively mobile <NA>
#> 2133 terrestrial actively mobile <NA>
#> 2134 terrestrial actively mobile <NA>
#> 2135 terrestrial actively mobile <NA>
#> 2136 terrestrial actively mobile <NA>
#> 2137 terrestrial actively mobile <NA>
#> 2138 terrestrial actively mobile <NA>
#> 2139 terrestrial actively mobile <NA>
#> 2140 terrestrial actively mobile <NA>
#> 2141 terrestrial actively mobile <NA>
#> 2142 terrestrial actively mobile <NA>
#> 2143 terrestrial actively mobile <NA>
#> 2144 terrestrial actively mobile <NA>
#> 2145 terrestrial actively mobile <NA>
#> 2146 terrestrial actively mobile <NA>
#> 2147 terrestrial actively mobile <NA>
#> 2148 terrestrial actively mobile <NA>
#> 2149 terrestrial actively mobile <NA>
#> 2150 terrestrial actively mobile <NA>
#> 2151 terrestrial actively mobile <NA>
#> 2152 terrestrial actively mobile <NA>
#> 2153 terrestrial actively mobile <NA>
#> 2154 terrestrial actively mobile <NA>
#> 2155 terrestrial actively mobile <NA>
#> 2156 terrestrial actively mobile <NA>
#> 2157 terrestrial actively mobile <NA>
#> 2158 terrestrial actively mobile <NA>
#> 2159 terrestrial actively mobile <NA>
#> 2160 terrestrial actively mobile <NA>
#> 2161 terrestrial actively mobile <NA>
#> 2162 terrestrial actively mobile <NA>
#> 2163 terrestrial actively mobile <NA>
#> 2164 terrestrial actively mobile <NA>
#> 2165 terrestrial actively mobile <NA>
#> 2166 terrestrial actively mobile <NA>
#> 2167 terrestrial actively mobile <NA>
#> 2168 terrestrial actively mobile <NA>
#> 2169 terrestrial actively mobile <NA>
#> 2170 terrestrial actively mobile <NA>
#> 2171 terrestrial actively mobile <NA>
#> 2172 terrestrial actively mobile <NA>
#> 2173 terrestrial actively mobile <NA>
#> 2174 terrestrial actively mobile <NA>
#> 2175 terrestrial actively mobile <NA>
#> 2176 terrestrial actively mobile <NA>
#> 2177 terrestrial actively mobile <NA>
#> 2178 terrestrial actively mobile <NA>
#> 2179 terrestrial actively mobile <NA>
#> 2180 terrestrial actively mobile <NA>
#> 2181 terrestrial actively mobile <NA>
#> 2182 terrestrial actively mobile <NA>
#> 2183 terrestrial actively mobile <NA>
#> 2184 terrestrial actively mobile <NA>
#> 2185 terrestrial actively mobile <NA>
#> 2186 terrestrial actively mobile <NA>
#> 2187 terrestrial actively mobile <NA>
#> 2188 terrestrial actively mobile <NA>
#> 2189 terrestrial actively mobile <NA>
#> 2190 terrestrial actively mobile <NA>
#> 2191 terrestrial actively mobile <NA>
#> 2192 terrestrial actively mobile <NA>
#> 2193 terrestrial actively mobile <NA>
#> 2194 terrestrial actively mobile <NA>
#> 2195 brackish,freshwater,terrestrial actively mobile <NA>
#> 2196 brackish,freshwater,terrestrial actively mobile <NA>
#> 2197 brackish,freshwater,terrestrial actively mobile amphibious
#> 2198 brackish,freshwater,terrestrial actively mobile amphibious
#> 2199 brackish,freshwater,terrestrial actively mobile amphibious
#> 2200 brackish,freshwater,terrestrial actively mobile amphibious
#> 2201 brackish,freshwater,terrestrial actively mobile amphibious
#> 2202 brackish,freshwater,terrestrial actively mobile amphibious
#> 2203 brackish,freshwater,terrestrial actively mobile <NA>
#> 2204 brackish,freshwater,terrestrial actively mobile <NA>
#> 2205 brackish,freshwater,terrestrial actively mobile amphibious
#> 2206 brackish,freshwater,terrestrial actively mobile amphibious
#> 2207 brackish,freshwater,terrestrial actively mobile amphibious
#> 2208 brackish,freshwater,terrestrial actively mobile amphibious
#> 2209 brackish,freshwater,terrestrial actively mobile amphibious
#> 2210 terrestrial actively mobile <NA>
#> 2211 brackish,freshwater,terrestrial actively mobile <NA>
#> 2212 brackish,freshwater,terrestrial actively mobile <NA>
#> 2213 terrestrial actively mobile <NA>
#> 2214 terrestrial actively mobile <NA>
#> 2215 terrestrial actively mobile <NA>
#> 2216 terrestrial actively mobile <NA>
#> 2217 terrestrial actively mobile <NA>
#> 2218 terrestrial actively mobile <NA>
#> 2219 terrestrial actively mobile <NA>
#> 2220 brackish,freshwater,terrestrial actively mobile <NA>
#> 2221 terrestrial actively mobile <NA>
#> 2222 terrestrial actively mobile <NA>
#> 2223 terrestrial actively mobile <NA>
#> 2224 terrestrial actively mobile <NA>
#> 2225 terrestrial actively mobile <NA>
#> 2226 terrestrial actively mobile <NA>
#> 2227 terrestrial actively mobile <NA>
#> 2228 terrestrial actively mobile <NA>
#> 2229 terrestrial actively mobile <NA>
#> 2230 terrestrial actively mobile <NA>
#> 2231 terrestrial actively mobile <NA>
#> 2232 terrestrial actively mobile <NA>
#> 2233 terrestrial actively mobile <NA>
#> 2234 terrestrial actively mobile <NA>
#> 2235 terrestrial actively mobile <NA>
#> 2236 terrestrial actively mobile <NA>
#> 2237 terrestrial actively mobile <NA>
#> 2238 terrestrial actively mobile <NA>
#> 2239 terrestrial actively mobile <NA>
#> 2240 terrestrial actively mobile <NA>
#> 2241 terrestrial actively mobile <NA>
#> 2242 terrestrial actively mobile <NA>
#> 2243 terrestrial actively mobile <NA>
#> 2244 terrestrial actively mobile <NA>
#> 2245 terrestrial actively mobile <NA>
#> 2246 terrestrial actively mobile <NA>
#> 2247 terrestrial actively mobile <NA>
#> 2248 terrestrial actively mobile <NA>
#> 2249 terrestrial actively mobile <NA>
#> 2250 terrestrial actively mobile <NA>
#> 2251 terrestrial actively mobile <NA>
#> 2252 terrestrial actively mobile <NA>
#> 2253 terrestrial actively mobile <NA>
#> 2254 terrestrial actively mobile <NA>
#> 2255 terrestrial actively mobile <NA>
#> 2256 terrestrial actively mobile <NA>
#> 2257 terrestrial actively mobile <NA>
#> 2258 terrestrial actively mobile <NA>
#> 2259 terrestrial actively mobile <NA>
#> 2260 terrestrial actively mobile <NA>
#> 2261 brackish,freshwater,terrestrial actively mobile amphibious
#> 2262 terrestrial actively mobile <NA>
#> 2263 terrestrial actively mobile <NA>
#> 2264 terrestrial actively mobile <NA>
#> 2265 terrestrial actively mobile <NA>
#> 2266 terrestrial actively mobile <NA>
#> 2267 terrestrial actively mobile <NA>
#> 2268 terrestrial actively mobile <NA>
#> 2269 terrestrial actively mobile <NA>
#> 2270 terrestrial actively mobile <NA>
#> 2271 brackish,freshwater,terrestrial actively mobile <NA>
#> 2272 terrestrial actively mobile <NA>
#> 2273 terrestrial actively mobile <NA>
#> 2274 terrestrial actively mobile <NA>
#> 2275 terrestrial actively mobile <NA>
#> 2276 terrestrial actively mobile <NA>
#> 2277 terrestrial actively mobile <NA>
#> 2278 terrestrial actively mobile <NA>
#> 2279 terrestrial actively mobile <NA>
#> 2280 terrestrial actively mobile <NA>
#> 2281 terrestrial actively mobile <NA>
#> 2282 brackish,freshwater,terrestrial actively mobile <NA>
#> 2283 brackish,freshwater,terrestrial actively mobile <NA>
#> 2284 terrestrial actively mobile <NA>
#> 2285 terrestrial actively mobile <NA>
#> 2286 terrestrial actively mobile <NA>
#> 2287 terrestrial actively mobile <NA>
#> 2288 terrestrial actively mobile <NA>
#> 2289 terrestrial actively mobile <NA>
#> 2290 terrestrial actively mobile <NA>
#> 2291 terrestrial actively mobile <NA>
#> 2292 terrestrial actively mobile <NA>
#> 2293 terrestrial actively mobile <NA>
#> 2294 terrestrial actively mobile ground dwelling
#> 2295 brackish,freshwater,terrestrial actively mobile <NA>
#> 2296 brackish,freshwater,terrestrial actively mobile <NA>
#> 2297 brackish,freshwater,terrestrial actively mobile <NA>
#> 2298 brackish,freshwater,terrestrial actively mobile amphibious
#> 2299 brackish,freshwater,terrestrial actively mobile amphibious
#> 2300 brackish,freshwater,terrestrial actively mobile amphibious
#> 2301 brackish,freshwater,terrestrial actively mobile <NA>
#> 2302 brackish,freshwater,terrestrial actively mobile <NA>
#> 2303 brackish,freshwater,terrestrial actively mobile <NA>
#> 2304 brackish,freshwater,terrestrial actively mobile <NA>
#> 2305 brackish,freshwater,terrestrial actively mobile amphibious
#> 2306 brackish,freshwater,terrestrial actively mobile amphibious
#> 2307 brackish,freshwater,terrestrial actively mobile <NA>
#> 2308 brackish,freshwater,terrestrial actively mobile amphibious
#> 2309 brackish,freshwater,terrestrial actively mobile ground dwelling
#> 2310 brackish,freshwater,terrestrial actively mobile <NA>
#> 2311 brackish,freshwater,terrestrial actively mobile <NA>
#> 2312 brackish,freshwater,terrestrial actively mobile <NA>
#> 2313 brackish,freshwater,terrestrial actively mobile <NA>
#> 2314 brackish,freshwater,terrestrial actively mobile <NA>
#> 2315 brackish,freshwater,terrestrial actively mobile <NA>
#> 2316 brackish,freshwater,terrestrial actively mobile <NA>
#> 2317 brackish,freshwater,terrestrial actively mobile <NA>
#> 2318 brackish,freshwater,terrestrial actively mobile <NA>
#> 2319 brackish,freshwater,terrestrial actively mobile <NA>
#> 2320 brackish,freshwater,terrestrial actively mobile <NA>
#> 2321 brackish,freshwater,terrestrial actively mobile <NA>
#> 2322 brackish,freshwater,terrestrial actively mobile <NA>
#> 2323 brackish,freshwater,terrestrial actively mobile <NA>
#> 2324 brackish,freshwater,terrestrial actively mobile <NA>
#> 2325 brackish,freshwater,terrestrial actively mobile <NA>
#> 2326 brackish,freshwater,terrestrial actively mobile <NA>
#> 2327 brackish,freshwater,terrestrial actively mobile <NA>
#> 2328 brackish,freshwater,terrestrial actively mobile <NA>
#> 2329 brackish,freshwater,terrestrial actively mobile <NA>
#> 2330 terrestrial actively mobile <NA>
#> 2331 terrestrial actively mobile <NA>
#> 2332 terrestrial actively mobile <NA>
#> 2333 terrestrial actively mobile <NA>
#> 2334 terrestrial actively mobile <NA>
#> 2335 terrestrial actively mobile <NA>
#> 2336 terrestrial actively mobile <NA>
#> 2337 terrestrial actively mobile <NA>
#> 2338 terrestrial actively mobile <NA>
#> 2339 terrestrial actively mobile <NA>
#> 2340 terrestrial actively mobile <NA>
#> 2341 terrestrial actively mobile <NA>
#> 2342 terrestrial actively mobile <NA>
#> 2343 terrestrial actively mobile <NA>
#> 2344 brackish,freshwater,terrestrial actively mobile amphibious
#> 2345 terrestrial actively mobile <NA>
#> 2346 terrestrial actively mobile <NA>
#> 2347 terrestrial actively mobile <NA>
#> 2348 terrestrial actively mobile <NA>
#> 2349 terrestrial actively mobile <NA>
#> 2350 terrestrial actively mobile <NA>
#> 2351 terrestrial actively mobile <NA>
#> 2352 terrestrial actively mobile <NA>
#> 2353 terrestrial actively mobile <NA>
#> 2354 terrestrial actively mobile <NA>
#> 2355 terrestrial actively mobile <NA>
#> 2356 brackish,freshwater,terrestrial actively mobile <NA>
#> 2357 brackish,freshwater,terrestrial actively mobile <NA>
#> 2358 terrestrial actively mobile <NA>
#> 2359 brackish,freshwater,terrestrial actively mobile <NA>
#> 2360 brackish,freshwater,terrestrial actively mobile <NA>
#> 2361 brackish,freshwater,terrestrial actively mobile <NA>
#> 2362 brackish,freshwater,terrestrial actively mobile <NA>
#> 2363 brackish,freshwater,terrestrial actively mobile <NA>
#> 2364 brackish,freshwater,terrestrial actively mobile <NA>
#> 2365 brackish,freshwater,terrestrial actively mobile <NA>
#> 2366 brackish,freshwater,terrestrial actively mobile <NA>
#> 2367 brackish,freshwater,terrestrial actively mobile amphibious
#> 2368 terrestrial actively mobile <NA>
#> 2369 terrestrial actively mobile <NA>
#> 2370 terrestrial actively mobile <NA>
#> 2371 terrestrial actively mobile <NA>
#> 2372 terrestrial actively mobile <NA>
#> 2373 terrestrial actively mobile <NA>
#> 2374 terrestrial actively mobile <NA>
#> 2375 terrestrial actively mobile <NA>
#> 2376 terrestrial actively mobile <NA>
#> 2377 terrestrial actively mobile <NA>
#> 2378 terrestrial actively mobile <NA>
#> 2379 terrestrial actively mobile <NA>
#> 2380 terrestrial actively mobile <NA>
#> 2381 terrestrial actively mobile <NA>
#> 2382 terrestrial actively mobile <NA>
#> 2383 terrestrial actively mobile <NA>
#> 2384 terrestrial actively mobile <NA>
#> 2385 terrestrial actively mobile <NA>
#> 2386 terrestrial actively mobile <NA>
#> 2387 terrestrial actively mobile <NA>
#> 2388 terrestrial actively mobile <NA>
#> 2389 terrestrial actively mobile <NA>
#> 2390 terrestrial actively mobile <NA>
#> 2391 terrestrial actively mobile <NA>
#> 2392 terrestrial actively mobile <NA>
#> 2393 terrestrial actively mobile <NA>
#> 2394 terrestrial actively mobile <NA>
#> 2395 terrestrial actively mobile <NA>
#> 2396 terrestrial actively mobile <NA>
#> 2397 terrestrial actively mobile <NA>
#> 2398 terrestrial actively mobile <NA>
#> 2399 terrestrial actively mobile <NA>
#> 2400 terrestrial actively mobile <NA>
#> 2401 terrestrial actively mobile <NA>
#> 2402 terrestrial actively mobile <NA>
#> 2403 terrestrial actively mobile <NA>
#> 2404 terrestrial actively mobile <NA>
#> 2405 terrestrial actively mobile <NA>
#> 2406 terrestrial actively mobile <NA>
#> 2407 terrestrial actively mobile <NA>
#> 2408 terrestrial actively mobile <NA>
#> 2409 terrestrial actively mobile <NA>
#> 2410 terrestrial actively mobile <NA>
#> 2411 terrestrial actively mobile <NA>
#> 2412 terrestrial actively mobile <NA>
#> 2413 terrestrial actively mobile <NA>
#> 2414 terrestrial actively mobile <NA>
#> 2415 terrestrial actively mobile <NA>
#> 2416 terrestrial actively mobile <NA>
#> 2417 terrestrial actively mobile <NA>
#> 2418 terrestrial actively mobile <NA>
#> 2419 terrestrial actively mobile <NA>
#> 2420 terrestrial actively mobile <NA>
#> 2421 terrestrial actively mobile <NA>
#> 2422 terrestrial actively mobile <NA>
#> 2423 terrestrial actively mobile <NA>
#> 2424 terrestrial actively mobile <NA>
#> 2425 terrestrial actively mobile <NA>
#> 2426 terrestrial actively mobile <NA>
#> 2427 terrestrial actively mobile <NA>
#> 2428 terrestrial actively mobile <NA>
#> 2429 terrestrial actively mobile <NA>
#> 2430 terrestrial actively mobile <NA>
#> 2431 terrestrial actively mobile <NA>
#> 2432 terrestrial actively mobile <NA>
#> 2433 terrestrial actively mobile <NA>
#> 2434 terrestrial actively mobile <NA>
#> 2435 terrestrial actively mobile <NA>
#> 2436 terrestrial actively mobile <NA>
#> 2437 terrestrial actively mobile <NA>
#> 2438 terrestrial actively mobile <NA>
#> 2439 terrestrial actively mobile <NA>
#> 2440 terrestrial actively mobile <NA>
#> 2441 terrestrial actively mobile <NA>
#> 2442 terrestrial actively mobile <NA>
#> 2443 terrestrial actively mobile <NA>
#> 2444 terrestrial actively mobile <NA>
#> 2445 terrestrial actively mobile <NA>
#> 2446 terrestrial actively mobile <NA>
#> 2447 terrestrial actively mobile <NA>
#> 2448 terrestrial actively mobile <NA>
#> 2449 terrestrial actively mobile <NA>
#> 2450 terrestrial actively mobile <NA>
#> 2451 terrestrial actively mobile <NA>
#> 2452 terrestrial actively mobile <NA>
#> 2453 terrestrial actively mobile <NA>
#> 2454 brackish,freshwater,terrestrial actively mobile <NA>
#> 2455 brackish,freshwater,terrestrial actively mobile <NA>
#> 2456 brackish,freshwater,terrestrial actively mobile amphibious
#> 2457 brackish,freshwater,terrestrial actively mobile amphibious
#> 2458 brackish,freshwater,terrestrial actively mobile amphibious
#> 2459 brackish,freshwater,terrestrial actively mobile amphibious
#> 2460 brackish,freshwater,terrestrial actively mobile amphibious
#> 2461 brackish,freshwater,terrestrial actively mobile amphibious
#> 2462 terrestrial actively mobile <NA>
#> 2463 brackish,freshwater,terrestrial actively mobile amphibious
#> 2464 brackish,freshwater,terrestrial actively mobile amphibious
#> 2465 brackish,freshwater,terrestrial actively mobile amphibious
#> 2466 brackish,freshwater,terrestrial actively mobile amphibious
#> 2467 brackish,freshwater,terrestrial actively mobile amphibious
#> 2468 brackish,freshwater,terrestrial actively mobile amphibious
#> 2469 brackish,freshwater,terrestrial actively mobile amphibious
#> 2470 terrestrial actively mobile <NA>
#> 2471 terrestrial actively mobile <NA>
#> 2472 terrestrial actively mobile <NA>
#> 2473 terrestrial actively mobile <NA>
#> 2474 terrestrial actively mobile <NA>
#> 2475 terrestrial actively mobile <NA>
#> 2476 terrestrial actively mobile <NA>
#> 2477 terrestrial actively mobile <NA>
#> 2478 terrestrial actively mobile <NA>
#> 2479 terrestrial actively mobile <NA>
#> 2480 terrestrial actively mobile <NA>
#> 2481 terrestrial actively mobile <NA>
#> 2482 brackish,freshwater,terrestrial actively mobile amphibious
#> 2483 brackish,freshwater,terrestrial actively mobile amphibious
#> 2484 brackish,freshwater,terrestrial actively mobile amphibious
#> 2485 brackish,freshwater,terrestrial actively mobile amphibious
#> 2486 brackish,freshwater,terrestrial actively mobile amphibious
#> 2487 brackish,freshwater,terrestrial actively mobile amphibious
#> 2488 brackish,freshwater,terrestrial actively mobile amphibious
#> 2489 brackish,freshwater,terrestrial actively mobile amphibious
#> 2490 brackish,freshwater,terrestrial actively mobile amphibious
#> 2491 brackish,freshwater,terrestrial actively mobile <NA>
#> 2492 brackish,freshwater,terrestrial actively mobile <NA>
#> 2493 brackish,freshwater,terrestrial actively mobile <NA>
#> 2494 terrestrial actively mobile <NA>
#> 2495 terrestrial actively mobile <NA>
#> 2496 brackish,freshwater,terrestrial actively mobile <NA>
#> 2497 terrestrial actively mobile <NA>
#> 2498 terrestrial actively mobile <NA>
#> 2499 terrestrial actively mobile <NA>
#> 2500 terrestrial actively mobile <NA>
#> 2501 terrestrial actively mobile <NA>
#> 2502 terrestrial actively mobile <NA>
#> 2503 brackish,freshwater,terrestrial actively mobile amphibious
#> 2504 terrestrial actively mobile <NA>
#> 2505 terrestrial actively mobile <NA>
#> 2506 terrestrial actively mobile <NA>
#> 2507 terrestrial actively mobile <NA>
#> 2508 terrestrial actively mobile <NA>
#> 2509 terrestrial actively mobile <NA>
#> 2510 terrestrial actively mobile <NA>
#> 2511 terrestrial actively mobile <NA>
#> 2512 terrestrial actively mobile <NA>
#> 2513 terrestrial actively mobile <NA>
#> 2514 terrestrial actively mobile <NA>
#> 2515 terrestrial actively mobile <NA>
#> 2516 terrestrial actively mobile <NA>
#> 2517 terrestrial actively mobile <NA>
#> 2518 terrestrial actively mobile <NA>
#> 2519 terrestrial actively mobile <NA>
#> 2520 terrestrial actively mobile <NA>
#> 2521 terrestrial actively mobile <NA>
#> 2522 terrestrial actively mobile <NA>
#> 2523 terrestrial actively mobile <NA>
#> 2524 terrestrial actively mobile <NA>
#> 2525 terrestrial actively mobile <NA>
#> 2526 terrestrial actively mobile <NA>
#> 2527 terrestrial actively mobile <NA>
#> 2528 terrestrial actively mobile <NA>
#> 2529 terrestrial actively mobile <NA>
#> 2530 terrestrial actively mobile <NA>
#> 2531 terrestrial actively mobile <NA>
#> 2532 terrestrial actively mobile <NA>
#> 2533 terrestrial actively mobile <NA>
#> 2534 terrestrial actively mobile <NA>
#> 2535 terrestrial actively mobile <NA>
#> 2536 terrestrial actively mobile <NA>
#> 2537 terrestrial actively mobile <NA>
#> 2538 terrestrial actively mobile <NA>
#> 2539 terrestrial actively mobile <NA>
#> 2540 terrestrial actively mobile <NA>
#> 2541 terrestrial actively mobile <NA>
#> 2542 terrestrial actively mobile <NA>
#> 2543 terrestrial actively mobile <NA>
#> 2544 terrestrial actively mobile <NA>
#> 2545 terrestrial actively mobile <NA>
#> 2546 terrestrial actively mobile <NA>
#> 2547 terrestrial actively mobile <NA>
#> 2548 terrestrial actively mobile <NA>
#> 2549 terrestrial actively mobile <NA>
#> 2550 terrestrial actively mobile <NA>
#> 2551 terrestrial actively mobile <NA>
#> 2552 terrestrial actively mobile <NA>
#> 2553 terrestrial actively mobile <NA>
#> 2554 terrestrial actively mobile <NA>
#> 2555 terrestrial actively mobile <NA>
#> 2556 terrestrial actively mobile <NA>
#> 2557 terrestrial actively mobile <NA>
#> 2558 terrestrial actively mobile <NA>
#> 2559 terrestrial actively mobile <NA>
#> 2560 terrestrial actively mobile <NA>
#> 2561 terrestrial actively mobile <NA>
#> 2562 terrestrial actively mobile <NA>
#> 2563 terrestrial actively mobile <NA>
#> 2564 terrestrial actively mobile <NA>
#> 2565 terrestrial actively mobile <NA>
#> 2566 terrestrial actively mobile <NA>
#> 2567 terrestrial actively mobile <NA>
#> 2568 terrestrial actively mobile <NA>
#> 2569 terrestrial actively mobile <NA>
#> 2570 terrestrial actively mobile <NA>
#> 2571 terrestrial actively mobile <NA>
#> 2572 terrestrial actively mobile <NA>
#> 2573 terrestrial actively mobile <NA>
#> 2574 terrestrial actively mobile <NA>
#> 2575 terrestrial actively mobile <NA>
#> 2576 terrestrial actively mobile <NA>
#> 2577 terrestrial actively mobile <NA>
#> 2578 terrestrial actively mobile <NA>
#> 2579 terrestrial actively mobile <NA>
#> 2580 terrestrial actively mobile <NA>
#> 2581 terrestrial actively mobile <NA>
#> 2582 terrestrial actively mobile <NA>
#> 2583 terrestrial actively mobile <NA>
#> 2584 terrestrial actively mobile <NA>
#> 2585 terrestrial actively mobile <NA>
#> 2586 terrestrial actively mobile <NA>
#> 2587 terrestrial actively mobile <NA>
#> 2588 terrestrial actively mobile <NA>
#> 2589 brackish,freshwater,terrestrial actively mobile <NA>
#> 2590 brackish,freshwater,terrestrial actively mobile <NA>
#> 2591 brackish,freshwater,terrestrial actively mobile <NA>
#> 2592 brackish,freshwater,terrestrial actively mobile <NA>
#> 2593 brackish,freshwater,terrestrial actively mobile <NA>
#> 2594 brackish,freshwater,terrestrial actively mobile <NA>
#> 2595 brackish,freshwater,terrestrial actively mobile <NA>
#> 2596 brackish,freshwater,terrestrial actively mobile <NA>
#> 2597 brackish,freshwater,terrestrial actively mobile <NA>
#> 2598 brackish,freshwater,terrestrial actively mobile amphibious
#> 2599 brackish,freshwater,terrestrial actively mobile amphibious
#> 2600 brackish,freshwater,terrestrial actively mobile <NA>
#> 2601 brackish,freshwater,terrestrial actively mobile <NA>
#> 2602 brackish,freshwater,terrestrial actively mobile <NA>
#> 2603 brackish,freshwater,terrestrial actively mobile <NA>
#> 2604 brackish,freshwater,terrestrial actively mobile <NA>
#> 2605 terrestrial actively mobile <NA>
#> 2606 terrestrial actively mobile <NA>
#> 2607 brackish,freshwater,terrestrial actively mobile <NA>
#> 2608 brackish,freshwater,terrestrial actively mobile <NA>
#> 2609 brackish,freshwater,terrestrial actively mobile <NA>
#> 2610 brackish,freshwater,terrestrial actively mobile <NA>
#> 2611 brackish,freshwater,terrestrial actively mobile <NA>
#> 2612 terrestrial actively mobile <NA>
#> 2613 brackish,freshwater,terrestrial actively mobile amphibious
#> 2614 brackish,freshwater,terrestrial actively mobile amphibious
#> 2615 brackish,freshwater,terrestrial actively mobile <NA>
#> 2616 terrestrial actively mobile <NA>
#> 2617 terrestrial actively mobile ground dwelling
#> 2618 terrestrial actively mobile ground dwelling
#> 2619 terrestrial actively mobile ground dwelling
#> 2620 terrestrial actively mobile <NA>
#> 2621 terrestrial actively mobile <NA>
#> 2622 terrestrial actively mobile <NA>
#> 2623 brackish,freshwater,terrestrial actively mobile <NA>
#> 2624 brackish,freshwater,terrestrial actively mobile <NA>
#> 2625 brackish,freshwater,terrestrial actively mobile <NA>
#> 2626 brackish,freshwater,terrestrial actively mobile <NA>
#> 2627 terrestrial actively mobile <NA>
#> 2628 terrestrial actively mobile <NA>
#> 2629 brackish,freshwater,terrestrial actively mobile <NA>
#> 2630 brackish,freshwater,terrestrial actively mobile amphibious
#> 2631 terrestrial actively mobile <NA>
#> 2632 terrestrial actively mobile <NA>
#> 2633 terrestrial actively mobile <NA>
#> 2634 terrestrial actively mobile <NA>
#> 2635 terrestrial actively mobile <NA>
#> 2636 terrestrial actively mobile <NA>
#> 2637 terrestrial actively mobile <NA>
#> 2638 terrestrial actively mobile <NA>
#> 2639 terrestrial actively mobile <NA>
#> 2640 terrestrial actively mobile <NA>
#> 2641 terrestrial actively mobile <NA>
#> 2642 terrestrial actively mobile <NA>
#> 2643 terrestrial actively mobile <NA>
#> 2644 terrestrial actively mobile <NA>
#> 2645 brackish,freshwater,terrestrial actively mobile <NA>
#> 2646 terrestrial actively mobile <NA>
#> 2647 terrestrial actively mobile <NA>
#> 2648 brackish,freshwater,terrestrial actively mobile <NA>
#> 2649 terrestrial actively mobile ground dwelling
#> 2650 terrestrial actively mobile ground dwelling
#> 2651 brackish,freshwater,terrestrial actively mobile <NA>
#> 2652 terrestrial actively mobile <NA>
#> 2653 terrestrial actively mobile <NA>
#> 2654 brackish,freshwater,terrestrial actively mobile <NA>
#> 2655 brackish,freshwater,terrestrial actively mobile amphibious
#> 2656 terrestrial actively mobile <NA>
#> 2657 brackish,freshwater,terrestrial actively mobile <NA>
#> 2658 brackish,freshwater,terrestrial actively mobile <NA>
#> 2659 brackish,freshwater,terrestrial actively mobile amphibious
#> 2660 brackish,freshwater,terrestrial actively mobile amphibious
#> 2661 terrestrial actively mobile ground dwelling
#> 2662 terrestrial actively mobile <NA>
#> 2663 terrestrial actively mobile <NA>
#> 2664 terrestrial actively mobile <NA>
#> 2665 terrestrial actively mobile <NA>
#> 2666 terrestrial actively mobile <NA>
#> 2667 terrestrial actively mobile <NA>
#> 2668 terrestrial actively mobile <NA>
#> 2669 terrestrial actively mobile <NA>
#> 2670 terrestrial actively mobile <NA>
#> 2671 terrestrial actively mobile <NA>
#> 2672 terrestrial actively mobile <NA>
#> 2673 terrestrial actively mobile <NA>
#> 2674 terrestrial actively mobile <NA>
#> 2675 terrestrial actively mobile <NA>
#> 2676 terrestrial actively mobile <NA>
#> 2677 terrestrial actively mobile <NA>
#> 2678 terrestrial actively mobile <NA>
#> 2679 terrestrial actively mobile <NA>
#> 2680 terrestrial actively mobile <NA>
#> 2681 terrestrial actively mobile <NA>
#> 2682 terrestrial actively mobile <NA>
#> 2683 terrestrial actively mobile <NA>
#> 2684 brackish,freshwater,terrestrial actively mobile <NA>
#> 2685 brackish,freshwater,terrestrial actively mobile <NA>
#> 2686 brackish,freshwater,terrestrial actively mobile <NA>
#> 2687 terrestrial actively mobile <NA>
#> 2688 terrestrial actively mobile <NA>
#> 2689 terrestrial actively mobile <NA>
#> 2690 terrestrial actively mobile <NA>
#> 2691 brackish,freshwater,terrestrial actively mobile <NA>
#> 2692 brackish,freshwater,terrestrial actively mobile <NA>
#> 2693 brackish,freshwater,terrestrial actively mobile <NA>
#> 2694 brackish,freshwater,terrestrial actively mobile <NA>
#> 2695 brackish,freshwater,terrestrial actively mobile <NA>
#> 2696 brackish,freshwater,terrestrial actively mobile <NA>
#> 2697 brackish,freshwater,terrestrial actively mobile <NA>
#> 2698 brackish,freshwater,terrestrial actively mobile <NA>
#> 2699 brackish,freshwater,terrestrial actively mobile <NA>
#> 2700 brackish,freshwater,terrestrial actively mobile <NA>
#> 2701 brackish,freshwater,terrestrial actively mobile amphibious
#> 2702 terrestrial actively mobile <NA>
#> 2703 terrestrial actively mobile <NA>
#> 2704 terrestrial actively mobile <NA>
#> 2705 terrestrial actively mobile <NA>
#> 2706 terrestrial actively mobile <NA>
#> 2707 terrestrial actively mobile <NA>
#> 2708 terrestrial actively mobile <NA>
#> 2709 terrestrial actively mobile <NA>
#> 2710 terrestrial actively mobile <NA>
#> 2711 terrestrial actively mobile <NA>
#> 2712 terrestrial actively mobile <NA>
#> 2713 terrestrial actively mobile <NA>
#> 2714 terrestrial actively mobile <NA>
#> 2715 terrestrial actively mobile <NA>
#> 2716 terrestrial actively mobile <NA>
#> 2717 terrestrial actively mobile <NA>
#> 2718 terrestrial actively mobile <NA>
#> 2719 terrestrial actively mobile <NA>
#> 2720 terrestrial actively mobile <NA>
#> 2721 terrestrial actively mobile <NA>
#> 2722 terrestrial actively mobile <NA>
#> 2723 terrestrial actively mobile <NA>
#> 2724 terrestrial actively mobile <NA>
#> 2725 terrestrial actively mobile <NA>
#> 2726 terrestrial actively mobile <NA>
#> 2727 terrestrial actively mobile <NA>
#> 2728 terrestrial actively mobile <NA>
#> 2729 terrestrial actively mobile <NA>
#> 2730 terrestrial actively mobile <NA>
#> 2731 terrestrial actively mobile <NA>
#> 2732 terrestrial actively mobile <NA>
#> 2733 terrestrial actively mobile <NA>
#> 2734 terrestrial actively mobile <NA>
#> 2735 terrestrial actively mobile <NA>
#> 2736 terrestrial actively mobile <NA>
#> 2737 terrestrial actively mobile <NA>
#> 2738 terrestrial actively mobile <NA>
#> 2739 terrestrial actively mobile <NA>
#> 2740 terrestrial actively mobile <NA>
#> 2741 terrestrial actively mobile <NA>
#> 2742 terrestrial actively mobile <NA>
#> 2743 terrestrial actively mobile <NA>
#> 2744 terrestrial actively mobile <NA>
#> 2745 terrestrial actively mobile <NA>
#> 2746 terrestrial actively mobile <NA>
#> 2747 terrestrial actively mobile <NA>
#> 2748 terrestrial actively mobile <NA>
#> 2749 terrestrial actively mobile <NA>
#> 2750 terrestrial actively mobile <NA>
#> 2751 terrestrial actively mobile <NA>
#> 2752 terrestrial actively mobile <NA>
#> 2753 terrestrial actively mobile <NA>
#> 2754 terrestrial actively mobile <NA>
#> 2755 terrestrial actively mobile <NA>
#> 2756 terrestrial actively mobile <NA>
#> 2757 brackish,freshwater,terrestrial actively mobile <NA>
#> 2758 terrestrial actively mobile <NA>
#> 2759 terrestrial actively mobile <NA>
#> 2760 terrestrial actively mobile <NA>
#> 2761 terrestrial actively mobile <NA>
#> 2762 terrestrial actively mobile <NA>
#> 2763 terrestrial actively mobile <NA>
#> 2764 terrestrial actively mobile <NA>
#> 2765 terrestrial actively mobile <NA>
#> 2766 terrestrial actively mobile <NA>
#> 2767 terrestrial actively mobile <NA>
#> 2768 terrestrial actively mobile <NA>
#> 2769 terrestrial actively mobile <NA>
#> 2770 terrestrial actively mobile <NA>
#> 2771 terrestrial actively mobile <NA>
#> 2772 terrestrial actively mobile <NA>
#> 2773 terrestrial actively mobile <NA>
#> 2774 terrestrial actively mobile <NA>
#> 2775 terrestrial actively mobile <NA>
#> 2776 terrestrial actively mobile <NA>
#> 2777 terrestrial actively mobile <NA>
#> diet lat_bin lat_max lat_mid lat_min
#> 1 carnivore 6 40 35 30
#> 2 carnivore 13 -30 -35 -40
#> 3 <NA> 13 -30 -35 -40
#> 4 <NA> 6 40 35 30
#> 5 carnivore 6 40 35 30
#> 6 carnivore 6 40 35 30
#> 7 <NA> 5 50 45 40
#> 8 <NA> 6 40 35 30
#> 9 carnivore 6 40 35 30
#> 10 carnivore 6 40 35 30
#> 11 carnivore 6 40 35 30
#> 12 carnivore 6 40 35 30
#> 13 <NA> 6 40 35 30
#> 14 <NA> 6 40 35 30
#> 15 <NA> 6 40 35 30
#> 16 <NA> 6 40 35 30
#> 17 piscivore 13 -30 -35 -40
#> 18 carnivore 5 50 45 40
#> 19 carnivore 6 40 35 30
#> 20 carnivore 6 40 35 30
#> 21 <NA> 6 40 35 30
#> 22 <NA> 6 40 35 30
#> 23 <NA> 6 40 35 30
#> 24 <NA> 6 40 35 30
#> 25 carnivore 6 40 35 30
#> 26 <NA> 6 40 35 30
#> 27 <NA> 6 40 35 30
#> 28 <NA> 6 40 35 30
#> 29 <NA> 6 40 35 30
#> 30 <NA> 6 40 35 30
#> 31 carnivore 6 40 35 30
#> 32 <NA> 6 40 35 30
#> 33 <NA> 6 40 35 30
#> 34 carnivore 4 60 55 50
#> 35 carnivore 4 60 55 50
#> 36 carnivore 4 60 55 50
#> 37 carnivore 4 60 55 50
#> 38 <NA> 4 60 55 50
#> 39 carnivore 6 40 35 30
#> 40 carnivore 6 40 35 30
#> 41 <NA> 6 40 35 30
#> 42 <NA> 6 40 35 30
#> 43 <NA> 6 40 35 30
#> 44 <NA> 6 40 35 30
#> 45 <NA> 4 60 55 50
#> 46 carnivore 4 60 55 50
#> 47 <NA> 4 60 55 50
#> 48 <NA> 4 60 55 50
#> 49 <NA> 4 60 55 50
#> 50 <NA> 4 60 55 50
#> 51 <NA> 4 60 55 50
#> 52 <NA> 4 60 55 50
#> 53 insectivore, herbivore 6 40 35 30
#> 54 <NA> 6 40 35 30
#> 55 <NA> 6 40 35 30
#> 56 carnivore 6 40 35 30
#> 57 carnivore 6 40 35 30
#> 58 herbivore 13 -30 -35 -40
#> 59 herbivore 13 -30 -35 -40
#> 60 carnivore 6 40 35 30
#> 61 carnivore 6 40 35 30
#> 62 carnivore 6 40 35 30
#> 63 <NA> 6 40 35 30
#> 64 carnivore 6 40 35 30
#> 65 herbivore 13 -30 -35 -40
#> 66 <NA> 6 40 35 30
#> 67 <NA> 6 40 35 30
#> 68 carnivore 6 40 35 30
#> 69 carnivore 6 40 35 30
#> 70 herbivore 18 -80 -85 -90
#> 71 herbivore 18 -80 -85 -90
#> 72 <NA> 4 60 55 50
#> 73 <NA> 5 50 45 40
#> 74 insectivore, herbivore 6 40 35 30
#> 75 <NA> 6 40 35 30
#> 76 <NA> 6 40 35 30
#> 77 <NA> 6 40 35 30
#> 78 <NA> 6 40 35 30
#> 79 insectivore, herbivore 6 40 35 30
#> 80 <NA> 6 40 35 30
#> 81 <NA> 6 40 35 30
#> 82 <NA> 6 40 35 30
#> 83 <NA> 6 40 35 30
#> 84 carnivore 6 40 35 30
#> 85 carnivore 6 40 35 30
#> 86 <NA> 6 40 35 30
#> 87 insectivore, herbivore 6 40 35 30
#> 88 insectivore, herbivore 6 40 35 30
#> 89 <NA> 6 40 35 30
#> 90 <NA> 6 40 35 30
#> 91 insectivore, herbivore 6 40 35 30
#> 92 insectivore, herbivore 6 40 35 30
#> 93 <NA> 6 40 35 30
#> 94 insectivore, herbivore 6 40 35 30
#> 95 insectivore, herbivore 6 40 35 30
#> 96 <NA> 6 40 35 30
#> 97 <NA> 6 40 35 30
#> 98 <NA> 6 40 35 30
#> 99 insectivore, herbivore 6 40 35 30
#> 100 <NA> 6 40 35 30
#> 101 <NA> 6 40 35 30
#> 102 <NA> 6 40 35 30
#> 103 carnivore 4 60 55 50
#> 104 carnivore 4 60 55 50
#> 105 <NA> 6 40 35 30
#> 106 insectivore, herbivore 6 40 35 30
#> 107 <NA> 4 60 55 50
#> 108 herbivore 4 60 55 50
#> 109 herbivore 3 70 65 60
#> 110 herbivore 3 70 65 60
#> 111 <NA> 6 40 35 30
#> 112 carnivore 6 40 35 30
#> 113 <NA> 6 40 35 30
#> 114 <NA> 6 40 35 30
#> 115 <NA> 6 40 35 30
#> 116 <NA> 6 40 35 30
#> 117 carnivore 5 50 45 40
#> 118 carnivore 6 40 35 30
#> 119 carnivore 6 40 35 30
#> 120 <NA> 6 40 35 30
#> 121 <NA> 6 40 35 30
#> 122 <NA> 6 40 35 30
#> 123 carnivore 6 40 35 30
#> 124 <NA> 6 40 35 30
#> 125 carnivore 6 40 35 30
#> 126 carnivore 6 40 35 30
#> 127 <NA> 6 40 35 30
#> 128 <NA> 6 40 35 30
#> 129 carnivore 6 40 35 30
#> 130 <NA> 6 40 35 30
#> 131 <NA> 6 40 35 30
#> 132 <NA> 6 40 35 30
#> 133 carnivore 6 40 35 30
#> 134 <NA> 6 40 35 30
#> 135 <NA> 6 40 35 30
#> 136 <NA> 6 40 35 30
#> 137 <NA> 6 40 35 30
#> 138 carnivore 6 40 35 30
#> 139 carnivore 6 40 35 30
#> 140 <NA> 6 40 35 30
#> 141 <NA> 6 40 35 30
#> 142 <NA> 6 40 35 30
#> 143 carnivore 6 40 35 30
#> 144 <NA> 6 40 35 30
#> 145 <NA> 6 40 35 30
#> 146 <NA> 6 40 35 30
#> 147 carnivore 6 40 35 30
#> 148 carnivore 6 40 35 30
#> 149 carnivore 6 40 35 30
#> 150 <NA> 6 40 35 30
#> 151 <NA> 6 40 35 30
#> 152 <NA> 6 40 35 30
#> 153 <NA> 6 40 35 30
#> 154 <NA> 6 40 35 30
#> 155 <NA> 6 40 35 30
#> 156 <NA> 6 40 35 30
#> 157 <NA> 6 40 35 30
#> 158 <NA> 6 40 35 30
#> 159 <NA> 6 40 35 30
#> 160 <NA> 6 40 35 30
#> 161 <NA> 6 40 35 30
#> 162 carnivore 6 40 35 30
#> 163 carnivore 6 40 35 30
#> 164 <NA> 6 40 35 30
#> 165 <NA> 6 40 35 30
#> 166 <NA> 6 40 35 30
#> 167 <NA> 6 40 35 30
#> 168 <NA> 6 40 35 30
#> 169 carnivore 6 40 35 30
#> 170 carnivore 6 40 35 30
#> 171 <NA> 6 40 35 30
#> 172 <NA> 6 40 35 30
#> 173 carnivore 6 40 35 30
#> 174 carnivore 6 40 35 30
#> 175 carnivore 6 40 35 30
#> 176 <NA> 6 40 35 30
#> 177 <NA> 6 40 35 30
#> 178 carnivore 6 40 35 30
#> 179 <NA> 6 40 35 30
#> 180 carnivore 6 40 35 30
#> 181 carnivore 6 40 35 30
#> 182 <NA> 6 40 35 30
#> 183 <NA> 6 40 35 30
#> 184 <NA> 6 40 35 30
#> 185 <NA> 6 40 35 30
#> 186 carnivore 6 40 35 30
#> 187 <NA> 6 40 35 30
#> 188 carnivore 6 40 35 30
#> 189 carnivore 6 40 35 30
#> 190 carnivore 6 40 35 30
#> 191 <NA> 6 40 35 30
#> 192 <NA> 6 40 35 30
#> 193 carnivore 6 40 35 30
#> 194 carnivore 6 40 35 30
#> 195 carnivore 6 40 35 30
#> 196 <NA> 6 40 35 30
#> 197 <NA> 6 40 35 30
#> 198 carnivore 6 40 35 30
#> 199 carnivore 6 40 35 30
#> 200 <NA> 6 40 35 30
#> 201 <NA> 6 40 35 30
#> 202 <NA> 6 40 35 30
#> 203 carnivore 6 40 35 30
#> 204 <NA> 6 40 35 30
#> 205 <NA> 6 40 35 30
#> 206 <NA> 6 40 35 30
#> 207 <NA> 6 40 35 30
#> 208 carnivore 6 40 35 30
#> 209 <NA> 6 40 35 30
#> 210 <NA> 6 40 35 30
#> 211 <NA> 6 40 35 30
#> 212 <NA> 6 40 35 30
#> 213 <NA> 6 40 35 30
#> 214 <NA> 6 40 35 30
#> 215 <NA> 6 40 35 30
#> 216 carnivore 6 40 35 30
#> 217 carnivore 6 40 35 30
#> 218 <NA> 6 40 35 30
#> 219 <NA> 6 40 35 30
#> 220 <NA> 6 40 35 30
#> 221 <NA> 6 40 35 30
#> 222 carnivore 6 40 35 30
#> 223 <NA> 6 40 35 30
#> 224 carnivore 6 40 35 30
#> 225 carnivore 6 40 35 30
#> 226 carnivore 6 40 35 30
#> 227 insectivore, herbivore 6 40 35 30
#> 228 insectivore, herbivore 6 40 35 30
#> 229 <NA> 6 40 35 30
#> 230 <NA> 6 40 35 30
#> 231 <NA> 6 40 35 30
#> 232 <NA> 6 40 35 30
#> 233 <NA> 6 40 35 30
#> 234 carnivore 6 40 35 30
#> 235 carnivore 6 40 35 30
#> 236 insectivore, herbivore 6 40 35 30
#> 237 <NA> 6 40 35 30
#> 238 <NA> 6 40 35 30
#> 239 carnivore 6 40 35 30
#> 240 <NA> 6 40 35 30
#> 241 <NA> 6 40 35 30
#> 242 <NA> 6 40 35 30
#> 243 carnivore 6 40 35 30
#> 244 <NA> 6 40 35 30
#> 245 <NA> 6 40 35 30
#> 246 <NA> 6 40 35 30
#> 247 <NA> 6 40 35 30
#> 248 <NA> 6 40 35 30
#> 249 carnivore 6 40 35 30
#> 250 <NA> 6 40 35 30
#> 251 <NA> 6 40 35 30
#> 252 carnivore 6 40 35 30
#> 253 carnivore 6 40 35 30
#> 254 carnivore 6 40 35 30
#> 255 carnivore 6 40 35 30
#> 256 carnivore 6 40 35 30
#> 257 <NA> 6 40 35 30
#> 258 <NA> 6 40 35 30
#> 259 <NA> 6 40 35 30
#> 260 <NA> 6 40 35 30
#> 261 <NA> 6 40 35 30
#> 262 <NA> 6 40 35 30
#> 263 <NA> 6 40 35 30
#> 264 <NA> 6 40 35 30
#> 265 <NA> 6 40 35 30
#> 266 insectivore, herbivore 6 40 35 30
#> 267 insectivore, herbivore 6 40 35 30
#> 268 insectivore, herbivore 6 40 35 30
#> 269 insectivore, herbivore 6 40 35 30
#> 270 insectivore, herbivore 6 40 35 30
#> 271 insectivore, herbivore 6 40 35 30
#> 272 <NA> 6 40 35 30
#> 273 <NA> 6 40 35 30
#> 274 <NA> 6 40 35 30
#> 275 <NA> 6 40 35 30
#> 276 <NA> 6 40 35 30
#> 277 <NA> 6 40 35 30
#> 278 <NA> 6 40 35 30
#> 279 <NA> 6 40 35 30
#> 280 carnivore 6 40 35 30
#> 281 carnivore 6 40 35 30
#> 282 carnivore 6 40 35 30
#> 283 <NA> 6 40 35 30
#> 284 <NA> 6 40 35 30
#> 285 insectivore, herbivore 6 40 35 30
#> 286 carnivore 6 40 35 30
#> 287 <NA> 6 40 35 30
#> 288 insectivore, herbivore 6 40 35 30
#> 289 insectivore, herbivore 6 40 35 30
#> 290 <NA> 6 40 35 30
#> 291 <NA> 6 40 35 30
#> 292 <NA> 6 40 35 30
#> 293 <NA> 6 40 35 30
#> 294 <NA> 6 40 35 30
#> 295 carnivore 6 40 35 30
#> 296 <NA> 6 40 35 30
#> 297 insectivore, herbivore 6 40 35 30
#> 298 insectivore, herbivore 6 40 35 30
#> 299 <NA> 6 40 35 30
#> 300 <NA> 6 40 35 30
#> 301 carnivore 6 40 35 30
#> 302 <NA> 6 40 35 30
#> 303 carnivore 6 40 35 30
#> 304 <NA> 6 40 35 30
#> 305 <NA> 6 40 35 30
#> 306 carnivore 6 40 35 30
#> 307 carnivore 6 40 35 30
#> 308 carnivore 6 40 35 30
#> 309 carnivore 6 40 35 30
#> 310 carnivore 6 40 35 30
#> 311 carnivore 6 40 35 30
#> 312 <NA> 6 40 35 30
#> 313 <NA> 6 40 35 30
#> 314 <NA> 6 40 35 30
#> 315 <NA> 6 40 35 30
#> 316 <NA> 6 40 35 30
#> 317 <NA> 6 40 35 30
#> 318 <NA> 6 40 35 30
#> 319 <NA> 6 40 35 30
#> 320 carnivore 6 40 35 30
#> 321 <NA> 6 40 35 30
#> 322 <NA> 6 40 35 30
#> 323 <NA> 6 40 35 30
#> 324 carnivore 6 40 35 30
#> 325 carnivore 6 40 35 30
#> 326 carnivore 6 40 35 30
#> 327 carnivore 6 40 35 30
#> 328 <NA> 6 40 35 30
#> 329 <NA> 6 40 35 30
#> 330 insectivore, herbivore 6 40 35 30
#> 331 insectivore, herbivore 6 40 35 30
#> 332 insectivore, herbivore 6 40 35 30
#> 333 <NA> 6 40 35 30
#> 334 carnivore 6 40 35 30
#> 335 carnivore 6 40 35 30
#> 336 <NA> 6 40 35 30
#> 337 <NA> 6 40 35 30
#> 338 <NA> 6 40 35 30
#> 339 <NA> 6 40 35 30
#> 340 insectivore, herbivore 6 40 35 30
#> 341 <NA> 6 40 35 30
#> 342 <NA> 6 40 35 30
#> 343 carnivore 6 40 35 30
#> 344 <NA> 6 40 35 30
#> 345 <NA> 6 40 35 30
#> 346 <NA> 6 40 35 30
#> 347 carnivore 6 40 35 30
#> 348 <NA> 6 40 35 30
#> 349 <NA> 6 40 35 30
#> 350 <NA> 6 40 35 30
#> 351 <NA> 6 40 35 30
#> 352 <NA> 6 40 35 30
#> 353 <NA> 6 40 35 30
#> 354 carnivore 6 40 35 30
#> 355 <NA> 6 40 35 30
#> 356 <NA> 6 40 35 30
#> 357 carnivore 6 40 35 30
#> 358 <NA> 6 40 35 30
#> 359 carnivore 6 40 35 30
#> 360 carnivore 6 40 35 30
#> 361 <NA> 6 40 35 30
#> 362 <NA> 6 40 35 30
#> 363 <NA> 6 40 35 30
#> 364 <NA> 6 40 35 30
#> 365 carnivore 6 40 35 30
#> 366 carnivore 6 40 35 30
#> 367 <NA> 6 40 35 30
#> 368 carnivore 6 40 35 30
#> 369 carnivore 6 40 35 30
#> 370 <NA> 6 40 35 30
#> 371 <NA> 4 60 55 50
#> 372 <NA> 4 60 55 50
#> 373 <NA> 4 60 55 50
#> 374 carnivore 5 50 45 40
#> 375 carnivore 5 50 45 40
#> 376 carnivore 5 50 45 40
#> 377 carnivore 6 40 35 30
#> 378 piscivore 12 -20 -25 -30
#> 379 piscivore 12 -20 -25 -30
#> 380 piscivore 12 -20 -25 -30
#> 381 piscivore 12 -20 -25 -30
#> 382 carnivore 4 60 55 50
#> 383 carnivore 4 60 55 50
#> 384 carnivore 4 60 55 50
#> 385 <NA> 3 70 65 60
#> 386 carnivore 5 50 45 40
#> 387 carnivore 5 50 45 40
#> 388 carnivore 5 50 45 40
#> 389 <NA> 5 50 45 40
#> 390 <NA> 5 50 45 40
#> 391 <NA> 5 50 45 40
#> 392 <NA> 5 50 45 40
#> 393 <NA> 5 50 45 40
#> 394 <NA> 5 50 45 40
#> 395 carnivore 3 70 65 60
#> 396 carnivore 3 70 65 60
#> 397 carnivore 3 70 65 60
#> 398 herbivore 4 60 55 50
#> 399 herbivore 4 60 55 50
#> 400 carnivore 4 60 55 50
#> 401 herbivore 4 60 55 50
#> 402 carnivore 13 -30 -35 -40
#> 403 <NA> 6 40 35 30
#> 404 carnivore 6 40 35 30
#> 405 <NA> 6 40 35 30
#> 406 <NA> 6 40 35 30
#> 407 <NA> 6 40 35 30
#> 408 <NA> 6 40 35 30
#> 409 <NA> 6 40 35 30
#> 410 carnivore 2 80 75 70
#> 411 insectivore, herbivore 6 40 35 30
#> 412 <NA> 6 40 35 30
#> 413 <NA> 6 40 35 30
#> 414 <NA> 6 40 35 30
#> 415 <NA> 5 50 45 40
#> 416 carnivore 5 50 45 40
#> 417 carnivore 12 -20 -25 -30
#> 418 carnivore 12 -20 -25 -30
#> 419 carnivore 12 -20 -25 -30
#> 420 carnivore 12 -20 -25 -30
#> 421 herbivore 13 -30 -35 -40
#> 422 <NA> 6 40 35 30
#> 423 <NA> 5 50 45 40
#> 424 <NA> 5 50 45 40
#> 425 <NA> 5 50 45 40
#> 426 <NA> 5 50 45 40
#> 427 carnivore 4 60 55 50
#> 428 carnivore 4 60 55 50
#> 429 carnivore 6 40 35 30
#> 430 <NA> 4 60 55 50
#> 431 <NA> 3 70 65 60
#> 432 <NA> 4 60 55 50
#> 433 <NA> 4 60 55 50
#> 434 <NA> 4 60 55 50
#> 435 carnivore 13 -30 -35 -40
#> 436 herbivore 13 -30 -35 -40
#> 437 carnivore 4 60 55 50
#> 438 carnivore 6 40 35 30
#> 439 carnivore 6 40 35 30
#> 440 carnivore 3 70 65 60
#> 441 carnivore 3 70 65 60
#> 442 carnivore 3 70 65 60
#> 443 <NA> 5 50 45 40
#> 444 herbivore 11 -10 -15 -20
#> 445 carnivore 11 -10 -15 -20
#> 446 <NA> 11 -10 -15 -20
#> 447 <NA> 11 -10 -15 -20
#> 448 <NA> 5 50 45 40
#> 449 <NA> 5 50 45 40
#> 450 carnivore 4 60 55 50
#> 451 <NA> 4 60 55 50
#> 452 <NA> 4 60 55 50
#> 453 <NA> 4 60 55 50
#> 454 carnivore 4 60 55 50
#> 455 <NA> 4 60 55 50
#> 456 <NA> 4 60 55 50
#> 457 carnivore 3 70 65 60
#> 458 <NA> 3 70 65 60
#> 459 <NA> 3 70 65 60
#> 460 carnivore 5 50 45 40
#> 461 carnivore 5 50 45 40
#> 462 <NA> 5 50 45 40
#> 463 <NA> 6 40 35 30
#> 464 <NA> 5 50 45 40
#> 465 carnivore 4 60 55 50
#> 466 carnivore 4 60 55 50
#> 467 carnivore 4 60 55 50
#> 468 carnivore 4 60 55 50
#> 469 carnivore 4 60 55 50
#> 470 carnivore 14 -40 -45 -50
#> 471 carnivore 4 60 55 50
#> 472 <NA> 4 60 55 50
#> 473 carnivore 7 30 25 20
#> 474 <NA> 6 40 35 30
#> 475 carnivore 6 40 35 30
#> 476 carnivore 6 40 35 30
#> 477 carnivore 6 40 35 30
#> 478 carnivore 6 40 35 30
#> 479 carnivore 6 40 35 30
#> 480 <NA> 6 40 35 30
#> 481 <NA> 6 40 35 30
#> 482 <NA> 6 40 35 30
#> 483 insectivore, herbivore 6 40 35 30
#> 484 <NA> 6 40 35 30
#> 485 <NA> 6 40 35 30
#> 486 <NA> 6 40 35 30
#> 487 insectivore, herbivore 6 40 35 30
#> 488 insectivore, herbivore 6 40 35 30
#> 489 insectivore, herbivore 6 40 35 30
#> 490 <NA> 6 40 35 30
#> 491 <NA> 6 40 35 30
#> 492 <NA> 6 40 35 30
#> 493 <NA> 6 40 35 30
#> 494 <NA> 6 40 35 30
#> 495 <NA> 6 40 35 30
#> 496 <NA> 6 40 35 30
#> 497 carnivore 6 40 35 30
#> 498 carnivore 6 40 35 30
#> 499 carnivore 6 40 35 30
#> 500 carnivore 6 40 35 30
#> 501 <NA> 6 40 35 30
#> 502 <NA> 6 40 35 30
#> 503 <NA> 6 40 35 30
#> 504 <NA> 6 40 35 30
#> 505 <NA> 6 40 35 30
#> 506 insectivore, herbivore 6 40 35 30
#> 507 insectivore, herbivore 6 40 35 30
#> 508 <NA> 6 40 35 30
#> 509 <NA> 6 40 35 30
#> 510 <NA> 6 40 35 30
#> 511 carnivore 8 20 15 10
#> 512 carnivore 8 20 15 10
#> 513 <NA> 6 40 35 30
#> 514 <NA> 6 40 35 30
#> 515 <NA> 5 50 45 40
#> 516 <NA> 5 50 45 40
#> 517 <NA> 5 50 45 40
#> 518 <NA> 6 40 35 30
#> 519 <NA> 6 40 35 30
#> 520 insectivore, herbivore 6 40 35 30
#> 521 <NA> 6 40 35 30
#> 522 carnivore 5 50 45 40
#> 523 carnivore 12 -20 -25 -30
#> 524 <NA> 6 40 35 30
#> 525 <NA> 13 -30 -35 -40
#> 526 herbivore 13 -30 -35 -40
#> 527 herbivore 13 -30 -35 -40
#> 528 <NA> 4 60 55 50
#> 529 <NA> 4 60 55 50
#> 530 <NA> 4 60 55 50
#> 531 <NA> 6 40 35 30
#> 532 insectivore, herbivore 6 40 35 30
#> 533 herbivore 13 -30 -35 -40
#> 534 <NA> 13 -30 -35 -40
#> 535 herbivore 6 40 35 30
#> 536 herbivore 6 40 35 30
#> 537 insectivore, herbivore 6 40 35 30
#> 538 insectivore, herbivore 4 60 55 50
#> 539 <NA> 6 40 35 30
#> 540 insectivore, herbivore 6 40 35 30
#> 541 <NA> 6 40 35 30
#> 542 insectivore, herbivore 6 40 35 30
#> 543 insectivore, herbivore 6 40 35 30
#> 544 carnivore 6 40 35 30
#> 545 <NA> 6 40 35 30
#> 546 <NA> 6 40 35 30
#> 547 <NA> 6 40 35 30
#> 548 insectivore, herbivore 6 40 35 30
#> 549 <NA> 5 50 45 40
#> 550 insectivore, herbivore 6 40 35 30
#> 551 insectivore, herbivore 6 40 35 30
#> 552 insectivore, herbivore 6 40 35 30
#> 553 insectivore, herbivore 6 40 35 30
#> 554 insectivore, herbivore 11 -10 -15 -20
#> 555 insectivore, herbivore 6 40 35 30
#> 556 <NA> 4 60 55 50
#> 557 <NA> 3 70 65 60
#> 558 insectivore, herbivore 6 40 35 30
#> 559 <NA> 4 60 55 50
#> 560 <NA> 4 60 55 50
#> 561 <NA> 13 -30 -35 -40
#> 562 <NA> 6 40 35 30
#> 563 <NA> 6 40 35 30
#> 564 insectivore, herbivore 6 40 35 30
#> 565 insectivore, herbivore 6 40 35 30
#> 566 insectivore, herbivore 6 40 35 30
#> 567 <NA> 6 40 35 30
#> 568 <NA> 6 40 35 30
#> 569 <NA> 6 40 35 30
#> 570 carnivore 6 40 35 30
#> 571 <NA> 6 40 35 30
#> 572 <NA> 6 40 35 30
#> 573 <NA> 6 40 35 30
#> 574 <NA> 5 50 45 40
#> 575 <NA> 5 50 45 40
#> 576 carnivore 5 50 45 40
#> 577 <NA> 4 60 55 50
#> 578 <NA> 13 -30 -35 -40
#> 579 <NA> 13 -30 -35 -40
#> 580 <NA> 13 -30 -35 -40
#> 581 <NA> 13 -30 -35 -40
#> 582 <NA> 13 -30 -35 -40
#> 583 <NA> 13 -30 -35 -40
#> 584 <NA> 13 -30 -35 -40
#> 585 <NA> 13 -30 -35 -40
#> 586 <NA> 13 -30 -35 -40
#> 587 <NA> 13 -30 -35 -40
#> 588 <NA> 13 -30 -35 -40
#> 589 <NA> 13 -30 -35 -40
#> 590 <NA> 13 -30 -35 -40
#> 591 <NA> 6 40 35 30
#> 592 <NA> 6 40 35 30
#> 593 <NA> 5 50 45 40
#> 594 <NA> 6 40 35 30
#> 595 <NA> 6 40 35 30
#> 596 <NA> 6 40 35 30
#> 597 <NA> 3 70 65 60
#> 598 <NA> 4 60 55 50
#> 599 insectivore, herbivore 6 40 35 30
#> 600 <NA> 6 40 35 30
#> 601 <NA> 5 50 45 40
#> 602 <NA> 5 50 45 40
#> 603 carnivore 6 40 35 30
#> 604 <NA> 6 40 35 30
#> 605 <NA> 6 40 35 30
#> 606 <NA> 6 40 35 30
#> 607 insectivore, herbivore 6 40 35 30
#> 608 <NA> 6 40 35 30
#> 609 <NA> 4 60 55 50
#> 610 <NA> 5 50 45 40
#> 611 <NA> 5 50 45 40
#> 612 <NA> 4 60 55 50
#> 613 <NA> 6 40 35 30
#> 614 <NA> 6 40 35 30
#> 615 <NA> 6 40 35 30
#> 616 <NA> 6 40 35 30
#> 617 <NA> 6 40 35 30
#> 618 carnivore 6 40 35 30
#> 619 carnivore 6 40 35 30
#> 620 <NA> 6 40 35 30
#> 621 <NA> 6 40 35 30
#> 622 <NA> 6 40 35 30
#> 623 carnivore 12 -20 -25 -30
#> 624 <NA> 6 40 35 30
#> 625 <NA> 6 40 35 30
#> 626 <NA> 6 40 35 30
#> 627 <NA> 6 40 35 30
#> 628 <NA> 6 40 35 30
#> 629 <NA> 6 40 35 30
#> 630 <NA> 6 40 35 30
#> 631 <NA> 6 40 35 30
#> 632 insectivore, herbivore 13 -30 -35 -40
#> 633 insectivore, herbivore 6 40 35 30
#> 634 insectivore, herbivore 6 40 35 30
#> 635 insectivore, herbivore 4 60 55 50
#> 636 carnivore 4 60 55 50
#> 637 insectivore, herbivore 4 60 55 50
#> 638 insectivore, herbivore 3 70 65 60
#> 639 insectivore, herbivore 8 20 15 10
#> 640 <NA> 4 60 55 50
#> 641 herbivore 4 60 55 50
#> 642 <NA> 4 60 55 50
#> 643 herbivore 4 60 55 50
#> 644 insectivore, herbivore 4 60 55 50
#> 645 herbivore 8 20 15 10
#> 646 insectivore, herbivore 6 40 35 30
#> 647 <NA> 6 40 35 30
#> 648 insectivore, herbivore 11 -10 -15 -20
#> 649 insectivore, herbivore 6 40 35 30
#> 650 <NA> 6 40 35 30
#> 651 carnivore 6 40 35 30
#> 652 carnivore 6 40 35 30
#> 653 <NA> 4 60 55 50
#> 654 <NA> 6 40 35 30
#> 655 <NA> 6 40 35 30
#> 656 herbivore 8 20 15 10
#> 657 herbivore 8 20 15 10
#> 658 herbivore 8 20 15 10
#> 659 herbivore 8 20 15 10
#> 660 herbivore 8 20 15 10
#> 661 herbivore 8 20 15 10
#> 662 herbivore 8 20 15 10
#> 663 carnivore 8 20 15 10
#> 664 insectivore, herbivore 8 20 15 10
#> 665 <NA> 6 40 35 30
#> 666 carnivore 6 40 35 30
#> 667 carnivore 6 40 35 30
#> 668 <NA> 6 40 35 30
#> 669 <NA> 6 40 35 30
#> 670 <NA> 6 40 35 30
#> 671 <NA> 6 40 35 30
#> 672 insectivore, herbivore 6 40 35 30
#> 673 <NA> 6 40 35 30
#> 674 <NA> 6 40 35 30
#> 675 carnivore 6 40 35 30
#> 676 <NA> 6 40 35 30
#> 677 <NA> 6 40 35 30
#> 678 <NA> 6 40 35 30
#> 679 carnivore 6 40 35 30
#> 680 carnivore 6 40 35 30
#> 681 <NA> 6 40 35 30
#> 682 <NA> 6 40 35 30
#> 683 <NA> 6 40 35 30
#> 684 carnivore 6 40 35 30
#> 685 insectivore, herbivore 6 40 35 30
#> 686 carnivore 6 40 35 30
#> 687 insectivore, herbivore 6 40 35 30
#> 688 <NA> 6 40 35 30
#> 689 insectivore, herbivore 6 40 35 30
#> 690 <NA> 6 40 35 30
#> 691 insectivore, herbivore 6 40 35 30
#> 692 carnivore 6 40 35 30
#> 693 insectivore, herbivore 6 40 35 30
#> 694 insectivore, herbivore 6 40 35 30
#> 695 carnivore 6 40 35 30
#> 696 <NA> 6 40 35 30
#> 697 <NA> 6 40 35 30
#> 698 carnivore 6 40 35 30
#> 699 carnivore 6 40 35 30
#> 700 carnivore 6 40 35 30
#> 701 <NA> 6 40 35 30
#> 702 insectivore, herbivore 6 40 35 30
#> 703 <NA> 6 40 35 30
#> 704 insectivore, herbivore 6 40 35 30
#> 705 <NA> 6 40 35 30
#> 706 <NA> 6 40 35 30
#> 707 <NA> 6 40 35 30
#> 708 <NA> 6 40 35 30
#> 709 insectivore, herbivore 6 40 35 30
#> 710 <NA> 6 40 35 30
#> 711 <NA> 6 40 35 30
#> 712 <NA> 6 40 35 30
#> 713 <NA> 6 40 35 30
#> 714 <NA> 6 40 35 30
#> 715 <NA> 6 40 35 30
#> 716 <NA> 6 40 35 30
#> 717 <NA> 6 40 35 30
#> 718 <NA> 6 40 35 30
#> 719 <NA> 6 40 35 30
#> 720 <NA> 6 40 35 30
#> 721 <NA> 6 40 35 30
#> 722 insectivore, herbivore 6 40 35 30
#> 723 <NA> 6 40 35 30
#> 724 <NA> 6 40 35 30
#> 725 <NA> 6 40 35 30
#> 726 <NA> 6 40 35 30
#> 727 <NA> 6 40 35 30
#> 728 <NA> 6 40 35 30
#> 729 <NA> 4 60 55 50
#> 730 insectivore, herbivore 6 40 35 30
#> 731 <NA> 6 40 35 30
#> 732 <NA> 6 40 35 30
#> 733 herbivore 6 40 35 30
#> 734 herbivore 6 40 35 30
#> 735 <NA> 6 40 35 30
#> 736 <NA> 4 60 55 50
#> 737 <NA> 4 60 55 50
#> 738 <NA> 6 40 35 30
#> 739 <NA> 6 40 35 30
#> 740 carnivore 6 40 35 30
#> 741 <NA> 6 40 35 30
#> 742 carnivore 5 50 45 40
#> 743 carnivore 5 50 45 40
#> 744 carnivore 6 40 35 30
#> 745 insectivore, herbivore 6 40 35 30
#> 746 carnivore 6 40 35 30
#> 747 <NA> 6 40 35 30
#> 748 <NA> 6 40 35 30
#> 749 <NA> 6 40 35 30
#> 750 <NA> 6 40 35 30
#> 751 insectivore, herbivore 6 40 35 30
#> 752 <NA> 6 40 35 30
#> 753 <NA> 6 40 35 30
#> 754 <NA> 6 40 35 30
#> 755 carnivore 6 40 35 30
#> 756 <NA> 6 40 35 30
#> 757 <NA> 6 40 35 30
#> 758 <NA> 6 40 35 30
#> 759 insectivore, herbivore 6 40 35 30
#> 760 <NA> 6 40 35 30
#> 761 <NA> 6 40 35 30
#> 762 carnivore 6 40 35 30
#> 763 <NA> 6 40 35 30
#> 764 <NA> 6 40 35 30
#> 765 <NA> 6 40 35 30
#> 766 <NA> 6 40 35 30
#> 767 carnivore 8 20 15 10
#> 768 carnivore 8 20 15 10
#> 769 insectivore, herbivore 8 20 15 10
#> 770 carnivore 8 20 15 10
#> 771 insectivore, herbivore 6 40 35 30
#> 772 <NA> 6 40 35 30
#> 773 <NA> 6 40 35 30
#> 774 insectivore, herbivore 6 40 35 30
#> 775 insectivore, herbivore 6 40 35 30
#> 776 insectivore, herbivore 6 40 35 30
#> 777 insectivore, herbivore 6 40 35 30
#> 778 insectivore, herbivore 6 40 35 30
#> 779 insectivore, herbivore 6 40 35 30
#> 780 <NA> 6 40 35 30
#> 781 insectivore, herbivore 6 40 35 30
#> 782 insectivore, herbivore 6 40 35 30
#> 783 insectivore, herbivore 6 40 35 30
#> 784 carnivore 6 40 35 30
#> 785 <NA> 6 40 35 30
#> 786 <NA> 6 40 35 30
#> 787 <NA> 6 40 35 30
#> 788 <NA> 6 40 35 30
#> 789 <NA> 6 40 35 30
#> 790 herbivore 6 40 35 30
#> 791 <NA> 4 60 55 50
#> 792 <NA> 6 40 35 30
#> 793 insectivore, herbivore 6 40 35 30
#> 794 insectivore, herbivore 6 40 35 30
#> 795 insectivore, herbivore 6 40 35 30
#> 796 insectivore, herbivore 6 40 35 30
#> 797 insectivore, herbivore 6 40 35 30
#> 798 <NA> 6 40 35 30
#> 799 insectivore, herbivore 6 40 35 30
#> 800 <NA> 5 50 45 40
#> 801 <NA> 5 50 45 40
#> 802 <NA> 5 50 45 40
#> 803 <NA> 5 50 45 40
#> 804 <NA> 5 50 45 40
#> 805 <NA> 5 50 45 40
#> 806 <NA> 5 50 45 40
#> 807 <NA> 5 50 45 40
#> 808 <NA> 5 50 45 40
#> 809 <NA> 6 40 35 30
#> 810 <NA> 5 50 45 40
#> 811 <NA> 4 60 55 50
#> 812 carnivore 4 60 55 50
#> 813 carnivore 4 60 55 50
#> 814 carnivore 4 60 55 50
#> 815 <NA> 4 60 55 50
#> 816 carnivore 4 60 55 50
#> 817 <NA> 3 70 65 60
#> 818 <NA> 4 60 55 50
#> 819 <NA> 5 50 45 40
#> 820 <NA> 5 50 45 40
#> 821 <NA> 5 50 45 40
#> 822 <NA> 5 50 45 40
#> 823 <NA> 6 40 35 30
#> 824 <NA> 3 70 65 60
#> 825 <NA> 6 40 35 30
#> 826 <NA> 6 40 35 30
#> 827 <NA> 6 40 35 30
#> 828 <NA> 6 40 35 30
#> 829 <NA> 6 40 35 30
#> 830 carnivore 6 40 35 30
#> 831 carnivore 6 40 35 30
#> 832 carnivore 6 40 35 30
#> 833 carnivore 6 40 35 30
#> 834 <NA> 6 40 35 30
#> 835 <NA> 6 40 35 30
#> 836 <NA> 6 40 35 30
#> 837 <NA> 4 60 55 50
#> 838 <NA> 4 60 55 50
#> 839 <NA> 6 40 35 30
#> 840 <NA> 6 40 35 30
#> 841 <NA> 6 40 35 30
#> 842 <NA> 6 40 35 30
#> 843 <NA> 6 40 35 30
#> 844 <NA> 6 40 35 30
#> 845 carnivore 6 40 35 30
#> 846 insectivore, herbivore 6 40 35 30
#> 847 carnivore 6 40 35 30
#> 848 <NA> 6 40 35 30
#> 849 <NA> 6 40 35 30
#> 850 <NA> 6 40 35 30
#> 851 <NA> 6 40 35 30
#> 852 <NA> 6 40 35 30
#> 853 <NA> 6 40 35 30
#> 854 <NA> 6 40 35 30
#> 855 <NA> 6 40 35 30
#> 856 <NA> 4 60 55 50
#> 857 <NA> 4 60 55 50
#> 858 <NA> 4 60 55 50
#> 859 <NA> 4 60 55 50
#> 860 <NA> 4 60 55 50
#> 861 <NA> 6 40 35 30
#> 862 carnivore 4 60 55 50
#> 863 <NA> 4 60 55 50
#> 864 <NA> 4 60 55 50
#> 865 <NA> 4 60 55 50
#> 866 <NA> 4 60 55 50
#> 867 <NA> 12 -20 -25 -30
#> 868 <NA> 12 -20 -25 -30
#> 869 <NA> 12 -20 -25 -30
#> 870 <NA> 12 -20 -25 -30
#> 871 herbivore 12 -20 -25 -30
#> 872 <NA> 12 -20 -25 -30
#> 873 <NA> 13 -30 -35 -40
#> 874 <NA> 6 40 35 30
#> 875 <NA> 12 -20 -25 -30
#> 876 <NA> 12 -20 -25 -30
#> 877 <NA> 4 60 55 50
#> 878 <NA> 4 60 55 50
#> 879 <NA> 4 60 55 50
#> 880 carnivore 4 60 55 50
#> 881 <NA> 4 60 55 50
#> 882 <NA> 4 60 55 50
#> 883 herbivore 4 60 55 50
#> 884 <NA> 4 60 55 50
#> 885 <NA> 4 60 55 50
#> 886 <NA> 6 40 35 30
#> 887 insectivore, herbivore 6 40 35 30
#> 888 <NA> 6 40 35 30
#> 889 insectivore, herbivore 6 40 35 30
#> 890 <NA> 6 40 35 30
#> 891 <NA> 6 40 35 30
#> 892 <NA> 6 40 35 30
#> 893 insectivore, herbivore 6 40 35 30
#> 894 <NA> 6 40 35 30
#> 895 insectivore, herbivore 6 40 35 30
#> 896 <NA> 6 40 35 30
#> 897 <NA> 6 40 35 30
#> 898 <NA> 6 40 35 30
#> 899 <NA> 6 40 35 30
#> 900 <NA> 6 40 35 30
#> 901 <NA> 6 40 35 30
#> 902 insectivore, herbivore 6 40 35 30
#> 903 insectivore, herbivore 6 40 35 30
#> 904 <NA> 4 60 55 50
#> 905 <NA> 14 -40 -45 -50
#> 906 <NA> 14 -40 -45 -50
#> 907 <NA> 14 -40 -45 -50
#> 908 <NA> 14 -40 -45 -50
#> 909 carnivore 14 -40 -45 -50
#> 910 <NA> 14 -40 -45 -50
#> 911 <NA> 14 -40 -45 -50
#> 912 <NA> 12 -20 -25 -30
#> 913 <NA> 12 -20 -25 -30
#> 914 herbivore 4 60 55 50
#> 915 herbivore 6 40 35 30
#> 916 herbivore 4 60 55 50
#> 917 herbivore 4 60 55 50
#> 918 <NA> 13 -30 -35 -40
#> 919 insectivore, herbivore 6 40 35 30
#> 920 insectivore, herbivore 6 40 35 30
#> 921 <NA> 6 40 35 30
#> 922 insectivore, herbivore 6 40 35 30
#> 923 carnivore 6 40 35 30
#> 924 carnivore 6 40 35 30
#> 925 <NA> 6 40 35 30
#> 926 <NA> 6 40 35 30
#> 927 <NA> 6 40 35 30
#> 928 carnivore 6 40 35 30
#> 929 carnivore 6 40 35 30
#> 930 <NA> 6 40 35 30
#> 931 <NA> 6 40 35 30
#> 932 herbivore 13 -30 -35 -40
#> 933 <NA> 6 40 35 30
#> 934 <NA> 5 50 45 40
#> 935 <NA> 5 50 45 40
#> 936 <NA> 6 40 35 30
#> 937 <NA> 6 40 35 30
#> 938 <NA> 6 40 35 30
#> 939 carnivore 6 40 35 30
#> 940 <NA> 6 40 35 30
#> 941 <NA> 6 40 35 30
#> 942 <NA> 6 40 35 30
#> 943 <NA> 6 40 35 30
#> 944 <NA> 6 40 35 30
#> 945 <NA> 6 40 35 30
#> 946 <NA> 4 60 55 50
#> 947 <NA> 6 40 35 30
#> 948 <NA> 6 40 35 30
#> 949 <NA> 6 40 35 30
#> 950 <NA> 6 40 35 30
#> 951 <NA> 4 60 55 50
#> 952 <NA> 5 50 45 40
#> 953 herbivore 4 60 55 50
#> 954 <NA> 5 50 45 40
#> 955 <NA> 4 60 55 50
#> 956 <NA> 5 50 45 40
#> 957 <NA> 5 50 45 40
#> 958 <NA> 5 50 45 40
#> 959 <NA> 5 50 45 40
#> 960 <NA> 5 50 45 40
#> 961 <NA> 6 40 35 30
#> 962 <NA> 6 40 35 30
#> 963 <NA> 6 40 35 30
#> 964 <NA> 6 40 35 30
#> 965 <NA> 6 40 35 30
#> 966 <NA> 6 40 35 30
#> 967 <NA> 6 40 35 30
#> 968 <NA> 6 40 35 30
#> 969 <NA> 6 40 35 30
#> 970 <NA> 6 40 35 30
#> 971 <NA> 6 40 35 30
#> 972 <NA> 6 40 35 30
#> 973 <NA> 6 40 35 30
#> 974 <NA> 4 60 55 50
#> 975 herbivore 4 60 55 50
#> 976 <NA> 5 50 45 40
#> 977 herbivore 4 60 55 50
#> 978 <NA> 4 60 55 50
#> 979 <NA> 4 60 55 50
#> 980 <NA> 5 50 45 40
#> 981 herbivore 13 -30 -35 -40
#> 982 <NA> 13 -30 -35 -40
#> 983 insectivore, herbivore 6 40 35 30
#> 984 <NA> 4 60 55 50
#> 985 <NA> 4 60 55 50
#> 986 <NA> 3 70 65 60
#> 987 <NA> 4 60 55 50
#> 988 <NA> 6 40 35 30
#> 989 <NA> 6 40 35 30
#> 990 herbivore 11 -10 -15 -20
#> 991 <NA> 13 -30 -35 -40
#> 992 <NA> 13 -30 -35 -40
#> 993 <NA> 13 -30 -35 -40
#> 994 herbivore 13 -30 -35 -40
#> 995 herbivore 13 -30 -35 -40
#> 996 herbivore 13 -30 -35 -40
#> 997 carnivore 13 -30 -35 -40
#> 998 herbivore 13 -30 -35 -40
#> 999 herbivore 13 -30 -35 -40
#> 1000 herbivore 13 -30 -35 -40
#> 1001 herbivore 13 -30 -35 -40
#> 1002 herbivore 13 -30 -35 -40
#> 1003 herbivore 13 -30 -35 -40
#> 1004 herbivore 13 -30 -35 -40
#> 1005 herbivore 13 -30 -35 -40
#> 1006 carnivore 13 -30 -35 -40
#> 1007 herbivore 13 -30 -35 -40
#> 1008 herbivore 13 -30 -35 -40
#> 1009 herbivore 13 -30 -35 -40
#> 1010 herbivore 13 -30 -35 -40
#> 1011 herbivore 13 -30 -35 -40
#> 1012 herbivore 13 -30 -35 -40
#> 1013 herbivore 13 -30 -35 -40
#> 1014 herbivore 13 -30 -35 -40
#> 1015 herbivore 13 -30 -35 -40
#> 1016 herbivore 13 -30 -35 -40
#> 1017 herbivore 13 -30 -35 -40
#> 1018 herbivore 13 -30 -35 -40
#> 1019 herbivore 13 -30 -35 -40
#> 1020 herbivore 13 -30 -35 -40
#> 1021 <NA> 13 -30 -35 -40
#> 1022 herbivore 13 -30 -35 -40
#> 1023 herbivore 13 -30 -35 -40
#> 1024 herbivore 13 -30 -35 -40
#> 1025 herbivore 13 -30 -35 -40
#> 1026 herbivore 13 -30 -35 -40
#> 1027 herbivore 13 -30 -35 -40
#> 1028 herbivore 13 -30 -35 -40
#> 1029 carnivore 13 -30 -35 -40
#> 1030 herbivore 13 -30 -35 -40
#> 1031 herbivore 13 -30 -35 -40
#> 1032 herbivore 13 -30 -35 -40
#> 1033 herbivore 13 -30 -35 -40
#> 1034 herbivore 13 -30 -35 -40
#> 1035 <NA> 13 -30 -35 -40
#> 1036 <NA> 6 40 35 30
#> 1037 <NA> 6 40 35 30
#> 1038 carnivore 6 40 35 30
#> 1039 carnivore 6 40 35 30
#> 1040 <NA> 4 60 55 50
#> 1041 carnivore 4 60 55 50
#> 1042 <NA> 4 60 55 50
#> 1043 herbivore 4 60 55 50
#> 1044 herbivore 4 60 55 50
#> 1045 <NA> 4 60 55 50
#> 1046 <NA> 4 60 55 50
#> 1047 herbivore 4 60 55 50
#> 1048 carnivore 4 60 55 50
#> 1049 <NA> 4 60 55 50
#> 1050 <NA> 4 60 55 50
#> 1051 carnivore 4 60 55 50
#> 1052 carnivore 4 60 55 50
#> 1053 <NA> 13 -30 -35 -40
#> 1054 <NA> 4 60 55 50
#> 1055 <NA> 4 60 55 50
#> 1056 herbivore 4 60 55 50
#> 1057 <NA> 4 60 55 50
#> 1058 <NA> 4 60 55 50
#> 1059 <NA> 4 60 55 50
#> 1060 carnivore 4 60 55 50
#> 1061 <NA> 3 70 65 60
#> 1062 <NA> 3 70 65 60
#> 1063 <NA> 6 40 35 30
#> 1064 <NA> 6 40 35 30
#> 1065 <NA> 5 50 45 40
#> 1066 <NA> 5 50 45 40
#> 1067 <NA> 5 50 45 40
#> 1068 <NA> 4 60 55 50
#> 1069 carnivore 4 60 55 50
#> 1070 carnivore 4 60 55 50
#> 1071 carnivore 4 60 55 50
#> 1072 carnivore 4 60 55 50
#> 1073 <NA> 4 60 55 50
#> 1074 <NA> 6 40 35 30
#> 1075 <NA> 6 40 35 30
#> 1076 <NA> 6 40 35 30
#> 1077 <NA> 6 40 35 30
#> 1078 <NA> 6 40 35 30
#> 1079 <NA> 6 40 35 30
#> 1080 <NA> 6 40 35 30
#> 1081 <NA> 6 40 35 30
#> 1082 <NA> 6 40 35 30
#> 1083 <NA> 6 40 35 30
#> 1084 <NA> 6 40 35 30
#> 1085 carnivore 6 40 35 30
#> 1086 carnivore 6 40 35 30
#> 1087 <NA> 4 60 55 50
#> 1088 carnivore 4 60 55 50
#> 1089 carnivore 4 60 55 50
#> 1090 <NA> 4 60 55 50
#> 1091 <NA> 4 60 55 50
#> 1092 <NA> 4 60 55 50
#> 1093 insectivore, herbivore 6 40 35 30
#> 1094 insectivore, herbivore 6 40 35 30
#> 1095 carnivore 3 70 65 60
#> 1096 carnivore 3 70 65 60
#> 1097 <NA> 4 60 55 50
#> 1098 carnivore 6 40 35 30
#> 1099 <NA> 4 60 55 50
#> 1100 <NA> 9 10 5 0
#> 1101 <NA> 18 -80 -85 -90
#> 1102 <NA> 18 -80 -85 -90
#> 1103 <NA> 6 40 35 30
#> 1104 <NA> 13 -30 -35 -40
#> 1105 insectivore, herbivore 6 40 35 30
#> 1106 <NA> 13 -30 -35 -40
#> 1107 <NA> 18 -80 -85 -90
#> 1108 carnivore 18 -80 -85 -90
#> 1109 carnivore 18 -80 -85 -90
#> 1110 <NA> 18 -80 -85 -90
#> 1111 carnivore 18 -80 -85 -90
#> 1112 carnivore 12 -20 -25 -30
#> 1113 <NA> 14 -40 -45 -50
#> 1114 carnivore 13 -30 -35 -40
#> 1115 <NA> 13 -30 -35 -40
#> 1116 <NA> 13 -30 -35 -40
#> 1117 <NA> 13 -30 -35 -40
#> 1118 <NA> 13 -30 -35 -40
#> 1119 insectivore, herbivore 6 40 35 30
#> 1120 herbivore 6 40 35 30
#> 1121 <NA> 6 40 35 30
#> 1122 <NA> 13 -30 -35 -40
#> 1123 <NA> 13 -30 -35 -40
#> 1124 herbivore 4 60 55 50
#> 1125 carnivore 4 60 55 50
#> 1126 <NA> 4 60 55 50
#> 1127 <NA> 4 60 55 50
#> 1128 <NA> 13 -30 -35 -40
#> 1129 <NA> 6 40 35 30
#> 1130 carnivore 6 40 35 30
#> 1131 <NA> 6 40 35 30
#> 1132 <NA> 6 40 35 30
#> 1133 <NA> 6 40 35 30
#> 1134 <NA> 6 40 35 30
#> 1135 piscivore 12 -20 -25 -30
#> 1136 piscivore 11 -10 -15 -20
#> 1137 piscivore 11 -10 -15 -20
#> 1138 piscivore 11 -10 -15 -20
#> 1139 piscivore 11 -10 -15 -20
#> 1140 piscivore 11 -10 -15 -20
#> 1141 <NA> 13 -30 -35 -40
#> 1142 <NA> 13 -30 -35 -40
#> 1143 <NA> 13 -30 -35 -40
#> 1144 <NA> 13 -30 -35 -40
#> 1145 <NA> 13 -30 -35 -40
#> 1146 <NA> 13 -30 -35 -40
#> 1147 <NA> 6 40 35 30
#> 1148 piscivore 12 -20 -25 -30
#> 1149 piscivore 13 -30 -35 -40
#> 1150 piscivore 13 -30 -35 -40
#> 1151 piscivore 12 -20 -25 -30
#> 1152 piscivore 12 -20 -25 -30
#> 1153 piscivore 12 -20 -25 -30
#> 1154 piscivore 12 -20 -25 -30
#> 1155 piscivore 12 -20 -25 -30
#> 1156 piscivore 12 -20 -25 -30
#> 1157 piscivore 12 -20 -25 -30
#> 1158 piscivore 10 0 -5 -10
#> 1159 piscivore 12 -20 -25 -30
#> 1160 piscivore 12 -20 -25 -30
#> 1161 piscivore 12 -20 -25 -30
#> 1162 <NA> 13 -30 -35 -40
#> 1163 piscivore 12 -20 -25 -30
#> 1164 piscivore 12 -20 -25 -30
#> 1165 piscivore 13 -30 -35 -40
#> 1166 piscivore 13 -30 -35 -40
#> 1167 piscivore 12 -20 -25 -30
#> 1168 piscivore 12 -20 -25 -30
#> 1169 piscivore 12 -20 -25 -30
#> 1170 piscivore 12 -20 -25 -30
#> 1171 carnivore 5 50 45 40
#> 1172 piscivore 12 -20 -25 -30
#> 1173 piscivore 12 -20 -25 -30
#> 1174 piscivore 12 -20 -25 -30
#> 1175 piscivore 12 -20 -25 -30
#> 1176 piscivore 12 -20 -25 -30
#> 1177 piscivore 12 -20 -25 -30
#> 1178 piscivore 12 -20 -25 -30
#> 1179 piscivore 12 -20 -25 -30
#> 1180 piscivore 12 -20 -25 -30
#> 1181 carnivore 6 40 35 30
#> 1182 piscivore 13 -30 -35 -40
#> 1183 piscivore 12 -20 -25 -30
#> 1184 piscivore 12 -20 -25 -30
#> 1185 piscivore 12 -20 -25 -30
#> 1186 piscivore 12 -20 -25 -30
#> 1187 carnivore 12 -20 -25 -30
#> 1188 carnivore 12 -20 -25 -30
#> 1189 <NA> 6 40 35 30
#> 1190 <NA> 6 40 35 30
#> 1191 <NA> 6 40 35 30
#> 1192 <NA> 6 40 35 30
#> 1193 <NA> 6 40 35 30
#> 1194 <NA> 6 40 35 30
#> 1195 <NA> 6 40 35 30
#> 1196 <NA> 6 40 35 30
#> 1197 <NA> 6 40 35 30
#> 1198 piscivore 12 -20 -25 -30
#> 1199 piscivore 13 -30 -35 -40
#> 1200 piscivore 12 -20 -25 -30
#> 1201 piscivore 12 -20 -25 -30
#> 1202 piscivore 12 -20 -25 -30
#> 1203 piscivore 12 -20 -25 -30
#> 1204 piscivore 12 -20 -25 -30
#> 1205 piscivore 13 -30 -35 -40
#> 1206 piscivore 13 -30 -35 -40
#> 1207 piscivore 13 -30 -35 -40
#> 1208 piscivore 13 -30 -35 -40
#> 1209 <NA> 6 40 35 30
#> 1210 carnivore 6 40 35 30
#> 1211 <NA> 6 40 35 30
#> 1212 carnivore 4 60 55 50
#> 1213 carnivore 6 40 35 30
#> 1214 <NA> 4 60 55 50
#> 1215 carnivore 11 -10 -15 -20
#> 1216 <NA> 5 50 45 40
#> 1217 <NA> 5 50 45 40
#> 1218 <NA> 5 50 45 40
#> 1219 <NA> 5 50 45 40
#> 1220 <NA> 5 50 45 40
#> 1221 <NA> 6 40 35 30
#> 1222 <NA> 6 40 35 30
#> 1223 <NA> 6 40 35 30
#> 1224 <NA> 6 40 35 30
#> 1225 <NA> 6 40 35 30
#> 1226 <NA> 6 40 35 30
#> 1227 <NA> 6 40 35 30
#> 1228 <NA> 13 -30 -35 -40
#> 1229 <NA> 13 -30 -35 -40
#> 1230 herbivore 4 60 55 50
#> 1231 herbivore 4 60 55 50
#> 1232 herbivore 4 60 55 50
#> 1233 herbivore 4 60 55 50
#> 1234 herbivore 4 60 55 50
#> 1235 herbivore 4 60 55 50
#> 1236 herbivore 4 60 55 50
#> 1237 herbivore 4 60 55 50
#> 1238 herbivore 4 60 55 50
#> 1239 <NA> 13 -30 -35 -40
#> 1240 <NA> 12 -20 -25 -30
#> 1241 <NA> 12 -20 -25 -30
#> 1242 <NA> 12 -20 -25 -30
#> 1243 <NA> 11 -10 -15 -20
#> 1244 <NA> 11 -10 -15 -20
#> 1245 <NA> 11 -10 -15 -20
#> 1246 <NA> 11 -10 -15 -20
#> 1247 <NA> 11 -10 -15 -20
#> 1248 <NA> 11 -10 -15 -20
#> 1249 <NA> 12 -20 -25 -30
#> 1250 <NA> 13 -30 -35 -40
#> 1251 <NA> 13 -30 -35 -40
#> 1252 <NA> 13 -30 -35 -40
#> 1253 <NA> 13 -30 -35 -40
#> 1254 <NA> 13 -30 -35 -40
#> 1255 <NA> 4 60 55 50
#> 1256 <NA> 6 40 35 30
#> 1257 herbivore 6 40 35 30
#> 1258 herbivore 6 40 35 30
#> 1259 herbivore 4 60 55 50
#> 1260 <NA> 3 70 65 60
#> 1261 herbivore 3 70 65 60
#> 1262 herbivore 3 70 65 60
#> 1263 herbivore 3 70 65 60
#> 1264 herbivore 3 70 65 60
#> 1265 herbivore 3 70 65 60
#> 1266 herbivore 3 70 65 60
#> 1267 herbivore 3 70 65 60
#> 1268 herbivore 4 60 55 50
#> 1269 herbivore 3 70 65 60
#> 1270 herbivore 4 60 55 50
#> 1271 herbivore 4 60 55 50
#> 1272 herbivore 4 60 55 50
#> 1273 <NA> 4 60 55 50
#> 1274 <NA> 4 60 55 50
#> 1275 <NA> 4 60 55 50
#> 1276 <NA> 4 60 55 50
#> 1277 herbivore 4 60 55 50
#> 1278 herbivore 13 -30 -35 -40
#> 1279 herbivore 13 -30 -35 -40
#> 1280 herbivore 13 -30 -35 -40
#> 1281 herbivore 13 -30 -35 -40
#> 1282 herbivore 13 -30 -35 -40
#> 1283 herbivore 13 -30 -35 -40
#> 1284 herbivore 13 -30 -35 -40
#> 1285 herbivore 13 -30 -35 -40
#> 1286 herbivore 13 -30 -35 -40
#> 1287 herbivore 13 -30 -35 -40
#> 1288 herbivore 13 -30 -35 -40
#> 1289 herbivore 13 -30 -35 -40
#> 1290 <NA> 4 60 55 50
#> 1291 herbivore 6 40 35 30
#> 1292 <NA> 3 70 65 60
#> 1293 <NA> 4 60 55 50
#> 1294 carnivore 4 60 55 50
#> 1295 <NA> 4 60 55 50
#> 1296 carnivore 4 60 55 50
#> 1297 <NA> 4 60 55 50
#> 1298 carnivore 4 60 55 50
#> 1299 <NA> 4 60 55 50
#> 1300 carnivore 4 60 55 50
#> 1301 <NA> 4 60 55 50
#> 1302 carnivore 4 60 55 50
#> 1303 carnivore 4 60 55 50
#> 1304 <NA> 4 60 55 50
#> 1305 carnivore 4 60 55 50
#> 1306 carnivore 4 60 55 50
#> 1307 carnivore 4 60 55 50
#> 1308 carnivore 4 60 55 50
#> 1309 carnivore 4 60 55 50
#> 1310 <NA> 4 60 55 50
#> 1311 <NA> 4 60 55 50
#> 1312 <NA> 4 60 55 50
#> 1313 <NA> 4 60 55 50
#> 1314 <NA> 5 50 45 40
#> 1315 <NA> 4 60 55 50
#> 1316 <NA> 4 60 55 50
#> 1317 herbivore 4 60 55 50
#> 1318 carnivore 4 60 55 50
#> 1319 <NA> 4 60 55 50
#> 1320 <NA> 2 80 75 70
#> 1321 <NA> 3 70 65 60
#> 1322 <NA> 3 70 65 60
#> 1323 <NA> 4 60 55 50
#> 1324 <NA> 3 70 65 60
#> 1325 <NA> 3 70 65 60
#> 1326 <NA> 5 50 45 40
#> 1327 herbivore 6 40 35 30
#> 1328 herbivore 6 40 35 30
#> 1329 <NA> 4 60 55 50
#> 1330 <NA> 4 60 55 50
#> 1331 <NA> 4 60 55 50
#> 1332 <NA> 4 60 55 50
#> 1333 <NA> 5 50 45 40
#> 1334 <NA> 5 50 45 40
#> 1335 <NA> 12 -20 -25 -30
#> 1336 <NA> 12 -20 -25 -30
#> 1337 carnivore 6 40 35 30
#> 1338 carnivore 4 60 55 50
#> 1339 carnivore 4 60 55 50
#> 1340 <NA> 4 60 55 50
#> 1341 <NA> 13 -30 -35 -40
#> 1342 <NA> 13 -30 -35 -40
#> 1343 <NA> 13 -30 -35 -40
#> 1344 <NA> 12 -20 -25 -30
#> 1345 piscivore 12 -20 -25 -30
#> 1346 carnivore 4 60 55 50
#> 1347 carnivore 4 60 55 50
#> 1348 <NA> 3 70 65 60
#> 1349 <NA> 3 70 65 60
#> 1350 carnivore 3 70 65 60
#> 1351 carnivore 3 70 65 60
#> 1352 <NA> 3 70 65 60
#> 1353 <NA> 3 70 65 60
#> 1354 carnivore 3 70 65 60
#> 1355 <NA> 3 70 65 60
#> 1356 <NA> 3 70 65 60
#> 1357 <NA> 4 60 55 50
#> 1358 carnivore 4 60 55 50
#> 1359 <NA> 13 -30 -35 -40
#> 1360 <NA> 13 -30 -35 -40
#> 1361 <NA> 13 -30 -35 -40
#> 1362 <NA> 13 -30 -35 -40
#> 1363 <NA> 4 60 55 50
#> 1364 carnivore 4 60 55 50
#> 1365 carnivore 12 -20 -25 -30
#> 1366 <NA> 6 40 35 30
#> 1367 herbivore 13 -30 -35 -40
#> 1368 <NA> 6 40 35 30
#> 1369 carnivore 13 -30 -35 -40
#> 1370 carnivore 13 -30 -35 -40
#> 1371 carnivore 13 -30 -35 -40
#> 1372 herbivore 13 -30 -35 -40
#> 1373 herbivore 13 -30 -35 -40
#> 1374 herbivore 13 -30 -35 -40
#> 1375 <NA> 13 -30 -35 -40
#> 1376 herbivore 13 -30 -35 -40
#> 1377 herbivore 13 -30 -35 -40
#> 1378 herbivore 13 -30 -35 -40
#> 1379 herbivore 13 -30 -35 -40
#> 1380 herbivore 13 -30 -35 -40
#> 1381 <NA> 5 50 45 40
#> 1382 carnivore 5 50 45 40
#> 1383 <NA> 5 50 45 40
#> 1384 <NA> 5 50 45 40
#> 1385 <NA> 18 -80 -85 -90
#> 1386 <NA> 6 40 35 30
#> 1387 <NA> 6 40 35 30
#> 1388 <NA> 6 40 35 30
#> 1389 <NA> 6 40 35 30
#> 1390 insectivore, herbivore 6 40 35 30
#> 1391 <NA> 13 -30 -35 -40
#> 1392 carnivore 6 40 35 30
#> 1393 carnivore 6 40 35 30
#> 1394 carnivore 6 40 35 30
#> 1395 <NA> 6 40 35 30
#> 1396 carnivore 6 40 35 30
#> 1397 carnivore 6 40 35 30
#> 1398 carnivore 6 40 35 30
#> 1399 carnivore 6 40 35 30
#> 1400 carnivore 6 40 35 30
#> 1401 carnivore 6 40 35 30
#> 1402 carnivore 6 40 35 30
#> 1403 <NA> 6 40 35 30
#> 1404 carnivore 6 40 35 30
#> 1405 <NA> 6 40 35 30
#> 1406 <NA> 6 40 35 30
#> 1407 <NA> 6 40 35 30
#> 1408 <NA> 6 40 35 30
#> 1409 carnivore 4 60 55 50
#> 1410 <NA> 7 30 25 20
#> 1411 <NA> 7 30 25 20
#> 1412 <NA> 4 60 55 50
#> 1413 <NA> 13 -30 -35 -40
#> 1414 <NA> 12 -20 -25 -30
#> 1415 <NA> 12 -20 -25 -30
#> 1416 <NA> 12 -20 -25 -30
#> 1417 <NA> 12 -20 -25 -30
#> 1418 <NA> 12 -20 -25 -30
#> 1419 <NA> 12 -20 -25 -30
#> 1420 <NA> 12 -20 -25 -30
#> 1421 <NA> 13 -30 -35 -40
#> 1422 <NA> 13 -30 -35 -40
#> 1423 <NA> 13 -30 -35 -40
#> 1424 herbivore 7 30 25 20
#> 1425 <NA> 12 -20 -25 -30
#> 1426 <NA> 12 -20 -25 -30
#> 1427 carnivore 12 -20 -25 -30
#> 1428 carnivore 12 -20 -25 -30
#> 1429 carnivore 13 -30 -35 -40
#> 1430 carnivore 12 -20 -25 -30
#> 1431 <NA> 12 -20 -25 -30
#> 1432 <NA> 12 -20 -25 -30
#> 1433 <NA> 12 -20 -25 -30
#> 1434 <NA> 12 -20 -25 -30
#> 1435 carnivore 12 -20 -25 -30
#> 1436 <NA> 12 -20 -25 -30
#> 1437 <NA> 12 -20 -25 -30
#> 1438 <NA> 12 -20 -25 -30
#> 1439 carnivore 12 -20 -25 -30
#> 1440 <NA> 12 -20 -25 -30
#> 1441 <NA> 12 -20 -25 -30
#> 1442 <NA> 12 -20 -25 -30
#> 1443 <NA> 12 -20 -25 -30
#> 1444 herbivore 18 -80 -85 -90
#> 1445 herbivore 18 -80 -85 -90
#> 1446 <NA> 5 50 45 40
#> 1447 <NA> 6 40 35 30
#> 1448 carnivore 4 60 55 50
#> 1449 carnivore 4 60 55 50
#> 1450 <NA> 6 40 35 30
#> 1451 <NA> 6 40 35 30
#> 1452 herbivore 18 -80 -85 -90
#> 1453 herbivore 12 -20 -25 -30
#> 1454 <NA> 12 -20 -25 -30
#> 1455 <NA> 12 -20 -25 -30
#> 1456 <NA> 12 -20 -25 -30
#> 1457 carnivore 12 -20 -25 -30
#> 1458 <NA> 12 -20 -25 -30
#> 1459 herbivore 12 -20 -25 -30
#> 1460 herbivore 12 -20 -25 -30
#> 1461 herbivore 12 -20 -25 -30
#> 1462 carnivore 12 -20 -25 -30
#> 1463 carnivore 12 -20 -25 -30
#> 1464 carnivore 12 -20 -25 -30
#> 1465 carnivore 12 -20 -25 -30
#> 1466 carnivore 13 -30 -35 -40
#> 1467 <NA> 13 -30 -35 -40
#> 1468 <NA> 13 -30 -35 -40
#> 1469 herbivore 13 -30 -35 -40
#> 1470 herbivore 13 -30 -35 -40
#> 1471 carnivore 13 -30 -35 -40
#> 1472 carnivore 12 -20 -25 -30
#> 1473 herbivore 12 -20 -25 -30
#> 1474 herbivore 12 -20 -25 -30
#> 1475 herbivore 12 -20 -25 -30
#> 1476 <NA> 18 -80 -85 -90
#> 1477 <NA> 18 -80 -85 -90
#> 1478 <NA> 18 -80 -85 -90
#> 1479 <NA> 18 -80 -85 -90
#> 1480 <NA> 13 -30 -35 -40
#> 1481 herbivore 13 -30 -35 -40
#> 1482 herbivore 13 -30 -35 -40
#> 1483 herbivore 13 -30 -35 -40
#> 1484 <NA> 12 -20 -25 -30
#> 1485 herbivore 12 -20 -25 -30
#> 1486 herbivore 12 -20 -25 -30
#> 1487 carnivore 12 -20 -25 -30
#> 1488 <NA> 12 -20 -25 -30
#> 1489 <NA> 12 -20 -25 -30
#> 1490 herbivore 12 -20 -25 -30
#> 1491 herbivore 12 -20 -25 -30
#> 1492 herbivore 12 -20 -25 -30
#> 1493 carnivore 12 -20 -25 -30
#> 1494 herbivore 13 -30 -35 -40
#> 1495 herbivore 13 -30 -35 -40
#> 1496 herbivore 13 -30 -35 -40
#> 1497 herbivore 13 -30 -35 -40
#> 1498 carnivore 13 -30 -35 -40
#> 1499 carnivore 13 -30 -35 -40
#> 1500 herbivore 13 -30 -35 -40
#> 1501 herbivore 13 -30 -35 -40
#> 1502 herbivore 13 -30 -35 -40
#> 1503 carnivore 13 -30 -35 -40
#> 1504 carnivore 13 -30 -35 -40
#> 1505 herbivore 13 -30 -35 -40
#> 1506 herbivore 13 -30 -35 -40
#> 1507 herbivore 13 -30 -35 -40
#> 1508 herbivore 13 -30 -35 -40
#> 1509 carnivore 13 -30 -35 -40
#> 1510 carnivore 13 -30 -35 -40
#> 1511 carnivore 13 -30 -35 -40
#> 1512 carnivore 13 -30 -35 -40
#> 1513 <NA> 13 -30 -35 -40
#> 1514 carnivore 13 -30 -35 -40
#> 1515 herbivore 13 -30 -35 -40
#> 1516 herbivore 13 -30 -35 -40
#> 1517 <NA> 4 60 55 50
#> 1518 <NA> 5 50 45 40
#> 1519 <NA> 3 70 65 60
#> 1520 carnivore 6 40 35 30
#> 1521 herbivore 13 -30 -35 -40
#> 1522 carnivore 4 60 55 50
#> 1523 <NA> 5 50 45 40
#> 1524 carnivore 3 70 65 60
#> 1525 herbivore 5 50 45 40
#> 1526 carnivore 5 50 45 40
#> 1527 carnivore 5 50 45 40
#> 1528 carnivore 5 50 45 40
#> 1529 <NA> 5 50 45 40
#> 1530 carnivore 6 40 35 30
#> 1531 <NA> 6 40 35 30
#> 1532 herbivore 13 -30 -35 -40
#> 1533 <NA> 6 40 35 30
#> 1534 herbivore 13 -30 -35 -40
#> 1535 <NA> 13 -30 -35 -40
#> 1536 <NA> 13 -30 -35 -40
#> 1537 herbivore 13 -30 -35 -40
#> 1538 herbivore 13 -30 -35 -40
#> 1539 <NA> 14 -40 -45 -50
#> 1540 <NA> 12 -20 -25 -30
#> 1541 <NA> 12 -20 -25 -30
#> 1542 <NA> 13 -30 -35 -40
#> 1543 herbivore 12 -20 -25 -30
#> 1544 carnivore 4 60 55 50
#> 1545 carnivore 13 -30 -35 -40
#> 1546 <NA> 13 -30 -35 -40
#> 1547 herbivore 13 -30 -35 -40
#> 1548 herbivore 13 -30 -35 -40
#> 1549 <NA> 12 -20 -25 -30
#> 1550 carnivore 12 -20 -25 -30
#> 1551 carnivore 13 -30 -35 -40
#> 1552 carnivore 13 -30 -35 -40
#> 1553 herbivore 13 -30 -35 -40
#> 1554 herbivore 13 -30 -35 -40
#> 1555 herbivore 13 -30 -35 -40
#> 1556 herbivore 13 -30 -35 -40
#> 1557 carnivore 13 -30 -35 -40
#> 1558 herbivore 13 -30 -35 -40
#> 1559 herbivore 13 -30 -35 -40
#> 1560 carnivore 13 -30 -35 -40
#> 1561 carnivore 7 30 25 20
#> 1562 herbivore 7 30 25 20
#> 1563 carnivore 7 30 25 20
#> 1564 carnivore 7 30 25 20
#> 1565 carnivore 7 30 25 20
#> 1566 carnivore 7 30 25 20
#> 1567 herbivore 7 30 25 20
#> 1568 <NA> 7 30 25 20
#> 1569 herbivore 14 -40 -45 -50
#> 1570 carnivore 6 40 35 30
#> 1571 carnivore 5 50 45 40
#> 1572 carnivore 4 60 55 50
#> 1573 <NA> 4 60 55 50
#> 1574 <NA> 4 60 55 50
#> 1575 <NA> 4 60 55 50
#> 1576 <NA> 4 60 55 50
#> 1577 <NA> 4 60 55 50
#> 1578 carnivore 4 60 55 50
#> 1579 carnivore 5 50 45 40
#> 1580 carnivore 5 50 45 40
#> 1581 carnivore 5 50 45 40
#> 1582 carnivore 5 50 45 40
#> 1583 carnivore 5 50 45 40
#> 1584 carnivore 5 50 45 40
#> 1585 carnivore 5 50 45 40
#> 1586 carnivore 5 50 45 40
#> 1587 insectivore, herbivore 6 40 35 30
#> 1588 insectivore, herbivore 5 50 45 40
#> 1589 insectivore, herbivore 6 40 35 30
#> 1590 <NA> 6 40 35 30
#> 1591 herbivore 4 60 55 50
#> 1592 herbivore 4 60 55 50
#> 1593 herbivore 4 60 55 50
#> 1594 herbivore 4 60 55 50
#> 1595 herbivore 4 60 55 50
#> 1596 <NA> 4 60 55 50
#> 1597 herbivore 13 -30 -35 -40
#> 1598 carnivore 13 -30 -35 -40
#> 1599 carnivore 4 60 55 50
#> 1600 carnivore 4 60 55 50
#> 1601 carnivore 4 60 55 50
#> 1602 <NA> 4 60 55 50
#> 1603 <NA> 4 60 55 50
#> 1604 <NA> 6 40 35 30
#> 1605 <NA> 6 40 35 30
#> 1606 <NA> 6 40 35 30
#> 1607 <NA> 6 40 35 30
#> 1608 carnivore 6 40 35 30
#> 1609 carnivore 5 50 45 40
#> 1610 <NA> 5 50 45 40
#> 1611 <NA> 6 40 35 30
#> 1612 <NA> 6 40 35 30
#> 1613 <NA> 6 40 35 30
#> 1614 <NA> 6 40 35 30
#> 1615 <NA> 6 40 35 30
#> 1616 <NA> 6 40 35 30
#> 1617 <NA> 6 40 35 30
#> 1618 <NA> 6 40 35 30
#> 1619 <NA> 6 40 35 30
#> 1620 <NA> 6 40 35 30
#> 1621 <NA> 6 40 35 30
#> 1622 <NA> 6 40 35 30
#> 1623 <NA> 5 50 45 40
#> 1624 <NA> 6 40 35 30
#> 1625 <NA> 6 40 35 30
#> 1626 <NA> 6 40 35 30
#> 1627 <NA> 6 40 35 30
#> 1628 <NA> 6 40 35 30
#> 1629 <NA> 6 40 35 30
#> 1630 <NA> 6 40 35 30
#> 1631 <NA> 6 40 35 30
#> 1632 <NA> 6 40 35 30
#> 1633 <NA> 6 40 35 30
#> 1634 <NA> 6 40 35 30
#> 1635 carnivore 5 50 45 40
#> 1636 <NA> 6 40 35 30
#> 1637 <NA> 6 40 35 30
#> 1638 <NA> 6 40 35 30
#> 1639 <NA> 4 60 55 50
#> 1640 <NA> 4 60 55 50
#> 1641 carnivore 4 60 55 50
#> 1642 <NA> 6 40 35 30
#> 1643 carnivore 4 60 55 50
#> 1644 carnivore 4 60 55 50
#> 1645 carnivore 4 60 55 50
#> 1646 carnivore 4 60 55 50
#> 1647 carnivore 4 60 55 50
#> 1648 carnivore 6 40 35 30
#> 1649 <NA> 6 40 35 30
#> 1650 <NA> 6 40 35 30
#> 1651 carnivore 6 40 35 30
#> 1652 <NA> 6 40 35 30
#> 1653 carnivore 6 40 35 30
#> 1654 carnivore 5 50 45 40
#> 1655 <NA> 5 50 45 40
#> 1656 carnivore 5 50 45 40
#> 1657 <NA> 5 50 45 40
#> 1658 <NA> 5 50 45 40
#> 1659 carnivore 5 50 45 40
#> 1660 <NA> 5 50 45 40
#> 1661 carnivore 5 50 45 40
#> 1662 <NA> 5 50 45 40
#> 1663 carnivore 5 50 45 40
#> 1664 <NA> 5 50 45 40
#> 1665 <NA> 5 50 45 40
#> 1666 <NA> 5 50 45 40
#> 1667 <NA> 5 50 45 40
#> 1668 <NA> 11 -10 -15 -20
#> 1669 <NA> 11 -10 -15 -20
#> 1670 carnivore 11 -10 -15 -20
#> 1671 herbivore 11 -10 -15 -20
#> 1672 carnivore 11 -10 -15 -20
#> 1673 <NA> 11 -10 -15 -20
#> 1674 carnivore 11 -10 -15 -20
#> 1675 herbivore 11 -10 -15 -20
#> 1676 herbivore 11 -10 -15 -20
#> 1677 herbivore 11 -10 -15 -20
#> 1678 <NA> 18 -80 -85 -90
#> 1679 carnivore 18 -80 -85 -90
#> 1680 carnivore 18 -80 -85 -90
#> 1681 carnivore 18 -80 -85 -90
#> 1682 carnivore 18 -80 -85 -90
#> 1683 carnivore 18 -80 -85 -90
#> 1684 carnivore 18 -80 -85 -90
#> 1685 <NA> 18 -80 -85 -90
#> 1686 <NA> 18 -80 -85 -90
#> 1687 <NA> 18 -80 -85 -90
#> 1688 carnivore 12 -20 -25 -30
#> 1689 carnivore 12 -20 -25 -30
#> 1690 carnivore 12 -20 -25 -30
#> 1691 carnivore 12 -20 -25 -30
#> 1692 carnivore 12 -20 -25 -30
#> 1693 carnivore 12 -20 -25 -30
#> 1694 carnivore 12 -20 -25 -30
#> 1695 carnivore 12 -20 -25 -30
#> 1696 <NA> 12 -20 -25 -30
#> 1697 carnivore 12 -20 -25 -30
#> 1698 carnivore 12 -20 -25 -30
#> 1699 carnivore 14 -40 -45 -50
#> 1700 carnivore 12 -20 -25 -30
#> 1701 carnivore 12 -20 -25 -30
#> 1702 carnivore 12 -20 -25 -30
#> 1703 carnivore 13 -30 -35 -40
#> 1704 carnivore 13 -30 -35 -40
#> 1705 carnivore 13 -30 -35 -40
#> 1706 <NA> 13 -30 -35 -40
#> 1707 <NA> 13 -30 -35 -40
#> 1708 carnivore 11 -10 -15 -20
#> 1709 carnivore 11 -10 -15 -20
#> 1710 carnivore 11 -10 -15 -20
#> 1711 carnivore 11 -10 -15 -20
#> 1712 carnivore 11 -10 -15 -20
#> 1713 carnivore 11 -10 -15 -20
#> 1714 carnivore 13 -30 -35 -40
#> 1715 carnivore 7 30 25 20
#> 1716 herbivore 7 30 25 20
#> 1717 herbivore 7 30 25 20
#> 1718 herbivore 7 30 25 20
#> 1719 herbivore 7 30 25 20
#> 1720 herbivore 7 30 25 20
#> 1721 herbivore 7 30 25 20
#> 1722 herbivore 7 30 25 20
#> 1723 herbivore 7 30 25 20
#> 1724 herbivore 7 30 25 20
#> 1725 herbivore 7 30 25 20
#> 1726 herbivore 7 30 25 20
#> 1727 herbivore 7 30 25 20
#> 1728 herbivore 7 30 25 20
#> 1729 herbivore 7 30 25 20
#> 1730 herbivore 7 30 25 20
#> 1731 carnivore 7 30 25 20
#> 1732 <NA> 7 30 25 20
#> 1733 carnivore 6 40 35 30
#> 1734 carnivore 11 -10 -15 -20
#> 1735 carnivore 11 -10 -15 -20
#> 1736 carnivore 14 -40 -45 -50
#> 1737 carnivore 14 -40 -45 -50
#> 1738 carnivore 14 -40 -45 -50
#> 1739 carnivore 14 -40 -45 -50
#> 1740 carnivore 14 -40 -45 -50
#> 1741 carnivore 14 -40 -45 -50
#> 1742 carnivore 14 -40 -45 -50
#> 1743 carnivore 14 -40 -45 -50
#> 1744 carnivore 14 -40 -45 -50
#> 1745 carnivore 14 -40 -45 -50
#> 1746 carnivore 14 -40 -45 -50
#> 1747 carnivore 14 -40 -45 -50
#> 1748 carnivore 14 -40 -45 -50
#> 1749 carnivore 14 -40 -45 -50
#> 1750 carnivore 14 -40 -45 -50
#> 1751 carnivore 14 -40 -45 -50
#> 1752 carnivore 14 -40 -45 -50
#> 1753 carnivore 14 -40 -45 -50
#> 1754 carnivore 14 -40 -45 -50
#> 1755 carnivore 7 30 25 20
#> 1756 <NA> 12 -20 -25 -30
#> 1757 <NA> 5 50 45 40
#> 1758 <NA> 6 40 35 30
#> 1759 <NA> 6 40 35 30
#> 1760 <NA> 6 40 35 30
#> 1761 <NA> 5 50 45 40
#> 1762 <NA> 5 50 45 40
#> 1763 <NA> 5 50 45 40
#> 1764 <NA> 6 40 35 30
#> 1765 carnivore 2 80 75 70
#> 1766 carnivore 5 50 45 40
#> 1767 carnivore 4 60 55 50
#> 1768 carnivore 4 60 55 50
#> 1769 carnivore 4 60 55 50
#> 1770 carnivore 5 50 45 40
#> 1771 carnivore 5 50 45 40
#> 1772 carnivore 5 50 45 40
#> 1773 carnivore 5 50 45 40
#> 1774 <NA> 5 50 45 40
#> 1775 <NA> 5 50 45 40
#> 1776 <NA> 5 50 45 40
#> 1777 <NA> 5 50 45 40
#> 1778 <NA> 5 50 45 40
#> 1779 carnivore 5 50 45 40
#> 1780 carnivore 4 60 55 50
#> 1781 <NA> 4 60 55 50
#> 1782 <NA> 4 60 55 50
#> 1783 <NA> 4 60 55 50
#> 1784 <NA> 4 60 55 50
#> 1785 <NA> 4 60 55 50
#> 1786 carnivore 4 60 55 50
#> 1787 carnivore 4 60 55 50
#> 1788 <NA> 4 60 55 50
#> 1789 <NA> 3 70 65 60
#> 1790 <NA> 4 60 55 50
#> 1791 <NA> 3 70 65 60
#> 1792 <NA> 4 60 55 50
#> 1793 carnivore 3 70 65 60
#> 1794 carnivore 5 50 45 40
#> 1795 <NA> 5 50 45 40
#> 1796 carnivore 11 -10 -15 -20
#> 1797 herbivore 5 50 45 40
#> 1798 herbivore 5 50 45 40
#> 1799 carnivore 5 50 45 40
#> 1800 carnivore 5 50 45 40
#> 1801 herbivore 5 50 45 40
#> 1802 herbivore 5 50 45 40
#> 1803 carnivore 13 -30 -35 -40
#> 1804 carnivore 12 -20 -25 -30
#> 1805 carnivore 12 -20 -25 -30
#> 1806 carnivore 12 -20 -25 -30
#> 1807 carnivore 12 -20 -25 -30
#> 1808 carnivore 12 -20 -25 -30
#> 1809 carnivore 12 -20 -25 -30
#> 1810 carnivore 12 -20 -25 -30
#> 1811 carnivore 12 -20 -25 -30
#> 1812 carnivore 12 -20 -25 -30
#> 1813 carnivore 2 80 75 70
#> 1814 carnivore 2 80 75 70
#> 1815 carnivore 2 80 75 70
#> 1816 carnivore 2 80 75 70
#> 1817 carnivore 2 80 75 70
#> 1818 carnivore 2 80 75 70
#> 1819 carnivore 2 80 75 70
#> 1820 carnivore 2 80 75 70
#> 1821 carnivore 2 80 75 70
#> 1822 carnivore 2 80 75 70
#> 1823 carnivore 2 80 75 70
#> 1824 carnivore 2 80 75 70
#> 1825 carnivore 2 80 75 70
#> 1826 carnivore 2 80 75 70
#> 1827 carnivore 2 80 75 70
#> 1828 carnivore 2 80 75 70
#> 1829 carnivore 2 80 75 70
#> 1830 carnivore 2 80 75 70
#> 1831 carnivore 11 -10 -15 -20
#> 1832 carnivore 2 80 75 70
#> 1833 carnivore 2 80 75 70
#> 1834 carnivore 2 80 75 70
#> 1835 carnivore 2 80 75 70
#> 1836 carnivore 2 80 75 70
#> 1837 carnivore 2 80 75 70
#> 1838 carnivore 2 80 75 70
#> 1839 carnivore 2 80 75 70
#> 1840 carnivore 2 80 75 70
#> 1841 carnivore 2 80 75 70
#> 1842 carnivore 2 80 75 70
#> 1843 carnivore 2 80 75 70
#> 1844 carnivore 2 80 75 70
#> 1845 carnivore 2 80 75 70
#> 1846 carnivore 2 80 75 70
#> 1847 carnivore 2 80 75 70
#> 1848 carnivore 2 80 75 70
#> 1849 carnivore 2 80 75 70
#> 1850 carnivore 2 80 75 70
#> 1851 carnivore 2 80 75 70
#> 1852 carnivore 2 80 75 70
#> 1853 carnivore 2 80 75 70
#> 1854 carnivore 2 80 75 70
#> 1855 carnivore 2 80 75 70
#> 1856 carnivore 2 80 75 70
#> 1857 carnivore 2 80 75 70
#> 1858 carnivore 2 80 75 70
#> 1859 carnivore 2 80 75 70
#> 1860 carnivore 2 80 75 70
#> 1861 carnivore 2 80 75 70
#> 1862 carnivore 11 -10 -15 -20
#> 1863 carnivore 11 -10 -15 -20
#> 1864 carnivore 11 -10 -15 -20
#> 1865 carnivore 11 -10 -15 -20
#> 1866 carnivore 11 -10 -15 -20
#> 1867 carnivore 11 -10 -15 -20
#> 1868 carnivore 11 -10 -15 -20
#> 1869 carnivore 11 -10 -15 -20
#> 1870 carnivore 11 -10 -15 -20
#> 1871 carnivore 11 -10 -15 -20
#> 1872 <NA> 11 -10 -15 -20
#> 1873 carnivore 11 -10 -15 -20
#> 1874 carnivore 11 -10 -15 -20
#> 1875 carnivore 13 -30 -35 -40
#> 1876 carnivore 13 -30 -35 -40
#> 1877 carnivore 13 -30 -35 -40
#> 1878 carnivore 13 -30 -35 -40
#> 1879 carnivore 12 -20 -25 -30
#> 1880 carnivore 13 -30 -35 -40
#> 1881 carnivore 13 -30 -35 -40
#> 1882 carnivore 13 -30 -35 -40
#> 1883 carnivore 13 -30 -35 -40
#> 1884 carnivore 13 -30 -35 -40
#> 1885 carnivore 13 -30 -35 -40
#> 1886 carnivore 12 -20 -25 -30
#> 1887 carnivore 13 -30 -35 -40
#> 1888 carnivore 13 -30 -35 -40
#> 1889 carnivore 13 -30 -35 -40
#> 1890 carnivore 12 -20 -25 -30
#> 1891 carnivore 13 -30 -35 -40
#> 1892 carnivore 12 -20 -25 -30
#> 1893 carnivore 13 -30 -35 -40
#> 1894 herbivore 13 -30 -35 -40
#> 1895 carnivore 6 40 35 30
#> 1896 carnivore 6 40 35 30
#> 1897 carnivore 6 40 35 30
#> 1898 <NA> 13 -30 -35 -40
#> 1899 carnivore 13 -30 -35 -40
#> 1900 carnivore 13 -30 -35 -40
#> 1901 <NA> 13 -30 -35 -40
#> 1902 carnivore 12 -20 -25 -30
#> 1903 <NA> 12 -20 -25 -30
#> 1904 carnivore 12 -20 -25 -30
#> 1905 carnivore 12 -20 -25 -30
#> 1906 <NA> 12 -20 -25 -30
#> 1907 <NA> 12 -20 -25 -30
#> 1908 carnivore 12 -20 -25 -30
#> 1909 <NA> 12 -20 -25 -30
#> 1910 carnivore 13 -30 -35 -40
#> 1911 carnivore 13 -30 -35 -40
#> 1912 carnivore 13 -30 -35 -40
#> 1913 carnivore 12 -20 -25 -30
#> 1914 carnivore 12 -20 -25 -30
#> 1915 carnivore 13 -30 -35 -40
#> 1916 carnivore 12 -20 -25 -30
#> 1917 carnivore 12 -20 -25 -30
#> 1918 carnivore 13 -30 -35 -40
#> 1919 <NA> 4 60 55 50
#> 1920 <NA> 4 60 55 50
#> 1921 <NA> 4 60 55 50
#> 1922 carnivore 4 60 55 50
#> 1923 <NA> 4 60 55 50
#> 1924 carnivore 4 60 55 50
#> 1925 herbivore 11 -10 -15 -20
#> 1926 carnivore 11 -10 -15 -20
#> 1927 <NA> 11 -10 -15 -20
#> 1928 carnivore 6 40 35 30
#> 1929 carnivore 6 40 35 30
#> 1930 carnivore 6 40 35 30
#> 1931 carnivore 6 40 35 30
#> 1932 carnivore 6 40 35 30
#> 1933 <NA> 6 40 35 30
#> 1934 carnivore 18 -80 -85 -90
#> 1935 carnivore 18 -80 -85 -90
#> 1936 <NA> 14 -40 -45 -50
#> 1937 <NA> 6 40 35 30
#> 1938 carnivore 18 -80 -85 -90
#> 1939 <NA> 4 60 55 50
#> 1940 <NA> 4 60 55 50
#> 1941 <NA> 4 60 55 50
#> 1942 <NA> 6 40 35 30
#> 1943 <NA> 6 40 35 30
#> 1944 carnivore 6 40 35 30
#> 1945 carnivore 7 30 25 20
#> 1946 carnivore 5 50 45 40
#> 1947 <NA> 4 60 55 50
#> 1948 <NA> 4 60 55 50
#> 1949 carnivore 4 60 55 50
#> 1950 carnivore 4 60 55 50
#> 1951 <NA> 4 60 55 50
#> 1952 carnivore 4 60 55 50
#> 1953 <NA> 5 50 45 40
#> 1954 carnivore 6 40 35 30
#> 1955 <NA> 6 40 35 30
#> 1956 carnivore 6 40 35 30
#> 1957 <NA> 5 50 45 40
#> 1958 carnivore 4 60 55 50
#> 1959 carnivore 4 60 55 50
#> 1960 carnivore 4 60 55 50
#> 1961 carnivore 4 60 55 50
#> 1962 carnivore 4 60 55 50
#> 1963 <NA> 5 50 45 40
#> 1964 <NA> 5 50 45 40
#> 1965 <NA> 6 40 35 30
#> 1966 <NA> 13 -30 -35 -40
#> 1967 <NA> 13 -30 -35 -40
#> 1968 <NA> 13 -30 -35 -40
#> 1969 <NA> 13 -30 -35 -40
#> 1970 herbivore 13 -30 -35 -40
#> 1971 carnivore 13 -30 -35 -40
#> 1972 <NA> 13 -30 -35 -40
#> 1973 <NA> 13 -30 -35 -40
#> 1974 herbivore 13 -30 -35 -40
#> 1975 <NA> 13 -30 -35 -40
#> 1976 <NA> 13 -30 -35 -40
#> 1977 herbivore 13 -30 -35 -40
#> 1978 herbivore 13 -30 -35 -40
#> 1979 carnivore 13 -30 -35 -40
#> 1980 carnivore 13 -30 -35 -40
#> 1981 herbivore 13 -30 -35 -40
#> 1982 <NA> 13 -30 -35 -40
#> 1983 <NA> 13 -30 -35 -40
#> 1984 <NA> 13 -30 -35 -40
#> 1985 <NA> 5 50 45 40
#> 1986 <NA> 6 40 35 30
#> 1987 <NA> 4 60 55 50
#> 1988 carnivore 5 50 45 40
#> 1989 <NA> 10 0 -5 -10
#> 1990 herbivore 12 -20 -25 -30
#> 1991 <NA> 12 -20 -25 -30
#> 1992 <NA> 6 40 35 30
#> 1993 <NA> 6 40 35 30
#> 1994 <NA> 13 -30 -35 -40
#> 1995 herbivore 13 -30 -35 -40
#> 1996 herbivore 13 -30 -35 -40
#> 1997 herbivore 13 -30 -35 -40
#> 1998 herbivore 11 -10 -15 -20
#> 1999 herbivore 13 -30 -35 -40
#> 2000 herbivore 13 -30 -35 -40
#> 2001 herbivore 13 -30 -35 -40
#> 2002 herbivore 6 40 35 30
#> 2003 herbivore 6 40 35 30
#> 2004 herbivore 6 40 35 30
#> 2005 herbivore 6 40 35 30
#> 2006 herbivore 6 40 35 30
#> 2007 <NA> 6 40 35 30
#> 2008 <NA> 6 40 35 30
#> 2009 <NA> 6 40 35 30
#> 2010 <NA> 6 40 35 30
#> 2011 <NA> 6 40 35 30
#> 2012 carnivore 6 40 35 30
#> 2013 <NA> 6 40 35 30
#> 2014 <NA> 11 -10 -15 -20
#> 2015 carnivore 11 -10 -15 -20
#> 2016 <NA> 11 -10 -15 -20
#> 2017 <NA> 11 -10 -15 -20
#> 2018 herbivore 11 -10 -15 -20
#> 2019 carnivore 11 -10 -15 -20
#> 2020 <NA> 13 -30 -35 -40
#> 2021 <NA> 13 -30 -35 -40
#> 2022 herbivore 11 -10 -15 -20
#> 2023 herbivore 11 -10 -15 -20
#> 2024 herbivore 5 50 45 40
#> 2025 carnivore 6 40 35 30
#> 2026 carnivore 6 40 35 30
#> 2027 carnivore 6 40 35 30
#> 2028 <NA> 5 50 45 40
#> 2029 <NA> 6 40 35 30
#> 2030 <NA> 4 60 55 50
#> 2031 <NA> 5 50 45 40
#> 2032 <NA> 4 60 55 50
#> 2033 <NA> 5 50 45 40
#> 2034 <NA> 5 50 45 40
#> 2035 carnivore 7 30 25 20
#> 2036 herbivore 13 -30 -35 -40
#> 2037 herbivore 13 -30 -35 -40
#> 2038 herbivore 13 -30 -35 -40
#> 2039 herbivore 13 -30 -35 -40
#> 2040 herbivore 13 -30 -35 -40
#> 2041 herbivore 13 -30 -35 -40
#> 2042 herbivore 13 -30 -35 -40
#> 2043 <NA> 4 60 55 50
#> 2044 <NA> 4 60 55 50
#> 2045 <NA> 4 60 55 50
#> 2046 herbivore 13 -30 -35 -40
#> 2047 herbivore 13 -30 -35 -40
#> 2048 herbivore 13 -30 -35 -40
#> 2049 herbivore 13 -30 -35 -40
#> 2050 herbivore 13 -30 -35 -40
#> 2051 herbivore 13 -30 -35 -40
#> 2052 herbivore 13 -30 -35 -40
#> 2053 carnivore 13 -30 -35 -40
#> 2054 carnivore 13 -30 -35 -40
#> 2055 carnivore 13 -30 -35 -40
#> 2056 herbivore 13 -30 -35 -40
#> 2057 herbivore 13 -30 -35 -40
#> 2058 herbivore 13 -30 -35 -40
#> 2059 herbivore 13 -30 -35 -40
#> 2060 carnivore 13 -30 -35 -40
#> 2061 herbivore 13 -30 -35 -40
#> 2062 carnivore 13 -30 -35 -40
#> 2063 carnivore 13 -30 -35 -40
#> 2064 herbivore 13 -30 -35 -40
#> 2065 <NA> 13 -30 -35 -40
#> 2066 herbivore 13 -30 -35 -40
#> 2067 herbivore 13 -30 -35 -40
#> 2068 carnivore 13 -30 -35 -40
#> 2069 carnivore 13 -30 -35 -40
#> 2070 carnivore 13 -30 -35 -40
#> 2071 carnivore 13 -30 -35 -40
#> 2072 carnivore 13 -30 -35 -40
#> 2073 <NA> 13 -30 -35 -40
#> 2074 herbivore 13 -30 -35 -40
#> 2075 carnivore 13 -30 -35 -40
#> 2076 carnivore 13 -30 -35 -40
#> 2077 herbivore 13 -30 -35 -40
#> 2078 herbivore 13 -30 -35 -40
#> 2079 herbivore 13 -30 -35 -40
#> 2080 herbivore 13 -30 -35 -40
#> 2081 carnivore 13 -30 -35 -40
#> 2082 herbivore 13 -30 -35 -40
#> 2083 herbivore 13 -30 -35 -40
#> 2084 herbivore 13 -30 -35 -40
#> 2085 herbivore 13 -30 -35 -40
#> 2086 herbivore 13 -30 -35 -40
#> 2087 herbivore 13 -30 -35 -40
#> 2088 herbivore 13 -30 -35 -40
#> 2089 carnivore 13 -30 -35 -40
#> 2090 herbivore 13 -30 -35 -40
#> 2091 <NA> 4 60 55 50
#> 2092 <NA> 4 60 55 50
#> 2093 <NA> 4 60 55 50
#> 2094 herbivore 13 -30 -35 -40
#> 2095 herbivore 13 -30 -35 -40
#> 2096 herbivore 13 -30 -35 -40
#> 2097 herbivore 13 -30 -35 -40
#> 2098 carnivore 13 -30 -35 -40
#> 2099 herbivore 13 -30 -35 -40
#> 2100 herbivore 13 -30 -35 -40
#> 2101 <NA> 13 -30 -35 -40
#> 2102 herbivore 13 -30 -35 -40
#> 2103 herbivore 13 -30 -35 -40
#> 2104 herbivore 13 -30 -35 -40
#> 2105 carnivore 13 -30 -35 -40
#> 2106 carnivore 13 -30 -35 -40
#> 2107 carnivore 13 -30 -35 -40
#> 2108 <NA> 13 -30 -35 -40
#> 2109 herbivore 13 -30 -35 -40
#> 2110 herbivore 3 70 65 60
#> 2111 herbivore 13 -30 -35 -40
#> 2112 herbivore 13 -30 -35 -40
#> 2113 herbivore 13 -30 -35 -40
#> 2114 herbivore 13 -30 -35 -40
#> 2115 herbivore 13 -30 -35 -40
#> 2116 herbivore 13 -30 -35 -40
#> 2117 herbivore 13 -30 -35 -40
#> 2118 herbivore 13 -30 -35 -40
#> 2119 herbivore 13 -30 -35 -40
#> 2120 carnivore 13 -30 -35 -40
#> 2121 carnivore 13 -30 -35 -40
#> 2122 carnivore 13 -30 -35 -40
#> 2123 carnivore 13 -30 -35 -40
#> 2124 <NA> 13 -30 -35 -40
#> 2125 herbivore 3 70 65 60
#> 2126 herbivore 3 70 65 60
#> 2127 herbivore 3 70 65 60
#> 2128 herbivore 3 70 65 60
#> 2129 carnivore 13 -30 -35 -40
#> 2130 carnivore 13 -30 -35 -40
#> 2131 carnivore 13 -30 -35 -40
#> 2132 carnivore 13 -30 -35 -40
#> 2133 carnivore 13 -30 -35 -40
#> 2134 carnivore 13 -30 -35 -40
#> 2135 carnivore 13 -30 -35 -40
#> 2136 <NA> 13 -30 -35 -40
#> 2137 <NA> 13 -30 -35 -40
#> 2138 herbivore 13 -30 -35 -40
#> 2139 <NA> 4 60 55 50
#> 2140 <NA> 4 60 55 50
#> 2141 <NA> 4 60 55 50
#> 2142 <NA> 4 60 55 50
#> 2143 herbivore 13 -30 -35 -40
#> 2144 herbivore 13 -30 -35 -40
#> 2145 herbivore 13 -30 -35 -40
#> 2146 carnivore 13 -30 -35 -40
#> 2147 <NA> 13 -30 -35 -40
#> 2148 herbivore 13 -30 -35 -40
#> 2149 herbivore 13 -30 -35 -40
#> 2150 herbivore 13 -30 -35 -40
#> 2151 herbivore 13 -30 -35 -40
#> 2152 herbivore 13 -30 -35 -40
#> 2153 herbivore 13 -30 -35 -40
#> 2154 herbivore 13 -30 -35 -40
#> 2155 carnivore 13 -30 -35 -40
#> 2156 <NA> 13 -30 -35 -40
#> 2157 carnivore 13 -30 -35 -40
#> 2158 herbivore 13 -30 -35 -40
#> 2159 herbivore 13 -30 -35 -40
#> 2160 herbivore 13 -30 -35 -40
#> 2161 herbivore 13 -30 -35 -40
#> 2162 carnivore 13 -30 -35 -40
#> 2163 carnivore 13 -30 -35 -40
#> 2164 herbivore 13 -30 -35 -40
#> 2165 herbivore 13 -30 -35 -40
#> 2166 carnivore 13 -30 -35 -40
#> 2167 carnivore 13 -30 -35 -40
#> 2168 <NA> 13 -30 -35 -40
#> 2169 herbivore 13 -30 -35 -40
#> 2170 herbivore 13 -30 -35 -40
#> 2171 herbivore 13 -30 -35 -40
#> 2172 herbivore 13 -30 -35 -40
#> 2173 herbivore 13 -30 -35 -40
#> 2174 herbivore 13 -30 -35 -40
#> 2175 herbivore 13 -30 -35 -40
#> 2176 herbivore 13 -30 -35 -40
#> 2177 herbivore 13 -30 -35 -40
#> 2178 carnivore 13 -30 -35 -40
#> 2179 herbivore 13 -30 -35 -40
#> 2180 carnivore 13 -30 -35 -40
#> 2181 carnivore 13 -30 -35 -40
#> 2182 carnivore 13 -30 -35 -40
#> 2183 <NA> 13 -30 -35 -40
#> 2184 herbivore 13 -30 -35 -40
#> 2185 carnivore 13 -30 -35 -40
#> 2186 herbivore 13 -30 -35 -40
#> 2187 herbivore 13 -30 -35 -40
#> 2188 herbivore 13 -30 -35 -40
#> 2189 carnivore 13 -30 -35 -40
#> 2190 herbivore 13 -30 -35 -40
#> 2191 herbivore 13 -30 -35 -40
#> 2192 herbivore 13 -30 -35 -40
#> 2193 herbivore 13 -30 -35 -40
#> 2194 herbivore 13 -30 -35 -40
#> 2195 <NA> 4 60 55 50
#> 2196 <NA> 4 60 55 50
#> 2197 carnivore 7 30 25 20
#> 2198 carnivore 7 30 25 20
#> 2199 carnivore 7 30 25 20
#> 2200 carnivore 7 30 25 20
#> 2201 carnivore 7 30 25 20
#> 2202 carnivore 7 30 25 20
#> 2203 <NA> 4 60 55 50
#> 2204 <NA> 4 60 55 50
#> 2205 carnivore 7 30 25 20
#> 2206 carnivore 7 30 25 20
#> 2207 carnivore 7 30 25 20
#> 2208 carnivore 7 30 25 20
#> 2209 carnivore 4 60 55 50
#> 2210 herbivore 13 -30 -35 -40
#> 2211 <NA> 5 50 45 40
#> 2212 <NA> 5 50 45 40
#> 2213 herbivore 13 -30 -35 -40
#> 2214 carnivore 13 -30 -35 -40
#> 2215 herbivore 13 -30 -35 -40
#> 2216 carnivore 13 -30 -35 -40
#> 2217 herbivore 13 -30 -35 -40
#> 2218 herbivore 13 -30 -35 -40
#> 2219 carnivore 13 -30 -35 -40
#> 2220 <NA> 5 50 45 40
#> 2221 herbivore 5 50 45 40
#> 2222 herbivore 5 50 45 40
#> 2223 herbivore 6 40 35 30
#> 2224 herbivore 13 -30 -35 -40
#> 2225 herbivore 13 -30 -35 -40
#> 2226 herbivore 13 -30 -35 -40
#> 2227 herbivore 13 -30 -35 -40
#> 2228 herbivore 13 -30 -35 -40
#> 2229 herbivore 13 -30 -35 -40
#> 2230 herbivore 13 -30 -35 -40
#> 2231 herbivore 13 -30 -35 -40
#> 2232 carnivore 13 -30 -35 -40
#> 2233 carnivore 13 -30 -35 -40
#> 2234 carnivore 13 -30 -35 -40
#> 2235 carnivore 13 -30 -35 -40
#> 2236 carnivore 13 -30 -35 -40
#> 2237 carnivore 13 -30 -35 -40
#> 2238 carnivore 13 -30 -35 -40
#> 2239 herbivore 13 -30 -35 -40
#> 2240 herbivore 13 -30 -35 -40
#> 2241 herbivore 13 -30 -35 -40
#> 2242 herbivore 13 -30 -35 -40
#> 2243 herbivore 13 -30 -35 -40
#> 2244 herbivore 13 -30 -35 -40
#> 2245 herbivore 13 -30 -35 -40
#> 2246 herbivore 13 -30 -35 -40
#> 2247 herbivore 13 -30 -35 -40
#> 2248 herbivore 13 -30 -35 -40
#> 2249 herbivore 13 -30 -35 -40
#> 2250 herbivore 13 -30 -35 -40
#> 2251 <NA> 13 -30 -35 -40
#> 2252 herbivore 13 -30 -35 -40
#> 2253 herbivore 13 -30 -35 -40
#> 2254 carnivore 13 -30 -35 -40
#> 2255 herbivore 13 -30 -35 -40
#> 2256 herbivore 13 -30 -35 -40
#> 2257 <NA> 4 60 55 50
#> 2258 <NA> 4 60 55 50
#> 2259 carnivore 4 60 55 50
#> 2260 carnivore 4 60 55 50
#> 2261 carnivore 4 60 55 50
#> 2262 carnivore 4 60 55 50
#> 2263 carnivore 4 60 55 50
#> 2264 <NA> 4 60 55 50
#> 2265 <NA> 4 60 55 50
#> 2266 carnivore 4 60 55 50
#> 2267 carnivore 4 60 55 50
#> 2268 carnivore 4 60 55 50
#> 2269 <NA> 4 60 55 50
#> 2270 <NA> 4 60 55 50
#> 2271 <NA> 4 60 55 50
#> 2272 <NA> 13 -30 -35 -40
#> 2273 herbivore 13 -30 -35 -40
#> 2274 herbivore 13 -30 -35 -40
#> 2275 herbivore 13 -30 -35 -40
#> 2276 herbivore 13 -30 -35 -40
#> 2277 herbivore 13 -30 -35 -40
#> 2278 herbivore 13 -30 -35 -40
#> 2279 herbivore 13 -30 -35 -40
#> 2280 herbivore 13 -30 -35 -40
#> 2281 herbivore 13 -30 -35 -40
#> 2282 <NA> 4 60 55 50
#> 2283 <NA> 4 60 55 50
#> 2284 carnivore 13 -30 -35 -40
#> 2285 carnivore 13 -30 -35 -40
#> 2286 carnivore 13 -30 -35 -40
#> 2287 carnivore 13 -30 -35 -40
#> 2288 carnivore 13 -30 -35 -40
#> 2289 <NA> 13 -30 -35 -40
#> 2290 carnivore 13 -30 -35 -40
#> 2291 carnivore 13 -30 -35 -40
#> 2292 <NA> 13 -30 -35 -40
#> 2293 herbivore 13 -30 -35 -40
#> 2294 insectivore, herbivore 6 40 35 30
#> 2295 <NA> 4 60 55 50
#> 2296 <NA> 4 60 55 50
#> 2297 <NA> 4 60 55 50
#> 2298 carnivore 5 50 45 40
#> 2299 carnivore 4 60 55 50
#> 2300 carnivore 4 60 55 50
#> 2301 <NA> 4 60 55 50
#> 2302 <NA> 5 50 45 40
#> 2303 <NA> 5 50 45 40
#> 2304 <NA> 4 60 55 50
#> 2305 carnivore 4 60 55 50
#> 2306 carnivore 6 40 35 30
#> 2307 <NA> 5 50 45 40
#> 2308 carnivore 5 50 45 40
#> 2309 carnivore 5 50 45 40
#> 2310 <NA> 12 -20 -25 -30
#> 2311 <NA> 6 40 35 30
#> 2312 <NA> 4 60 55 50
#> 2313 <NA> 4 60 55 50
#> 2314 <NA> 6 40 35 30
#> 2315 <NA> 6 40 35 30
#> 2316 <NA> 6 40 35 30
#> 2317 <NA> 6 40 35 30
#> 2318 <NA> 6 40 35 30
#> 2319 <NA> 5 50 45 40
#> 2320 <NA> 5 50 45 40
#> 2321 <NA> 6 40 35 30
#> 2322 <NA> 4 60 55 50
#> 2323 <NA> 4 60 55 50
#> 2324 <NA> 4 60 55 50
#> 2325 <NA> 4 60 55 50
#> 2326 <NA> 4 60 55 50
#> 2327 <NA> 6 40 35 30
#> 2328 <NA> 4 60 55 50
#> 2329 <NA> 4 60 55 50
#> 2330 carnivore 13 -30 -35 -40
#> 2331 carnivore 13 -30 -35 -40
#> 2332 carnivore 13 -30 -35 -40
#> 2333 carnivore 13 -30 -35 -40
#> 2334 carnivore 13 -30 -35 -40
#> 2335 carnivore 13 -30 -35 -40
#> 2336 herbivore 13 -30 -35 -40
#> 2337 carnivore 13 -30 -35 -40
#> 2338 herbivore 13 -30 -35 -40
#> 2339 herbivore 13 -30 -35 -40
#> 2340 herbivore 13 -30 -35 -40
#> 2341 herbivore 13 -30 -35 -40
#> 2342 herbivore 13 -30 -35 -40
#> 2343 carnivore 13 -30 -35 -40
#> 2344 carnivore 13 -30 -35 -40
#> 2345 herbivore 13 -30 -35 -40
#> 2346 carnivore 13 -30 -35 -40
#> 2347 carnivore 13 -30 -35 -40
#> 2348 carnivore 13 -30 -35 -40
#> 2349 carnivore 13 -30 -35 -40
#> 2350 carnivore 13 -30 -35 -40
#> 2351 carnivore 13 -30 -35 -40
#> 2352 carnivore 13 -30 -35 -40
#> 2353 carnivore 13 -30 -35 -40
#> 2354 carnivore 13 -30 -35 -40
#> 2355 carnivore 13 -30 -35 -40
#> 2356 <NA> 4 60 55 50
#> 2357 <NA> 4 60 55 50
#> 2358 carnivore 13 -30 -35 -40
#> 2359 <NA> 4 60 55 50
#> 2360 <NA> 4 60 55 50
#> 2361 <NA> 4 60 55 50
#> 2362 <NA> 4 60 55 50
#> 2363 <NA> 4 60 55 50
#> 2364 <NA> 4 60 55 50
#> 2365 <NA> 4 60 55 50
#> 2366 <NA> 5 50 45 40
#> 2367 carnivore 11 -10 -15 -20
#> 2368 carnivore 11 -10 -15 -20
#> 2369 carnivore 11 -10 -15 -20
#> 2370 carnivore 11 -10 -15 -20
#> 2371 herbivore 11 -10 -15 -20
#> 2372 herbivore 11 -10 -15 -20
#> 2373 carnivore 11 -10 -15 -20
#> 2374 carnivore 11 -10 -15 -20
#> 2375 herbivore 11 -10 -15 -20
#> 2376 herbivore 11 -10 -15 -20
#> 2377 carnivore 11 -10 -15 -20
#> 2378 herbivore 11 -10 -15 -20
#> 2379 <NA> 11 -10 -15 -20
#> 2380 <NA> 4 60 55 50
#> 2381 <NA> 4 60 55 50
#> 2382 carnivore 4 60 55 50
#> 2383 <NA> 13 -30 -35 -40
#> 2384 <NA> 13 -30 -35 -40
#> 2385 <NA> 13 -30 -35 -40
#> 2386 <NA> 13 -30 -35 -40
#> 2387 <NA> 13 -30 -35 -40
#> 2388 <NA> 13 -30 -35 -40
#> 2389 <NA> 13 -30 -35 -40
#> 2390 <NA> 13 -30 -35 -40
#> 2391 <NA> 13 -30 -35 -40
#> 2392 <NA> 13 -30 -35 -40
#> 2393 <NA> 13 -30 -35 -40
#> 2394 <NA> 11 -10 -15 -20
#> 2395 herbivore 13 -30 -35 -40
#> 2396 herbivore 12 -20 -25 -30
#> 2397 herbivore 12 -20 -25 -30
#> 2398 carnivore 12 -20 -25 -30
#> 2399 herbivore 13 -30 -35 -40
#> 2400 herbivore 13 -30 -35 -40
#> 2401 carnivore 13 -30 -35 -40
#> 2402 <NA> 13 -30 -35 -40
#> 2403 herbivore 13 -30 -35 -40
#> 2404 herbivore 13 -30 -35 -40
#> 2405 herbivore 13 -30 -35 -40
#> 2406 herbivore 13 -30 -35 -40
#> 2407 herbivore 13 -30 -35 -40
#> 2408 herbivore 13 -30 -35 -40
#> 2409 herbivore 13 -30 -35 -40
#> 2410 <NA> 13 -30 -35 -40
#> 2411 herbivore 13 -30 -35 -40
#> 2412 herbivore 13 -30 -35 -40
#> 2413 herbivore 13 -30 -35 -40
#> 2414 carnivore 13 -30 -35 -40
#> 2415 carnivore 13 -30 -35 -40
#> 2416 carnivore 13 -30 -35 -40
#> 2417 herbivore 13 -30 -35 -40
#> 2418 herbivore 13 -30 -35 -40
#> 2419 herbivore 13 -30 -35 -40
#> 2420 herbivore 13 -30 -35 -40
#> 2421 herbivore 13 -30 -35 -40
#> 2422 herbivore 13 -30 -35 -40
#> 2423 herbivore 13 -30 -35 -40
#> 2424 herbivore 13 -30 -35 -40
#> 2425 herbivore 13 -30 -35 -40
#> 2426 herbivore 13 -30 -35 -40
#> 2427 carnivore 13 -30 -35 -40
#> 2428 herbivore 13 -30 -35 -40
#> 2429 herbivore 13 -30 -35 -40
#> 2430 herbivore 13 -30 -35 -40
#> 2431 herbivore 13 -30 -35 -40
#> 2432 herbivore 13 -30 -35 -40
#> 2433 carnivore 13 -30 -35 -40
#> 2434 herbivore 13 -30 -35 -40
#> 2435 carnivore 13 -30 -35 -40
#> 2436 carnivore 13 -30 -35 -40
#> 2437 herbivore 13 -30 -35 -40
#> 2438 herbivore 13 -30 -35 -40
#> 2439 herbivore 13 -30 -35 -40
#> 2440 herbivore 13 -30 -35 -40
#> 2441 herbivore 13 -30 -35 -40
#> 2442 herbivore 13 -30 -35 -40
#> 2443 herbivore 13 -30 -35 -40
#> 2444 herbivore 13 -30 -35 -40
#> 2445 herbivore 13 -30 -35 -40
#> 2446 herbivore 13 -30 -35 -40
#> 2447 herbivore 13 -30 -35 -40
#> 2448 herbivore 13 -30 -35 -40
#> 2449 carnivore 13 -30 -35 -40
#> 2450 herbivore 13 -30 -35 -40
#> 2451 herbivore 13 -30 -35 -40
#> 2452 herbivore 13 -30 -35 -40
#> 2453 herbivore 13 -30 -35 -40
#> 2454 <NA> 4 60 55 50
#> 2455 <NA> 4 60 55 50
#> 2456 carnivore 5 50 45 40
#> 2457 carnivore 5 50 45 40
#> 2458 carnivore 6 40 35 30
#> 2459 carnivore 6 40 35 30
#> 2460 carnivore 6 40 35 30
#> 2461 carnivore 6 40 35 30
#> 2462 herbivore 13 -30 -35 -40
#> 2463 carnivore 6 40 35 30
#> 2464 carnivore 6 40 35 30
#> 2465 carnivore 6 40 35 30
#> 2466 carnivore 6 40 35 30
#> 2467 carnivore 6 40 35 30
#> 2468 carnivore 6 40 35 30
#> 2469 carnivore 6 40 35 30
#> 2470 carnivore 13 -30 -35 -40
#> 2471 herbivore 13 -30 -35 -40
#> 2472 herbivore 13 -30 -35 -40
#> 2473 herbivore 13 -30 -35 -40
#> 2474 herbivore 13 -30 -35 -40
#> 2475 herbivore 13 -30 -35 -40
#> 2476 herbivore 13 -30 -35 -40
#> 2477 herbivore 13 -30 -35 -40
#> 2478 carnivore 13 -30 -35 -40
#> 2479 herbivore 13 -30 -35 -40
#> 2480 herbivore 13 -30 -35 -40
#> 2481 herbivore 13 -30 -35 -40
#> 2482 carnivore 6 40 35 30
#> 2483 carnivore 4 60 55 50
#> 2484 carnivore 4 60 55 50
#> 2485 carnivore 4 60 55 50
#> 2486 carnivore 4 60 55 50
#> 2487 carnivore 4 60 55 50
#> 2488 carnivore 4 60 55 50
#> 2489 carnivore 4 60 55 50
#> 2490 carnivore 4 60 55 50
#> 2491 <NA> 4 60 55 50
#> 2492 <NA> 4 60 55 50
#> 2493 <NA> 4 60 55 50
#> 2494 herbivore 13 -30 -35 -40
#> 2495 herbivore 13 -30 -35 -40
#> 2496 <NA> 4 60 55 50
#> 2497 carnivore 13 -30 -35 -40
#> 2498 herbivore 13 -30 -35 -40
#> 2499 <NA> 13 -30 -35 -40
#> 2500 herbivore 13 -30 -35 -40
#> 2501 herbivore 13 -30 -35 -40
#> 2502 herbivore 13 -30 -35 -40
#> 2503 carnivore 5 50 45 40
#> 2504 herbivore 13 -30 -35 -40
#> 2505 carnivore 13 -30 -35 -40
#> 2506 carnivore 13 -30 -35 -40
#> 2507 carnivore 13 -30 -35 -40
#> 2508 <NA> 13 -30 -35 -40
#> 2509 herbivore 13 -30 -35 -40
#> 2510 herbivore 13 -30 -35 -40
#> 2511 herbivore 13 -30 -35 -40
#> 2512 herbivore 13 -30 -35 -40
#> 2513 herbivore 13 -30 -35 -40
#> 2514 carnivore 13 -30 -35 -40
#> 2515 herbivore 13 -30 -35 -40
#> 2516 herbivore 13 -30 -35 -40
#> 2517 herbivore 13 -30 -35 -40
#> 2518 herbivore 13 -30 -35 -40
#> 2519 herbivore 13 -30 -35 -40
#> 2520 carnivore 13 -30 -35 -40
#> 2521 carnivore 13 -30 -35 -40
#> 2522 carnivore 13 -30 -35 -40
#> 2523 carnivore 13 -30 -35 -40
#> 2524 herbivore 13 -30 -35 -40
#> 2525 herbivore 13 -30 -35 -40
#> 2526 herbivore 13 -30 -35 -40
#> 2527 herbivore 13 -30 -35 -40
#> 2528 herbivore 13 -30 -35 -40
#> 2529 herbivore 13 -30 -35 -40
#> 2530 herbivore 13 -30 -35 -40
#> 2531 herbivore 13 -30 -35 -40
#> 2532 carnivore 13 -30 -35 -40
#> 2533 carnivore 13 -30 -35 -40
#> 2534 carnivore 13 -30 -35 -40
#> 2535 carnivore 13 -30 -35 -40
#> 2536 carnivore 13 -30 -35 -40
#> 2537 herbivore 13 -30 -35 -40
#> 2538 herbivore 13 -30 -35 -40
#> 2539 herbivore 13 -30 -35 -40
#> 2540 carnivore 13 -30 -35 -40
#> 2541 carnivore 13 -30 -35 -40
#> 2542 herbivore 13 -30 -35 -40
#> 2543 herbivore 13 -30 -35 -40
#> 2544 herbivore 13 -30 -35 -40
#> 2545 herbivore 13 -30 -35 -40
#> 2546 herbivore 13 -30 -35 -40
#> 2547 herbivore 13 -30 -35 -40
#> 2548 <NA> 6 40 35 30
#> 2549 herbivore 13 -30 -35 -40
#> 2550 herbivore 13 -30 -35 -40
#> 2551 carnivore 13 -30 -35 -40
#> 2552 herbivore 13 -30 -35 -40
#> 2553 <NA> 13 -30 -35 -40
#> 2554 <NA> 13 -30 -35 -40
#> 2555 herbivore 13 -30 -35 -40
#> 2556 herbivore 13 -30 -35 -40
#> 2557 herbivore 13 -30 -35 -40
#> 2558 carnivore 13 -30 -35 -40
#> 2559 carnivore 13 -30 -35 -40
#> 2560 carnivore 13 -30 -35 -40
#> 2561 carnivore 13 -30 -35 -40
#> 2562 carnivore 13 -30 -35 -40
#> 2563 herbivore 13 -30 -35 -40
#> 2564 herbivore 13 -30 -35 -40
#> 2565 herbivore 13 -30 -35 -40
#> 2566 herbivore 13 -30 -35 -40
#> 2567 herbivore 13 -30 -35 -40
#> 2568 herbivore 13 -30 -35 -40
#> 2569 herbivore 13 -30 -35 -40
#> 2570 herbivore 13 -30 -35 -40
#> 2571 herbivore 13 -30 -35 -40
#> 2572 carnivore 13 -30 -35 -40
#> 2573 carnivore 13 -30 -35 -40
#> 2574 carnivore 13 -30 -35 -40
#> 2575 carnivore 13 -30 -35 -40
#> 2576 carnivore 13 -30 -35 -40
#> 2577 carnivore 13 -30 -35 -40
#> 2578 carnivore 13 -30 -35 -40
#> 2579 herbivore 13 -30 -35 -40
#> 2580 herbivore 13 -30 -35 -40
#> 2581 carnivore 13 -30 -35 -40
#> 2582 herbivore 13 -30 -35 -40
#> 2583 carnivore 13 -30 -35 -40
#> 2584 herbivore 13 -30 -35 -40
#> 2585 carnivore 13 -30 -35 -40
#> 2586 herbivore 13 -30 -35 -40
#> 2587 herbivore 13 -30 -35 -40
#> 2588 carnivore 13 -30 -35 -40
#> 2589 <NA> 6 40 35 30
#> 2590 <NA> 6 40 35 30
#> 2591 <NA> 5 50 45 40
#> 2592 <NA> 5 50 45 40
#> 2593 <NA> 5 50 45 40
#> 2594 <NA> 5 50 45 40
#> 2595 <NA> 5 50 45 40
#> 2596 <NA> 5 50 45 40
#> 2597 <NA> 5 50 45 40
#> 2598 carnivore 5 50 45 40
#> 2599 carnivore 5 50 45 40
#> 2600 <NA> 5 50 45 40
#> 2601 <NA> 5 50 45 40
#> 2602 <NA> 5 50 45 40
#> 2603 <NA> 5 50 45 40
#> 2604 <NA> 6 40 35 30
#> 2605 herbivore 8 20 15 10
#> 2606 herbivore 8 20 15 10
#> 2607 <NA> 8 20 15 10
#> 2608 <NA> 6 40 35 30
#> 2609 <NA> 6 40 35 30
#> 2610 <NA> 6 40 35 30
#> 2611 <NA> 6 40 35 30
#> 2612 <NA> 6 40 35 30
#> 2613 carnivore 6 40 35 30
#> 2614 carnivore 6 40 35 30
#> 2615 <NA> 6 40 35 30
#> 2616 <NA> 6 40 35 30
#> 2617 insectivore, herbivore 6 40 35 30
#> 2618 insectivore, herbivore 6 40 35 30
#> 2619 insectivore, herbivore 6 40 35 30
#> 2620 herbivore 12 -20 -25 -30
#> 2621 herbivore 12 -20 -25 -30
#> 2622 <NA> 6 40 35 30
#> 2623 <NA> 6 40 35 30
#> 2624 <NA> 6 40 35 30
#> 2625 <NA> 6 40 35 30
#> 2626 <NA> 6 40 35 30
#> 2627 <NA> 6 40 35 30
#> 2628 <NA> 6 40 35 30
#> 2629 <NA> 6 40 35 30
#> 2630 carnivore 6 40 35 30
#> 2631 <NA> 13 -30 -35 -40
#> 2632 <NA> 13 -30 -35 -40
#> 2633 herbivore 13 -30 -35 -40
#> 2634 herbivore 13 -30 -35 -40
#> 2635 herbivore 13 -30 -35 -40
#> 2636 carnivore 13 -30 -35 -40
#> 2637 carnivore 13 -30 -35 -40
#> 2638 carnivore 13 -30 -35 -40
#> 2639 carnivore 13 -30 -35 -40
#> 2640 herbivore 13 -30 -35 -40
#> 2641 herbivore 13 -30 -35 -40
#> 2642 herbivore 13 -30 -35 -40
#> 2643 carnivore 13 -30 -35 -40
#> 2644 herbivore 13 -30 -35 -40
#> 2645 <NA> 6 40 35 30
#> 2646 <NA> 6 40 35 30
#> 2647 <NA> 6 40 35 30
#> 2648 <NA> 6 40 35 30
#> 2649 insectivore, herbivore 6 40 35 30
#> 2650 insectivore, herbivore 6 40 35 30
#> 2651 <NA> 6 40 35 30
#> 2652 <NA> 6 40 35 30
#> 2653 <NA> 6 40 35 30
#> 2654 <NA> 6 40 35 30
#> 2655 carnivore 6 40 35 30
#> 2656 <NA> 6 40 35 30
#> 2657 <NA> 6 40 35 30
#> 2658 <NA> 6 40 35 30
#> 2659 carnivore 6 40 35 30
#> 2660 carnivore 6 40 35 30
#> 2661 insectivore, herbivore 6 40 35 30
#> 2662 <NA> 6 40 35 30
#> 2663 herbivore 13 -30 -35 -40
#> 2664 herbivore 13 -30 -35 -40
#> 2665 herbivore 13 -30 -35 -40
#> 2666 herbivore 13 -30 -35 -40
#> 2667 herbivore 13 -30 -35 -40
#> 2668 herbivore 13 -30 -35 -40
#> 2669 <NA> 5 50 45 40
#> 2670 <NA> 5 50 45 40
#> 2671 <NA> 5 50 45 40
#> 2672 <NA> 6 40 35 30
#> 2673 <NA> 5 50 45 40
#> 2674 <NA> 5 50 45 40
#> 2675 <NA> 6 40 35 30
#> 2676 <NA> 6 40 35 30
#> 2677 <NA> 6 40 35 30
#> 2678 <NA> 6 40 35 30
#> 2679 <NA> 6 40 35 30
#> 2680 <NA> 5 50 45 40
#> 2681 <NA> 6 40 35 30
#> 2682 <NA> 4 60 55 50
#> 2683 <NA> 4 60 55 50
#> 2684 <NA> 4 60 55 50
#> 2685 <NA> 5 50 45 40
#> 2686 <NA> 5 50 45 40
#> 2687 <NA> 6 40 35 30
#> 2688 <NA> 6 40 35 30
#> 2689 <NA> 5 50 45 40
#> 2690 <NA> 6 40 35 30
#> 2691 <NA> 5 50 45 40
#> 2692 <NA> 5 50 45 40
#> 2693 <NA> 6 40 35 30
#> 2694 <NA> 5 50 45 40
#> 2695 <NA> 5 50 45 40
#> 2696 <NA> 5 50 45 40
#> 2697 <NA> 5 50 45 40
#> 2698 <NA> 4 60 55 50
#> 2699 <NA> 4 60 55 50
#> 2700 <NA> 5 50 45 40
#> 2701 carnivore 5 50 45 40
#> 2702 <NA> 4 60 55 50
#> 2703 herbivore 13 -30 -35 -40
#> 2704 herbivore 13 -30 -35 -40
#> 2705 carnivore 13 -30 -35 -40
#> 2706 herbivore 13 -30 -35 -40
#> 2707 herbivore 13 -30 -35 -40
#> 2708 herbivore 13 -30 -35 -40
#> 2709 herbivore 13 -30 -35 -40
#> 2710 herbivore 13 -30 -35 -40
#> 2711 herbivore 13 -30 -35 -40
#> 2712 herbivore 13 -30 -35 -40
#> 2713 herbivore 13 -30 -35 -40
#> 2714 carnivore 13 -30 -35 -40
#> 2715 carnivore 13 -30 -35 -40
#> 2716 carnivore 13 -30 -35 -40
#> 2717 herbivore 13 -30 -35 -40
#> 2718 herbivore 5 50 45 40
#> 2719 herbivore 13 -30 -35 -40
#> 2720 herbivore 13 -30 -35 -40
#> 2721 herbivore 13 -30 -35 -40
#> 2722 carnivore 13 -30 -35 -40
#> 2723 carnivore 13 -30 -35 -40
#> 2724 carnivore 13 -30 -35 -40
#> 2725 carnivore 13 -30 -35 -40
#> 2726 herbivore 13 -30 -35 -40
#> 2727 herbivore 13 -30 -35 -40
#> 2728 herbivore 13 -30 -35 -40
#> 2729 herbivore 13 -30 -35 -40
#> 2730 herbivore 13 -30 -35 -40
#> 2731 herbivore 13 -30 -35 -40
#> 2732 herbivore 13 -30 -35 -40
#> 2733 herbivore 13 -30 -35 -40
#> 2734 herbivore 13 -30 -35 -40
#> 2735 carnivore 13 -30 -35 -40
#> 2736 herbivore 13 -30 -35 -40
#> 2737 herbivore 13 -30 -35 -40
#> 2738 herbivore 13 -30 -35 -40
#> 2739 herbivore 13 -30 -35 -40
#> 2740 herbivore 13 -30 -35 -40
#> 2741 carnivore 13 -30 -35 -40
#> 2742 herbivore 13 -30 -35 -40
#> 2743 herbivore 13 -30 -35 -40
#> 2744 herbivore 13 -30 -35 -40
#> 2745 carnivore 13 -30 -35 -40
#> 2746 <NA> 13 -30 -35 -40
#> 2747 herbivore 13 -30 -35 -40
#> 2748 herbivore 13 -30 -35 -40
#> 2749 herbivore 13 -30 -35 -40
#> 2750 carnivore 13 -30 -35 -40
#> 2751 carnivore 13 -30 -35 -40
#> 2752 herbivore 13 -30 -35 -40
#> 2753 carnivore 13 -30 -35 -40
#> 2754 carnivore 13 -30 -35 -40
#> 2755 <NA> 13 -30 -35 -40
#> 2756 herbivore 13 -30 -35 -40
#> 2757 <NA> 4 60 55 50
#> 2758 herbivore 13 -30 -35 -40
#> 2759 herbivore 13 -30 -35 -40
#> 2760 herbivore 13 -30 -35 -40
#> 2761 carnivore 13 -30 -35 -40
#> 2762 carnivore 13 -30 -35 -40
#> 2763 carnivore 13 -30 -35 -40
#> 2764 herbivore 13 -30 -35 -40
#> 2765 herbivore 13 -30 -35 -40
#> 2766 herbivore 13 -30 -35 -40
#> 2767 herbivore 13 -30 -35 -40
#> 2768 herbivore 13 -30 -35 -40
#> 2769 <NA> 13 -30 -35 -40
#> 2770 herbivore 13 -30 -35 -40
#> 2771 herbivore 13 -30 -35 -40
#> 2772 herbivore 13 -30 -35 -40
#> 2773 herbivore 13 -30 -35 -40
#> 2774 carnivore 13 -30 -35 -40
#> 2775 herbivore 13 -30 -35 -40
#> 2776 herbivore 13 -30 -35 -40
#> 2777 herbivore 13 -30 -35 -40
#> [ reached 'max' / getOption("max.print") -- omitted 2493 rows ]
